LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

alternative to tab control

Hello all ,

 

           I was wondering if there is any other working thats does the same job of having a tab control. What I would like to do is to, use a push button as go to screen and should be able to display a new screen and so forth. Please provide me with some feedback.

 

thanks,

K

0 Kudos
Message 1 of 6
(4,775 Views)

You might be able to use subpanels.

 

But what are you really trying to do?  What is wrong with tab controls?  You can also use buttons to control which tab of the control gets displayed.  Also, you can hide the tabs on tab controls if you don't want to see them. 

0 Kudos
Message 2 of 6
(4,764 Views)

The tab control and the selection coding works pretty good for me. I was just looking for other design ideas.

0 Kudos
Message 3 of 6
(4,758 Views)

A couple of options...

 

Use a single page tab control and use the button to set the Visable property to hide/show the tab control.

 

Group the related controls and hide/show them

 

Use a sub-VI set as Show FP when opened and Close after.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 6
(4,756 Views)
Could you please provide me an example as how to use a sub panel?
0 Kudos
Message 5 of 6
(4,748 Views)

gsajja wrote:
Could you please provide me an example as how to use a sub panel?

Examples ship with LabVIEW. Help -> Find Examples. Then search for "subpanel".

0 Kudos
Message 6 of 6
(4,724 Views)