[flexcoders] runtime-shared-library-path tag is overriding the default framework RSLs

2011-09-30 Thread lew.miller
I'm trying to add some custom RSLs to my ant build scripts but it seems that, unlike library-path and external-library-path, the runtime-shared-library-path ANT task does not accept an append attribute and it ends up overriding all the framework RSLs defined in flex-config.xml. How do you

[flexcoders] Re: memory leaks and activation-objects

2010-09-01 Thread lew.miller
instances and can lead to unexpected memory usage. On 8/31/10 7:53 AM, lew.miller lew.mil...@... wrote: Yes. That's precisely what I'm doing. Only, looking at the code now I realize most of the time I'm using nested functions (with names) rather than anonymous functions. I'm

[flexcoders] Re: memory leaks and activation-objects

2010-08-31 Thread lew.miller
...@... wrote: Could you be registering anonymous functions as event listeners and other callbacks? On 8/30/10 12:52 PM, lew.miller lew.mil...@... wrote: Thanks Alex. I don't have any simple test case indicating that they leak, I'm just struggling to understand what is causing

[flexcoders] memory leaks and activation-objects

2010-08-30 Thread lew.miller
I've been wrestling with memory leaks and the FB4 profiler and lately have been trying to understand activation-objects and their relationship to GC because the vast majority (often all) of the references the profiler tells me an object has keeping it in memory come from activation objects.

[flexcoders] Re: memory leaks and activation-objects

2010-08-30 Thread lew.miller
a look. On 8/30/10 8:36 AM, lew.miller lew.mil...@... wrote: I've been wrestling with memory leaks and the FB4 profiler and lately have been trying to understand activation-objects and their relationship to GC because the vast majority (often all) of the references the profiler