Hey Guys,
Robin, just a question with your chaining solution.
On 18/07/2007, at 5:42 PM, Robin Hilliard wrote:
A Command represents a user action and a Delegate represents a service call
Are you using 1 command as the responder to multiple delegates (service calls)?
On 12/07/2007, at 11:10 PM, mark_j_ellul wrote:
I agree the chainable events are quite useful, however its not that
useful if you have 2 buttons, like a save and refresh, which both
trigger Cairngorm Events... If the user in their wisdom presses one
directly after the other the call on the delegate causes issue...
The logical solution for this to me would be disable all user gestures while the service call is waiting for a result.
regards,
Bjorn