04-12-2008 01:55 AM
04-12-2008 06:40 AM - edited 04-12-2008 06:43 AM
Hi Halemani,
If you change it to "latch when released" or "latched when pressed" you should be fine. The latch state will allow the switch to be read only one time in the after it is pressed.
What is happening when it is "Switch until released" is that the switch is read as being pressed, the dialog box pops up which captures the mouse events, you press the ok button and release, then the dialog goes away but the system still sees the OK button as being depressed. That state is getting read before it figures out that the button is no longer pressed.
I think it is a race condition between labview and the GUI.....
Best regards
04-14-2008 11:18 PM
04-15-2008 02:25 AM
04-15-2008 02:44 AM
04-15-2008 02:52 AM