[flexcoders] Re: How to draw different Flex Controls/Containers at runtime?

2006-06-09 Thread Renaun Erickson
Things to consider when doing runtime component creation. If you use addChild method your SWF size will include all the components that you might want to create regardless if you use them or not. You can create RSL's so the components are downloaded once and shared across your SWF

[flexcoders] Re: How to draw different Flex Controls/Containers at runtime?

2006-06-09 Thread drome.dario
Most of mx controls can be created with AS. The only thing that you have to take into account is to add the objects you create to the container hierarchy and to set the event listeners accordly with your needs --- In flexcoders@yahoogroups.com, Jawad Anwar [EMAIL PROTECTED] wrote: Hi