07-19-2016 10:57 AM
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
Solved! Go to Solution.
07-19-2016 10:57 AM
Fig 4
07-19-2016 11:02 AM
That just means that the array is currently empty.