LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

making the visable tab come up on top

I am trying to use tab control to list a set of controls for one selection, while the other tabs are not visable. With only one tab visable at a time. I can get that to work , using property nodes, . The problem is after 1 cycle the tab that is to be visable comes on the bottom and the tab that is should not be seen is on top darker in color, but visable. How do I get the visable tab to come up on top, I cant find how to set tab control order
0 Kudos
Message 1 of 3
(2,569 Views)

Hi questionable,

you can´t change the tab order, because a tab control is an enum.

Mike

0 Kudos
Message 2 of 3
(2,563 Views)
Thanks for the reply. I was able to figure out how to force it using the error cluster, getting the effect I was looking for.
0 Kudos
Message 3 of 3
(2,543 Views)