LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why are enabled controls grayed out?

Solved!
Go to solution

I have an array of boolean controls that I've been playing with to figure out whether I should enable/disable the array or the control.  Now, it seems that the array and control are enabled but grayed out (see fig 1, fig 2: fig 1 shows enabled state of array, fig 2 shows enabled state of control).  Clicking each control in the array appears to "un-gray" them (fig 3), but running the code and then clicking on a control appears to turn all of them gray again (fig 4).  There are no property nodes in my code that reference the "disabled" property of the array or the control.  There were, but I got rid of them when trying to figure out why they're turning gray.  I mean, I'm turning gray, but that's to be expected.

 

Any ideas?

 

Thanks,

-Jamie

Download All
0 Kudos
Message 1 of 3
(2,830 Views)
0 Kudos
Message 2 of 3
(2,829 Views)
Solution
Accepted by topic author jfalesi

That just means that the array is currently empty.

0 Kudos
Message 3 of 3
(2,819 Views)