09-26-2012 11:48 AM
hello,
i have a numeric array whose elements are date-formatted. is it possible to programmatically change the color of the elements for the states active/inactive?
thanks
Solved! Go to Solution.
09-26-2012 12:09 PM
09-26-2012 12:46 PM
ok let me explain a bit better: i am aware that properties can not be changed for individual elements. i want to change the following property for all elements: the color of the font of an element is either black with white background (in the case it is active) or the font is grey with a grey backgound color (when still deactivated). is possible to change the color for either state?
hope i explained well
09-26-2012 12:52 PM
@labviewette wrote:
ok let me explain a bit better: i am aware that properties can not be changed for individual elements. i want to change the following property for all elements: the color of the font of an element is either black with white background (in the case it is active) or the font is grey with a grey backgound color (when still deactivated). is possible to change the color for either state?
hope i explained well
It is possible to change the color for true and false but as you wrote what you set for one gets set for all.
Ben
10-01-2012 09:11 AM
Hello labviewette,
if you mean the colors of the elements in a simple array constant in case active/inactive you cannot change the colors.
In active mode the text is always black with white background and in inactive mode it's both grey-white.
I hope I've understood you correctly.
Regards,
Stefan