PureMVC Architects Lounge

Announcements and General Discussion => Architecture => Topic started by: Hyakugei on May 09, 2008, 06:10:26



Title: StartupManager Woes
Post by: Hyakugei on May 09, 2008, 06:10:26
Hello all.

I've being trying to get the StartupManager stuff to work correctly with little luck.

I've got the latest version of PMVC and the SM utility. I'm running Flash CS3 on WinXP. I'm using the StartupAsOrdered Demo project as a basis for my tests. Although i've had to modifiy it slightly to work in CS3.

I've got the proxy object to load, but I always get a "LOADING_FINISHED_INCOMPLETE" notification, even though i know the data is loaded. I've only added the one proxy to the monitor, so i don't know why it thinks there is more to load...

Again, i'm using the Demo as the template for what i've done so far... You can get the code here:
http://www.theorganization.net/blogs/jos/source.zip

Any suggestions would be appreciated - i'm going to just do it "old school" with my own chain of async notifications if i can't get this working (cuz i know that that will work).

Thanks!
jos


Title: Re: StartupManager Woes
Post by: Hyakugei on May 09, 2008, 06:26:20
AAARRRRGGGG. Never mind, i figured it out. I'm a dummy.

I'd used the same Notification name for both the registerResourceLoadedCommand() and the registerResourceFailedCommand().

Anyway, all is good now!

j