LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Control

Hi,
I have a Tab Control with six pages in it. Is there a way to disable and gray page per page programatically? I have tried to use value and disable from the property node, but it does not work. Is it because I use only one property node for value and disable, if yes, how do you use multiple property nodes to disable some pages from the tab control.
If this is not the problem, can somebody please explain how to disable one page from the tab control.
(I am using labview 6.0.2)
Thank you.
0 Kudos
Message 1 of 3
(2,499 Views)
Use the Pages property to get an array of page references. You can then index the array for a specific page reference. Wire this reference to a property node and select Page Enabled State for the property.
0 Kudos
Message 2 of 3
(2,499 Views)
I've attached a vi that will clarify this...


Michael Aivaliotis
VI Shots LLC
Message 3 of 3
(2,499 Views)