LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Control

Hi,

 

I'm using multiple pages in my VI. I want to assign some keys as shortcut key to switch pages. how can i do that...???

 

 

Thank you,

sushmith

0 Kudos
Message 1 of 3
(2,392 Views)

Stick to a single thread

 

You don't want to use the tabs at the top of the tab control? If no how you want to navigate through the pages sequentialy or randomlly?.

 

You can create a Enum control same as your tabs and wire that to the value property node of the tab control. So depending on the selction of the Enum the pages will get selected.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 3
(2,384 Views)

You can create keyboard shortcuts to virtually anything by using the event structure key down event and coding what you want done on each key.  I consider this part of any well designed GUI.

0 Kudos
Message 3 of 3
(2,371 Views)