LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I would li

ke to programmatically hide/unhide tab control pages in Labview 6i and haven't been able to figure out how to do it. I see in the properties of the tab control, under advanced, you can hide pages, but in the property node, there is no "hide page" property.
0 Kudos
Message 1 of 3
(2,968 Views)
ke to programmatically hide/unhide tab control pages in Labview 6i and haven't been able to figure out how to do it. I see in the properties of the tab control, under advanced, you can hide pages, but in the property node, there is no "hide page" property.If you create a property node for the tab control and select the pages property, you get an array of references to the elementary pages of the tab control.
Among the properties of this array elements you will find the enabled and visible state of the page. I attach a simple vi for setting on and off the visible property of one page.
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(2,968 Views)
ke to programmatically hide/unhide tab control pages in Labview 6i and haven't been able to figure out how to do it. I see in the properties of the tab control, under advanced, you can hide pages, but in the property node, there is no "hide page" property.There was a similar question some time ago http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000FA1C0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
Hope this helps
Message 3 of 3
(2,968 Views)