LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Visible property of Decorations

How can I change the Visible property of decorations?

Thanks
0 Kudos
Message 1 of 3
(3,009 Views)
You use property nodes. First select the panel property and wire the reference to another property node and select the Decorations[] property. This will return an array of refnums to your front panel decorations. You then use the index array function to select the decoration you want and use the visible property on that refnum. I've attached a simple example.
0 Kudos
Message 2 of 3
(3,009 Views)
Ok, but how can you know what the index of the decoration is if you have been randomly creating decorations. Basically, it seems impossible. One needs to be able to assign labels to decorations and access them by name which I don't think is possible in this version of Labview. The question is, will Labview be capable of this in the future?
0 Kudos
Message 3 of 3
(3,009 Views)