LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create a popup

hi!

I would like create a popoup wich ask to the user to choice a letter for the end of the program but I don't how to do a popup.. Can you tell me please!!
thanks
sole
0 Kudos
Message 1 of 5
(8,161 Views)
Change the property "Show Front Panel When Called" of your pop-up VI
0 Kudos
Message 2 of 5
(8,160 Views)
If you want a simple way to do this, you can use the express VI 'Prompt User for Input' from the Time & Dialog pallete, although Jack's suggestion (writing your own VI) is better if you do serious programming.

___________________
Try to take over the world!
0 Kudos
Message 3 of 5
(8,157 Views)
I have only the version 6.1 of labview

Message Edited by sole on 06-28-2005 05:13 AM

0 Kudos
Message 4 of 5
(8,154 Views)
In that case, go with Jack's idea - create a VI which will run until getting the input from the user (let's say using an event structure). Then, set it to "show FP when opened", "close afterwards..." and (very important) to Modal (this will make it stay on top). You can find these in File>>VI Properties>>Window Appearance>>Customize.

___________________
Try to take over the world!
0 Kudos
Message 5 of 5
(8,142 Views)