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: StartupManager Woes  (Read 6430 times)
Hyakugei
Jr. Member
**
Posts: 11


View Profile Email
« 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
Logged
Hyakugei
Jr. Member
**
Posts: 11


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