[flexcoders] DataGrid in a Spark Window Bug

2010-05-07 Thread Jeff
Hello, I've got a modular application where I popup a TitleWindow for an import Wizard. From there, I try to open a Window with a DataGrid inside. In addition to a bunch of cFF font warnings, this error is thrown: TypeError: Error #1007: Instantiation attempted on a non-constructor.

Re: [flexcoders] DataGrid in a Spark Window Bug

2010-05-07 Thread Alex Harui
So this is an AIR app? Are you using mx:Window or s:Window? Or have you subclassed one of those Window components? Is the DataGrid loaded via a module? It sounds like its moduleFactory is not pointing to the module. On 5/7/10 8:57 AM, Jeff jbarts1...@yahoo.com wrote: Hello, I've got

Re: [flexcoders] DataGrid in a Spark Window Bug

2010-05-07 Thread Haykel BEN JEMIA
Such strange skin related errors in modular applications arise generally when you reference a module by name in another module or application. Use interfaces instead for communication with modules. For more details, look at the following bug report: https://bugs.adobe.com/jira/browse/SDK-26120