Ok, here what I am getting. I have a container that I am adding different forms to at the run time. These forms are all based on the same class though. So, before I add a new form I am removing current form using: container.removeAllChildren(); each form when created is adding a custom event listener to a parent - the container. When a custom event is triggered every form that was created (regardless that it was removed after) gets this custom event to handle.
--- In [email protected], "Manish Jethani" <manish.jeth...@...> wrote: > > On Wed, Jan 7, 2009 at 4:23 AM, markgoldin_2000 > <markgoldin_2...@...> wrote: > >>removeAllChildren > > Yes, that's what I use but I dont see objects being completely > > destroyed. > > Define "destroyed". > > Surely you see them go away? > > Manish >

