LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tab control using keyboard functions

Solved!
Go to solution

Hi,

 

Thanks very much for helping with my questions.

I want to know how to open different tabs of my application using key board keys (hot key).

0 Kudos
Message 1 of 4
(3,193 Views)

Hi suni,

if you mean, how to select different pages from a tab control, then you can use an event structure. Create a key down event and check the pressed key. If it was a defined key, then change the value of your tab control.

 

Hope it helps.

Mike

Message 2 of 4
(3,191 Views)
One way would be to use an Event structure to capture keystrokes, and write a constant to the tab control terminal (or local variable of it).
Message 3 of 4
(3,190 Views)
Solution
Accepted by suni

Once the tab has key-focus (either tab to it or set key-focus) the left and right arrow keys will select different tabs.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 4 of 4
(3,184 Views)