01-12-2010 12:20 PM
Hi all,
Could you help me on one front panel programming question?
I have one boolean control (Text button) which is inside one cluster. I would like change the color of the font accoring to its status. Like when it button is ON, I would like color of font (ON) is white. And when the button is OFF, I would like font color change to black.
With the right click-->properties, I can only define color of font. However, it won't change according to status.
Thank you!
Solved! Go to Solution.
01-12-2010 12:52 PM
The font color applies to all states. To do what you explicitly want to do then you have to change the font color programmatically using property nodes.
Or, you could simply change the color of the button itself. This way, you can set it directly in the properties and not have to update it programmatically.
01-12-2010 02:03 PM