[flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
I'm using the profiler to get handle on what's causing a given module to fail to unload and it appears that the datagrid is the culprit. Specifically when the data grid is unpopulated, I can successfully unload the module. When it is populated, it won't. I have the datagrid bound to a local

Re: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Pedro Sena
Hi Jeff, Do your renderers have some reference to module data? How are your grid and your module related? I think we need more info to help you. Regards, Pedro Sena On Wed, Apr 22, 2009 at 9:03 AM, Battershall, Jeff jeff.battersh...@dowjones.com wrote: I'm using the profiler to get

RE: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
Sent: Wednesday, April 22, 2009 9:04 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] DataGrid Children Prevent Module Unload? Hi Jeff, Do your renderers have some reference to module data? How are your

Re: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Pedro Sena
] *On Behalf Of *Pedro Sena *Sent:* Wednesday, April 22, 2009 9:04 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] DataGrid Children Prevent Module Unload? Hi Jeff, Do your renderers have some reference to module data? How are your grid and your module related? I think we need more

RE: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] DataGrid Children Prevent Module Unload? Hmmm, If you are using Cairngorm + Modules take a look at Modular http://lab.arc90.com/2007/10/modular_1.php

RE: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Alex Harui
:57 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] DataGrid Children Prevent Module Unload? Hmmm, If you are using Cairngorm + Modules take a look at Modular http://lab.arc90.com/2007/10/modular_1.php This problem is not the only one that you will face when working with Cairngorm