06-17-2008 06:17 PM
06-17-2008 06:26 PM
You could do it programmatically by knowing which page (tab) is active and selected the appropriate color for it. THe same property node would do, you would simply select which color contant goes to it based on the Tab page..
RayR
06-17-2008 11:41 PM
See the attached VI to get an idea.
One thing you have to do is to check the option "Allow Multiple Colors" in the Advanced short-cut menu for the Tab from the FP.
06-17-2008 11:43 PM
06-18-2008 06:45 AM
Partha,
I like it.. 😉 Is the old value necessary? What I would do is build an array of color constants that holds the color for a given Tab. That way it is always the same color for that particular Tab.
06-18-2008 06:51 AM
I modified your example to illustrate what I meant.
Also, if the operator does not need to click on the Tab to change it (ie software controlled), then you can also hide the Tabs.
Plus I understand why Partha reverted the old value to grey color... It avoids having the colorful Tabs as I have done.. 😉
RayR