05-01-2012 12:12 AM
Hey
when i go from page 2 to 3 the page 6 stick with me.I want it to not bee shown
All other combination seems to work . Why
Solved! Go to Solution.
05-01-2012 02:46 AM - edited 05-01-2012 02:46 AM
Hi,
The greyed tabs occur, when you try to make all tabs invisible. Labview needs to keep at least one tab visible.
If you have 2 tabs; page 1, page 2 and you want to make visible page 1, you must :
page 1 visible;
page 2 invisible;
Take a look at my example bellow. It programatically changes tab visibility and uses a subVI to do so. The subVI takes one boolean parameter, that determines if you want to just show tabs supposed to be visible or also hide the other ones. If you hide and show the tabs in one loop (e.g. you use only one instance of this subVI), you will get the grey tabs you see in your example.
Hope this helps and clarifies the problem.
05-01-2012 03:27 AM
Thx for the tips
But how do i modify my VI do work the right way?
05-01-2012 03:48 AM - edited 05-01-2012 03:50 AM
Make the pages, you want to have visible visible first. After that, make the pages you want to have invisible invisible.
The way you have your code arranged, nobody knows, which properties will be set first.
05-01-2012 04:36 AM
Thx thx thx one million times u make my day!!!