LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to show or hide a control in front panel

Solved!
Go to solution

Hi All, I am revising the code from someone else, and a control in front panel seems to be hidden until you click something to make it show. I tried to use right click in front panel and it did not work by clicking something related to show or hide. Since I don't quite familiar with property nodes, this hidden setting may be related to that.

In the picture it shows the front panel and its two property nodes, could anyone advise me how to change the setting to show this control? Thank you!

show or hide the control.PNG

0 Kudos
Message 1 of 3
(2,896 Views)
Solution
Accepted by topic author bhl3302

Hey.

 

Is this what you are looking for...

showhide.png

 

The Visible property allows you to set the above option programatically.  If you would like to see it, you need to wire a true constant in to it.

 

Kind Regards

Lewis Gear CLA
LabVIEW UAV

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

If you right-click on the the control's terminal, you will see an option to "Hide Control" or "Show Control".  This is what you should use when editing the code.  The property nodes set to Visible are for when the application is running.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,888 Views)