I'm getting some weird behavior with my VI. If anyone has time to give it a quick look over, it would be much appreciated.
when the vi starts, I put in a while loop to wait for the user to hit a "start trial" (I also tried a keydown event case and this problem was still there). . . this is so that the user can change the default values in some of the controls, should they want to, before the real program begins.
however, during this time, if ANY key is hit on the keyboard (other than "return", which is set to toggle the "start trial" button), including modifiers like shift or control, the front panel freezes and will no longer let the user change values in the string controls, click on the "start" button, or hit enter to end the loop and begin the trial.
when I copy and paste just the first sequence structure that contains the troublesome section, the problem goes away, so it must have something to do with other parts of the VI as well.
the VI (once the start button is pressed) is designed to detect keystrokes (default: "n" "m" and Space bar) to start and pause two different timers, and then to quit when a certain cumulative time is reached.