0

In order to help me understand, I'm looking for examples of command chaining in Parsley. What I mean by command chaining is when one command returns a result that is then immediately used to initiate another command. I ask this question here because the parsley forums have been down for 2 days.

user223364
  • 469
  • 1
  • 4
  • 14

1 Answers1

0

Have you had a look at the Spicelib Task Framework? It should do everything you want to, and it has some good example.

J_A_X
  • 12,857
  • 1
  • 25
  • 31
  • I have tried it, but the examples are poor because there are no examples showing how to the Task Framework with the Parsley Framework. I keep getting "value is not a function" when I try using messaging and dynamic commands. – user223364 Sep 05 '11 at 11:24
  • You might want to post your code about that so we can work it out :) – J_A_X Sep 06 '11 at 01:49