I am adding about 50 elements to a group at the run time. What is the most efficient in terms of speed way of doing this?
Thanks
If you look at the generated code for MXML for a Spark container, that’s supposedly the fastest. For mx containers, it is important to parent containers before parenting the children.
How can I see generated code?
The compiler option –keep-generated-actionscript.