06-29-2009 10:54 AM
Hello,
I have a problem with state machine, I atteched dummy code that my problem can be seen. When I hit the exit button and pop-up menu appears, YES button works as it should but when I hit NO, my program gets jammed. I have tried to initialize controls but no effect
Thank you for your help.
Solved! Go to Solution.
06-29-2009 11:14 AM
06-29-2009 11:27 AM
I think it will be easier to use one event case stucture.
Jean-Marc
06-29-2009 11:29 AM
You should try unchecking that checkbox for all your events in all the event structures.
In general, it is a bad idea to have multiple event structures where different structures have events handling the same case.
06-29-2009 11:31 AM
try this
06-29-2009 12:20 PM