LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change properties of multiple controls


lauraalkhoury wrote:

I know how to get the refnum of a ring when it's not in an array, and I know how to get the refnum of an array, I'm just having trouble iterating over the array and programmatically getting a reference for each ring.


You can't get a reference to each ring in an array because each element in an array must have the exact same properties.

 

Now from the cluster, you can directly get the ring reference by right clicking on the ring inside of the cluster (on the front panel) and create->reference.


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 11 of 12
(333 Views)

 


@crossrulz wrote:
You can't get a reference to each ring in an array because each element in an array must have the exact same properties.

 

Ahh, thanks for pointing that out! That certainly changes things.  

0 Kudos
Message 12 of 12
(329 Views)