LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to change background color of a boolean that is part of a cluster that is an array element

Solved!
Go to solution

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

0 Kudos
Message 1 of 3
(2,257 Views)
Solution
Accepted by topic author KenPe

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.


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 2 of 3
(2,250 Views)

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 backgroundColor array background

Change array background color.png

Front panel screenshot taken before i fixed things up.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 3 of 3
(2,171 Views)