09-25-2019 09:20 AM
Labview 2017
I have an array of clusters
The clusters include a boolean
I'd like to manipulate the color of an individual boolean without changing the other clusters in the array
Solved! Go to Solution.
09-25-2019 09:27 AM
All elements of an array have the same properties except for value. So no. But you could potentially add a color box to the cluster to simulate the changed boolean background.
09-25-2019 03:22 PM
Crossrulz is correct, but you can work around it, though i'd say it's probably not really worth it. 🙂
What you can do is use Array to Cluster to get one big cluster instead and handle the color and disable status of the parts.
Color array background
Front panel screenshot taken before i fixed things up.
/Y