LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tab control usiong tool bar

Solved!
Go to solution

Hi!

In my application i want show different graphs using tab control.How can i control the page selection  of tab cntrl.  using different buttons that i put up on my tool bar.Is there any property to this op.?

Thanks

DeWalker

Message 1 of 4
(2,946 Views)

hi

what type of tool bar u r using better send screen shot of u r application Front panel with explanation 

Regards,
Santhosh M
0 Kudos
Message 2 of 4
(2,937 Views)
Solution
Accepted by topic author DeWalker

Create a local variable of the tab control and wire a constant into it. Run this code when your button is pressed.

The downside of this is that if you are reading the value of the tab control as well, it will break dataflow and cause a race condition. 

_____________________________
- Cheers, Ed
Message 3 of 4
(2,933 Views)

Hey !

Ed, thanks .Such a simple solution.

Cheers

0 Kudos
Message 4 of 4
(2,882 Views)