LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Caption page color

How can i change the color of the caption for each page on the tab control??
0 Kudos
Message 1 of 5
(3,005 Views)

Not sure if that's possible.

However, you can give each page a different color.

To enable this, create property node>>select property 'Allow Multiple Colors' >>change it to write and pass a "TRUE' boolean constant to it.

Hope this helps

0 Kudos
Message 2 of 5
(2,995 Views)

that i can do.

But isn't that i want to do.

I just want to change (programatticaly) the color of the text in one tab.

0 Kudos
Message 3 of 5
(2,993 Views)
Hello,

You can do that by creating a reference on your control/indicator and by using a property node with two properties. The first one select a current location (column/row) and the second one select a color (for background for instance). to change text color, use the same method.

Does this fit your needs?

regards,
BRAUD Jean-Philippe
Field Sales Engineer - Nord et Centre France
LabVIEW Certified Developper
0 Kudos
Message 4 of 5
(2,978 Views)
I don't think you can change the color of the text for individual pages, so you might need to hide the tabs and create a cluster of buttons to control your tabbing. Then, you can change the text on each button.

___________________
Try to take over the world!
0 Kudos
Message 5 of 5
(2,973 Views)