LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have 4 pages in my Tab control. I want one of my pages to not be visiable unless

a "TRUE" from a pasword rutine is present. I want to use this as a setup page accessiable to authorized users only. I can do it from the drop down menu on the Front Pannel, but it is not dynamicly controled during operation. I want to do it programically.
0 Kudos
Message 1 of 2
(2,580 Views)
a "TRUE" from a pasword rutine is present. I want to use this as a setup page accessiable to authorized users only. I can do it from the drop down menu on the Front Pannel, but it is not dynamicly controled during operation. I want to do it programically.The tab control has a property called pages, which is an array of references to its pages. The "disabled" proerty can be set for each page. Attached is an example.

-Jim
0 Kudos
Message 2 of 2
(2,580 Views)