LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

INPUT BOX

Hi,

Can someone tell me how can I program a pop-up dialog box for user input
under LabVIEW 5.0?

Thanks...
0 Kudos
Message 1 of 2
(2,453 Views)
You can use a subVI to do that, put it in a case structure
and wire it to the event which must activate the input box.
The subVI must contain your input control and a boolean
button or buttons (depending the use), which control the
while loop and end it or mantain it running until you want.
Don't forget clicking the subVI and checking "Open front
panel when called" and "Close if originally closed". Hope
this helps, if doesen't feel free of contacting me to give
you a sollution if I can.

Gorka Larrea
glarrea_1@hotmail.com


* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful
0 Kudos
Message 2 of 2
(2,453 Views)