[flexcoders] Re: WeakMethodClosure - what is this ?

2008-03-14 Thread lytvynyuk
How typically you detect if Charts are leaking? Coz I having troubles with that, but definitely something going on. The doc says setting length it will work, but I've never tried it. If you have WMC's referencing Charts, you need to make sure the Charts aren't leaking, and that when a

RE: [flexcoders] Re: WeakMethodClosure - what is this ?

2008-03-14 Thread Alex Harui
the root cause. Sometimes, building simple test cases help too. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lytvynyuk Sent: Friday, March 14, 2008 9:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WeakMethodClosure - what

RE: [flexcoders] Re: WeakMethodClosure - what is this ?

2008-03-13 Thread Alex Harui
Use array.splice to remove items from an array From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lytvynyuk Sent: Thursday, March 13, 2008 8:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WeakMethodClosure - what