02-28-2012 10:30 AM
Hmm Ben... not that kind of old...
Hmmm ... okay I couldn't do a second edit, so here is a new post.
After reading the replies, i'll still give my comments.
I made a small VI snippet for showing you what you where missing.
You need to type cast the reference you get out of ArrElem, to get a cluster reference type. You can do that with the "To more specific Class". If works when you know what the array element type is.
Once you have the cluster reference, you can get an array of reference to the controls in the cluster.
Then just look for the control you what to change property on, and use that reference.
As the visibillity is a generic property, you don't have to type cast any new reference.
Try to see my picture.
03-01-2012 04:30 AM
Thanks dkfire, I will try that approach next time.