puremvc
|
 |
« Reply #1 on: October 23, 2008, 07:19:09 » |
|
Sounds like you are performing an asynchronous operation in the first command and expecting it to have completed by the time you send the next notification. You need to break up your process. Send the first notification, presumably triggering a command that asks a proxy to go get data. Then the Proxy recieves the result, have it send the next notification and processing continues in another command.
-=Cliff>
|