10-08-2011 10:32 AM
In one step of my application, one button dialog pops up to ask test operator to push a button. After the button push, the test operator needs to click OK button then the program will continue.
I'm wondering whether there's a way to cancel the dialog after the program detect the button is pushed? Any suggestion is welcome.
Thanks,
10-08-2011 11:40 AM
Instead of the LabVIEW one button dialog, write your own vi that pops up as a dialog box (set that using File ->VI Properties -> Window Appearance) and then you can use whatever conditions you like for deciding when to exit.
Richard
10-08-2011 12:41 PM
Thank you for the response. This is what I have been thinking, to make a subvi to handle this kind of situation.