LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide/Show button Control Panel

Solved!
Go to solution

hello folks!

I want to show some boolean buttons on the control panel only if another boolean button is true - and hide them if the button is false.
Been reading some posts but could not figure out how it works with visible property...

Thanks for your help and greetings from germany!

Message 1 of 4
(4,421 Views)
Solution
Accepted by topic author jobauer

Right click on one of your buttons and select Create->Property Node->Visible.  You now have a way to make that button visible or not.  I would recommend using an event structure and create a case for the controlling button's value change.  Just set the visible property of your other buttons based on the value.


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
Message 2 of 4
(4,412 Views)

use property node-->visible

Message 3 of 4
(4,409 Views)

Thanks a lot
I did not find the "change the wire" option so i did not realise how to get the visible property to accept an input!

0 Kudos
Message 4 of 4
(4,398 Views)