LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I Unhide This Tab

Solved!
Go to solution

I have a "control current," and a "control field," tab. I can't figure out what property is hiding the "control field," tab regardless of my actions.

 

I'm sure this is an ID10T error, but if someone could show me what's doing this and how to reverse it, it would be greatly appreciated.

enhd.PNG

Download All
0 Kudos
Message 1 of 3
(3,002 Views)
Solution
Accepted by topic author JScherer

Somehow, the second tab got its "Page Visible" property set to False.  I'm not sure how to do it interactively, but you can unhide it programmatically by getting a reference to the second page using the "Pages" property, then writing True to the "Page Visible" property.

 page visible.png

0 Kudos
Message 2 of 3
(2,995 Views)
Solution
Accepted by topic author JScherer

Here's how you show hidden pages interactively:

showtabpage.png

Message 3 of 3
(2,985 Views)