LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

open specific tab page using button

Solved!
Go to solution

Hello,

 

How can I make that one button open specific page on tab.

 

That page was disabled and I menaged to make my program to show this page when I click one button. So next step would be that by clicking on that button this (previously disabled - unvisible) page is automatically OPENED.

 

0 Kudos
Message 1 of 3
(2,833 Views)
Solution
Accepted by topic author Chata

Chata,

 

Use property nodes.  First, get the Pages references.  From that array select the specific page reference.  Then write Page Enabled to the Page Enabled property. After that write the value of the page to a local variable (if the tab is a control) or write the value directly to the terminal if the tab is an indicator.  Close references. 

 

Lynn 

0 Kudos
Message 2 of 3
(2,822 Views)
thx, I menaged to solve this 🙂
0 Kudos
Message 3 of 3
(2,798 Views)