03-03-2010 10:52 AM
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
03-03-2010 11:11 AM
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.
03-03-2010 11:15 AM
The tab control and the selection coding works pretty good for me. I was just looking for other design ideas.
03-03-2010 11:16 AM
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
03-03-2010 11:26 AM
03-03-2010 12:48 PM
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".