LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Apply Changes to Mulitple Items

Say I want to set the state to disabled for multiple controls or indicators.  I tried selecting a set and right clicking, but that only brings up properties for the individual control I r-clicked on.  Is there a way to "group" items, and perhaps change a common parameter?
0 Kudos
Message 1 of 4
(2,598 Views)
Unless you place the items into an array (which you probably don't want to do) or a cluster you can only set the properties one control at a time.
Message 2 of 4
(2,582 Views)
You could probably write a tool to do this (using the Selection List[] property for the panel\pane), but you should note that not all objects on the panel will necessarily be of the Control class.

___________________
Try to take over the world!
Message 3 of 4
(2,576 Views)