RE: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-05 Thread Battershall, Jeff
Alex, Thanks for your help! Using mduleFactory.create() worked. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Friday, December 02, 2011 2:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RE: AIR/Window/DataGrid Issue

RE: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-02 Thread Battershall, Jeff
use MXML but instead using AS? Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, December 01, 2011 5:05 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RE: AIR/Window/DataGrid Issue That's a very puzzling stack trace

Re: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-02 Thread Alex Harui
: [flexcoders] RE: AIR/Window/DataGrid Issue That’s a very! puzzling stack trace. I have no idea how you can get in! to this situation. Do you have a simple test case? The moduleFactory subsystem relies on instantiating classes in a module via moduleInfo.factory.create(). The children of that class

[flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-01 Thread Battershall, Jeff
My issue sounds similar to this issue: http://forums.adobe.com/message/3910406 What's unclear to me is how to work around it in my circumstance. Clearly I should be able to declare a datagrid in a Window and have it work without an elaborate workaround. Any advice appreciated. Jeff From:

Re: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-01 Thread Alex Harui
What is the Group stack trace? If classes are in a module you definitely have to get the moduleFactory pointing to that module because that’s probably where the skins are as well. On 12/1/11 5:06 AM, Battershall, Jeff jeff.battersh...@djindexes.com wrote: My issue sounds similar to this

RE: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-01 Thread Battershall, Jeff
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, December 01, 2011 12:51 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] RE: AIR/Window/DataGrid Issue What is the Group stack trace? If classes are in a module you

[flexcoders] Re: AIR/Window/DataGrid Issue

2011-12-01 Thread jbarts
THis issue is very similar to : http://forums.adobe.com/message/3910406 The architecture is a loaded module pops up a new Native Window in AIR. The data grid inside the window fails with this stack trace: TypeError: Error #1009: Cannot access a property or method of a null object reference.

Re: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-01 Thread Alex Harui
: Re: [flexcoders] RE: AIR/Window/! DataGrid Issue n bsp; What is the Group stack trace? If classes are in a module you definitely have to get the moduleFactory pointing to that module because that’s probably where the skins are as well. On 12/1/11 5:06 AM, Battershall, Jeff jeff.battersh