06-01-2021 02:47 AM
Hello,
I am using the subVI to change the color of the highlighted tab on the top VI.
In the attached program, how to get the main VI tab control to show correctly highlighted as per the operation in the sub VI?
Thanks.
Solved! Go to Solution.
06-01-2021 06:21 AM
Modify your subVI to accept a reference to a tab control and use property nodes on that reference to change properties of the tab. Wire the reference of the tab in the main VI to the tab reference subVI input.
06-01-2021 01:48 PM - edited 06-01-2021 01:52 PM
Hello,
I have put the reference in, but I cannot seem to color the main vi tab color. Can you tell me what I am doing wrong?
06-01-2021 02:11 PM
Hi hiNI,
@hiNI wrote:
I cannot seem to color the main vi tab color. Can you tell me what I am doing wrong?
You don't set the background color.
You set the foreground color twice…