Re: [flexcoders] ADG Memory leak.

2009-04-01 Thread Adrian Williams
Hi All, Here is the Adobe bug that this issue is attached to, including the test case I mentioned (though it returns super() vs. .this) ...as of this morning, they have the bug marked as fixed/resolved in changelist 227803. http://bugs.adobe.com/jira/browse/FLEXDMV-1968 Best, Adrian

Re: [flexcoders] ADG Memory leak.

2009-03-23 Thread Adrian Williams
Hi Wesley, We work with ADG's extensively including some intense custom renderers and have had horrible problems with memory leaks. Turns out, there are known problems with the ADG's internal renderers leaking like a sieve. And as an experiment, we setup a custom renderer that simply

Re: [flexcoders] ADG Memory leak.

2009-03-23 Thread Tom Chiverton
On Monday 23 Mar 2009, Adrian Williams wrote: a sieve. And as an experiment, we setup a custom renderer that simply returned .this and it leaked like crazy. We have a fairly large ADG (100+ columns) and every time we'd scroll right to see more columns, Could you attach this as a test case to

Re: [flexcoders] ADG Memory leak.

2009-03-23 Thread Wesley Acheson
Thanks Adrian On Mon, Mar 23, 2009 at 1:55 PM, Adrian Williams adri...@familytreedna.comwrote: Hi Wesley, We work with ADG's extensively including some intense custom renderers and have had horrible problems with memory leaks. Turns out, there are known problems with the ADG's

[flexcoders] ADG Memory leak.

2009-03-20 Thread Wesley Acheson
I've wasted most of the day trying to figure out why my application was leaking memory. I was dynamically adding and removing columns from the AdvancedDataGrid. I noticed that it was slowing down a lot. I naturally assumed that it was my custom item renderer and even after reading Alex's blog