PureMVC Architects Lounge

PureMVC Manifold => Bug Report => Topic started by: peja on September 07, 2008, 02:27:06



Title: [ DEFUSED ] PureMVC 2.0.4 hangs at startup
Post by: peja on September 07, 2008, 02:27:06
Out of routine I updated to 2.0.4 - now my Flex application hangs at startup. It might have to do with a Prana 0.6 incompatibility, I did not investigate further. Reverted to 2.0.3. I'll check the Prana forum.

Regards,
Peter


Title: Re: PureMVC 2.0.4 hangs at startup
Post by: puremvc on September 07, 2008, 07:03:41
Unfortunately, I can't really address issues with PureMVC's behavior with Prana here. I'd suggest starting there first. 

Cheers
-=Cliff>


Title: Re: PureMVC 2.0.4 hangs at startup
Post by: peja on September 29, 2008, 05:22:42
I finally found the time time to fix my problem. The fix in "View.as"/notifyObservers() caused my startup logic to fail. My ApplicationMediator was implicitly added during the STARTUP notification and at the same time listened for the STARTUP notification itself. Introducing a new notification for triggering the ApplicationMediator cured the problem.

Regards,
Peter