LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create execute using tab

hi, i am trying to use the tab control in my program..
i was wondering if someone can point me to the right direction..can you show me some examples or tell me where i can find examples....
i have a tab...
i want to display a dialogue on my tab..

for example..

when i click on Start

it will display,
Start is enabled.... then user ACCEPT...
then click on Continue

it will display
Continue.....

Pressure is 730 mmHg, then user ACCEPT then
click on Continue


Message Edited by krispiekream on 03-11-2008 12:18 PM
Best regards,
Krispiekream
0 Kudos
Message 1 of 4
(2,379 Views)
in another word, can i embed the dialog pop up into my frontpage without the popup?

Best regards,
Krispiekream
0 Kudos
Message 2 of 4
(2,354 Views)
You can find an area of your tab control and place a string indicator.  You can then wire an empty string when needed to empty it out, or disable visibility.  When you want to show a message, write it to the indicator, and enable visibility.
Message 3 of 4
(2,347 Views)
thanks..
that was easy

Best regards,
Krispiekream
0 Kudos
Message 4 of 4
(2,343 Views)