LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a New Event Window Pop up

The program I want to develop has many layers.  I want to have a menu page, after clicking on one of the buttons, I would like to see data display on the new event pop-up.  I have checked the example : New Event Handler.vi however, it does not work when I put my own subvi into the Event Structure.  Can you tell me what is the property of the subvi that I need to set in order to have it as a pop-up window? 

Thanks. 
Ellynn
0 Kudos
Message 1 of 4
(2,360 Views)
Go to the File Menu - VI Properties.  Select Window Appearance in the Category box.  Then click on the Custom radio button and then click the Customize button.  Click on the Show front panel when called checkbox and the Close afterwards if originally closed checkbox.  Click OK.  Now when you call your subvi, it will be displayed and will close when the vi is done.
- tbob

Inventor of the WORM Global
Message 2 of 4
(2,352 Views)
Ellynn,

Take a look at this KB:

http://digital.ni.com/public.nsf/allkb/569990697D996C6986256F20005216F6?OpenDocument

Trey B
Applications Engineering
National Instruments
Message 3 of 4
(2,319 Views)
Thanks to both of you tbob and Trey.  Trey's page helped a lot. 


Have a nice day
Ellynn
0 Kudos
Message 4 of 4
(2,312 Views)