[flexcoders] Properly remove children

2009-01-06 Thread markgoldin_2000
How do I remove children from a container in order to completely destroy them? Will removeAllChildren do the job? Thanks

Re: [flexcoders] Properly remove children

2009-01-06 Thread Manish Jethani
On Wed, Jan 7, 2009 at 12:22 AM, markgoldin_2000 markgoldin_2...@yahoo.com wrote: How do I remove children from a container in order to completely destroy them? Will removeAllChildren do the job? To remove an object visually, you'll have to remove it from the display list by calling removeChild