LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create PopUp

How can i create an elegant and simple popup window, containing a simple VI (not like the "Dialog" functions), which launches when i press a button in my VI?

Note: i will need to include this popup in my application/installer, are there special considerations regarding this?

Using LV 7.1


0 Kudos
Message 1 of 3
(2,822 Views)
Hello:

It´s pretty easy to do. All you need to do is to place the VI you want to show as a popup in the block diagram of the caller. Then right click the subVI, select SubVI Node Setup, then select the options "Show Front Panel when Called" and "Close afterwards if originally closed". I've attached a little example.





Robst - CLD

Using LabVIEW since version 7.0


Message 2 of 3
(2,806 Views)

Thanks Robst!

Well that was simpler than i imagined, as everything usually isSmiley Happy

Cheers mate!

 

0 Kudos
Message 3 of 3
(2,779 Views)