Hi,
Just wanna have you advice...
I used to use state machine :
While Loop
Event UI struct
In the timeout (10ms) case the conditionnal structure
For me advantage:
At each step i can catch UI Event to take account user ineraction with the sequence
Disadvantage:
If the sequence needs to chain two step quickly i will wait the timeout (10ms) between the step...
Waiting your comments...
Thanks
Jerome