LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pop Up Menu

Hallo,

I created a menu with four boolean buttons:

button1

button2

button3

[OK]

The button1,2,3 has two values, f.e. button1=false: sample button1=true: empty etc.

Since I only need button2 and button3 if button1=true, it would be very nice if they only appear if button1=true.

Does anybody of you know how to manage that?

Arno

PS: If you attach LabVIEW-Code please convert it to LabVIEW 6.1.
0 Kudos
Message 1 of 2
(2,573 Views)
You need to use property nodes and use the visibility property of it. Right click on buttons that you want to make invisible and wire a value of false to it. On click of button 3 pass value of true to both the booleans.
0 Kudos
Message 2 of 2
(2,567 Views)