LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tabcontrol and "allow multiple colors" option is greyed out

Hi 
I am moving an old labview program (2011) to a new PC, but experienced that the color in Tabcontrol is "white" while it was more grey looking in the old PC.
If i try to change it, the option "allow multiple colors" is greyed out and not selectable for the existing tabcontrol in teh old labview program.

 

How can i to set the option "allow multiple colors" to be selectable again?
I manged with adding new tabcontrol and change the same option, but not the existing tabcontrol in the old program where it is greyed out.

 

GH

0 Kudos
Message 1 of 3
(1,630 Views)

Hi Geir,

 


@GeirHHH wrote:

but experienced that the color in Tabcontrol is "white" while it was more grey looking in the old PC.
If i try to change it, the option "allow multiple colors" is greyed out and not selectable for the existing tabcontrol in teh old labview program.

 

How can i to set the option "allow multiple colors" to be selectable again?
I manged with adding new tabcontrol and change the same option, but not the existing tabcontrol in the old program where it is greyed out.


Most probably that old VI uses a tab container from the "System" controls palette: those System controls use the color scheme of the OS - and so you cannot change certain properties (like colors) on your own. (This would also explain the change in appearance from "grey looking" into "white"…)

 

The "System" tab does not allow "multiple colors". To change its color you need to change the color scheme in the Windows system settings.

 

Btw. it would have helped when you had attached the VI with that tab container…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(1,620 Views)

Thanks, that help a lot. 
I converted("replaced") the system tab container to an ordinary tab container, and can change color now

 

GH

0 Kudos
Message 3 of 3
(1,570 Views)