LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

disable or hide page on tab control

Is there any way to disable or hide one page of a tab control using a property node and some element from the user interface.
 
I'm using LV 7.1.
 
I'm attaching an example of what I would like to do.
 
Any help would be appreciated
 
Eric
0 Kudos
Message 1 of 18
(12,091 Views)
I'm using LabVIEW 8.
In the Help files, there is a topic about configuring pages programmatically.
 
Anyway, I saved the attached VI in 7.1 format.
 
Message 2 of 18
(12,077 Views)
Does this help?
Use help and you will see the explanation of the different modes for use with the different properties.
 
Beat to it
 

Message Edited by Ashe on 02-10-2006 01:10 PM

0 Kudos
Message 3 of 18
(12,077 Views)

Hi:

Oh, I see that someone worked faster than me, anyway I will post my work so it doesn''t get useless. I couldn´t see your VI since I'm one of those dinosaurs still using LabVIEW 7.0. I've made a small VI that shows how to make visible/invisible the pages on a tab control. Hope this helps you.

Robst.


Robst - CLD

Using LabVIEW since version 7.0


Message 4 of 18
(12,069 Views)
Thank you that's exactly what I was looking for!!
0 Kudos
Message 5 of 18
(12,054 Views)

I have problem with my VI's GUI. In my Front Panel have a lot of sensor,

ex :i have THA's sensor, when i click it, it have to change to tab "THA",

after that, i want to comeback tab " EFI simulator" i click " back" button. That is my problem.

Can any one help me to solve this problem.

0 Kudos
Message 6 of 18
(11,126 Views)

You can use an event structure and change the value property of the tab control when there is a value change event for the back button.

 

Ben64

0 Kudos
Message 7 of 18
(11,118 Views)

You probably need to go through the LabVIEW tutorials since all you have right now is a Front Panel with no functionality.

 

When you do get around to adding functionality, you'll most likely want to use the Tab Control Value Change Event and a Shift register to store the previous tab so that you can drive back to the original tab on the Back Button Value Change Event.

 

*EDIT* ben is faster than I am.

0 Kudos
Message 8 of 18
(11,117 Views)

Please download the attachment and try, and do not forget to join the Labview Team Indonesia Labview Team Indonesia

0 Kudos
Message 9 of 18
(11,102 Views)

Thank you so much. I did.

And i have more question: Do yous ever programing for ECU use LabVIEW such make ECU, caculate ignition timing, mearsure gas fuel, make igintion map,.... can yous help me do this?

 

 

0 Kudos
Message 10 of 18
(11,089 Views)