Norm Kirchner Posted March 16, 2004 Report Share Posted March 16, 2004 Here's the coding challenge for the night. Can anyone figure out why the outer event structure will only run once and then continues to timeout? -Norm Download File:post-19-1079416794.vi Quote Link to comment
CraigGraham Posted March 16, 2004 Report Share Posted March 16, 2004 I had the same symptoms a while ago that turned out to be caused by a second event structure in a case structure. Although the second event structure never executed, it still interfered with the event queue. Just use a single event structure and use a shift register to buffer the state of the mouse button. 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.