LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a sub Window

Solved!
Go to solution

I have some questions

 

  1. I have a  LabView Main Window, By clicking the window in the LabView MainWindow, I would like to open another sub window. How to do this in Labview
  2. In the Labview Front Panel, I have several controls and indicators, during the VI execution I would like to display only the part of it. How I can do it? (I have tried with OpenG decoration, but is there any other ways in LabVIEW

 

 

Thank you,

 

 

Regards,

Rathan

 

 

 

 

0 Kudos
Message 1 of 2
(2,849 Views)
Solution
Accepted by topic author Pahee

Hi,

1. You can use Event Structure. Dont forget to set the subVI node setup. You can also set the main window hidden when the subwindow opens.

2. Use property node of the control to enable/disable/Visible.

Thanks,

Sanad MM

0 Kudos
Message 2 of 2
(2,833 Views)