Re: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread Chris Velevitch
I've tried both approaches without much luck. On Thu, Sep 1, 2011 at 10:00, Chris Velevitch chris.velevi...@gmail.com wrote: 2011/8/31 yang chen chenya...@hotmail.com In the command result handler, dispatch the event which will trigger the next command in the chain. Are you talking Parsley

RE: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread yang chen
Are you talking Parsley messaging and dynamic commands or standard Flex events as I can't get it working with Parsley messaging.The handling of the command results should be the same regardless of how the command is triggered. Add the [CommanResult] metatag above the resulthandler function

RE: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-08-31 Thread yang chen
In the command result handler, dispatch the event which will trigger the next command in the chain.You may also want to look at Spicefactory's task framework. Regards,Yang To: flexcoders@yahoogroups.com From: chris.velevi...@gmail.com Date: Wed, 31 Aug 2011 22:47:30 +1000 Subject:

Re: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-08-31 Thread Chris Velevitch
2011/8/31 yang chen chenya...@hotmail.com In the command result handler, dispatch the event which will trigger the next command in the chain. I was thinking of that but it means there will be a dependency between the 2 commands. That's why I looking for examples to see what the best approach