LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a pop up warning

Solved!
Go to solution

In this program, the recommended input value is 1-10.

If the user keys in a value outside the recommended range, a pop up warning will appear to warn the user that the results wot be very accurate.

The user then clicks the OK button, and the pop up disappears and the programm runs.

 

How can i do this?

 

TQ

0 Kudos
Message 1 of 2
(3,968 Views)
Solution
Accepted by topic author fmpfmpf

There are a number of built in ways on the Dialog and User Interface Palette.  You probably want One Button Dialog.

 

Also, it is possible to restrict the range of numbers that are possible to input into a numeric control.  Right click the control and select Data Entry.  This would eliminate the need to pop up a dialog to alert the user.

--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 2 of 2
(3,957 Views)