Re: [flexcoders] Second problem: how to delete a component out of the storage

2006-12-01 Thread Igor Costa
Matze you just do to set as null. Than you can use the removeChildAt(yoursComponent,numChildren -1); Regards. On 11/29/06, matze.kueby <[EMAIL PROTECTED]> wrote: Hello, My second question is how to delete a component out of storage. We have some own components (basically forms), which wi

Re: [flexcoders] Second problem: how to delete a component out of the storage

2006-11-30 Thread Lachlan Cotter
Hi Matze, I'm curious how you are measuring the 5mb that is apparently leaked on each call to your pop-up. Cheers, Lach On 30/11/2006, at 4:03 AM, matze.kueby wrote: Hello, My second question is how to delete a component out of storage. We have some own components (basically forms), whic

[flexcoders] Second problem: how to delete a component out of the storage

2006-11-29 Thread matze.kueby
Hello, My second question is how to delete a component out of storage. We have some own components (basically forms), which will be created and shown by an construct e.g. var myComponent : T_Component = new T_Component ; this.addChild(myComponent) Some of our forms will be created in an popup.