‎06-17-2013 03:14 AM
I have 3 events in a while loop each of this event are condtioned with value change of a button so we have 3 buttons in totall , now when i press each button each event works fine but when i press them again i expect it to run again but it doesnt so it just runs once , is this expected of an event to just run one time ? and the while loop illtierate only 1 time when 3 buttons value change (when all events are excuted)
Solved! Go to Solution.
‎06-17-2013 03:47 AM
You should post the code you are currently working on.
Norbert
‎06-17-2013
05:11 AM
- last edited on
‎06-16-2025
01:53 PM
by
Content Cleaner
As well as posting your code, remember - if you're trying to use latched Boolean controls in Event Structures, you have to place the control inside the structure itself to ensure it works correctly. Not doing this can often result in the behaviour you're talking about.
For more info on Event Structures:
‎06-17-2013 06:33 AM
Thanks that was the problem 🙂