LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pop up a dialog based on a boolean

I would like to know how I can pop up a One Button dialog based on a boolean i/p. I wish to pop up the dialog on a true and do nothing on a false

Thanks for any responses
0 Kudos
Message 1 of 3
(2,840 Views)
Put your 1-button dialog in a Case.
Wire your bool to the case.
If T - the dialog will run; if F - nothing will happen.

Good luck with it, Doug
0 Kudos
Message 2 of 3
(2,840 Views)
Geez, and so simple. thanks for the response
sorry for the (in hindsight) silly question
0 Kudos
Message 3 of 3
(2,840 Views)