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

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Demos and Utils / Re: How to use AsyncMacroCommand on: November 20, 2009, 03:14:25
yess i know commandComplete() and it works. But iwant to call the commandComplete () when the proxy has finished (loading xml for example) registered with the comand. Proxy will complete loading xml and then notify to macroCommand or call the commandComplete() which asyncCommand was executed.
2  PureMVC Manifold / Demos and Utils / How to use AsyncMacroCommand on: November 20, 2009, 01:41:49
I added e few subclass to my AsyncMacroCommand.

addSubCommand(FirstAsyncCommand)
addSubCommand(SecondAsyncCommand)

each one is AsyncCommand , and each one is register a proxy. The problem is how can i notify to the MacroCommand for execute next command when the proxy has finished. Or should i use AsyncMacroCommand an another method.
Pages: [1]