PDA

View Full Version : JimP: doesn't draw -- why not?


JimPlamondon
05-12-2009, 09:44 PM
Gentlepersons,

Here's a simple Flex applet that is intended to do nothing more than draw a circle:
http://www.igetitmusic.com/blog/SWFs/Tweener/Tweener.swf
...yet it draws nothing.

The "View Code" option is enabled, so you can see the source.

Why doesn't it draw?

Thanks! :-)

Jim Plamondon
Austin, Texas

JimPlamondon
05-18-2009, 08:51 PM
I think I've started to figure out how drawing works. My current thinking is described in the blog post "Retained Mode Considered Harmful," (http://www.igetitmusic.com/blog/2009/05/retained-mode-considered-harmful.html) which includes sample code.

Please let me know if you think that the information in that post is in error.

Thanks! :-)

--- JimP