LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ask user to enter information and have a "press when done" option on FP - LabVIEW 2019

Solved!
Go to solution
One should welcome adversity as an opportunity to excel.
0 Kudos
Message 1 of 3
(1,772 Views)
Solution
Accepted by topic author Daddy-O

Hi Daddy-O,

 

Create a simple VI with an event structure (no loop needed). Place the OK button (boolean of your choice) and configure the event structure to handle value changed. Put your cluster (control) inside that event frame, and wire it to a cluster (indicator). Also add error in / out.

 

Now go to VI properties (Ctrl+i) and find "Window Appearance". Set it to Dialog. Now you should be good to go!

 

P.S. I also like to add a "Cancel" button, which will have empty / default data wired out, as well as a "Canceled?" output that is hidden.

Message 2 of 3
(1,735 Views)

Thanks so much. I think I had thought that into being complicated. I appreciate your help. Have a great day.

One should welcome adversity as an opportunity to excel.
0 Kudos
Message 3 of 3
(1,688 Views)