Cairngorm3 - Insync module exmaple does not work ?
Hi,
I've DL the module exampe; from the repository (eg. http://opensource.adobe.com/svn/opensource/cairngorm3/trunk/samples/insync/) and add the "missing libraries in order to make them compiling.
These are compiling, but when I launch them (the shell application or the sub-module application one by one) I've got an empty blank page.
The libs I'm using are :
- integration-0.14.swc
- integrationParsley-0.14.swc
- module-0.12.swc
- observer-1.11.swc
- parsley-flex4-2.3.0.swc
- spicelib-flex-2.3.0.swc
- navigationParsley-1.1.swc
Maybe I've done something bad in the configuration (or some files are missing... )
I've also created another simple project from scratch. The project is compiling and working ok. I tried to create a module from this project and call it from a new "shell" project but then I've got the following error while the "shell" appliction is loading the project :
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.adobe.cairngorm.module::ParsleyFlexModuleFactory/create()
at com.adobe.cairngorm.module::ModuleViewLoader/addLoadedModuleToStage()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()
at mx.core::UIComponent/callLaterDispatcher()
