Cairngorm 3 Popups in Modules problem
I have tried playing around witht the 'PopupTest' application provided in the /C3/trunk/Libraries/PopupTest/
and have found 2 issues:
Issue 1:
Caiorngorm 3 Popups (either PopupWrapper or PopupFactory) gives me an error when used inside a Module.
I am using Flex 4 with the following libraries:
"parsley-flex4-2.3.1.swc"
"spicelib-flex-2.3.1.swc"
"popup-1.7.swc"
And here is the error:
Main Thread (Suspended: TypeError: Error #1009: Cannot access a property or method of a null object reference.)
mx.managers::PopUpManagerImpl/addPopUp
mx.managers::PopUpManager$/addPopUp
com.adobe.cairngorm.popup::PopUpBase/openPopUp
com.adobe.cairngorm.popup::PopUpBase/set open
ModulePopups/___ModulePopups_Button1_click
Which occurs in here: PopUpManagerImpl.as at line 434: awm.activate(IFocusManagerContainer(window));
Issue 2:
Also the behaviours illustrated in the original 'PopupTest' application seem to have an issue with some missing behaviours from the com.adobe.cairngorm.popup.behavior.mx for <mx1:ZoomAndFadeBehavior/>
I have attached a simpler version of the application and replicated the 2 issues here.
Please have a look and let me know of any solutions,
Thanks,
