Benyamin.KH20 Posted October 2, 2014 Report Share Posted October 2, 2014 hello i use an event structure for menu but why Boolean 2 and Boolean 1 is Stop ? please help me Quote Link to comment
hooovahh Posted October 2, 2014 Report Share Posted October 2, 2014 Think data flow. You enter your loop it reads the value of boolean as false, and stop as false and then sits and waits forever for a menu selection to occur. Turn on highlight execution and you'll see that there is no data flow. So changing the value of controls is fine, but you are never actually reading those values. An easy solution which avoids the whole "why are we doing this?" question is to just set a timeout on that event structure of something like 100ms. 1 Quote Link to comment
crossrulz Posted October 2, 2014 Report Share Posted October 2, 2014 The better solution would be to handle the value changes of those controls in the event structure. 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.