Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: [ DEFUSED ] PureMVC 2.0.4 hangs at startup  (Read 8726 times)
peja
Newbie
*
Posts: 2


View Profile Email
« 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
« Last Edit: January 14, 2009, 01:35:54 by puremvc » Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
peja
Newbie
*
Posts: 2


View Profile Email
« Reply #2 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
Logged
Pages: [1]
Print