LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Arrow navigation through a LabVIEW table

I would like to use the up/down/left/right arrow keys to select the active
cell in a LabVIEW table control (like cell selection in e.g. EXCEL). Does
anyone know a solution for this problem that has kept me busy this whole
morning without any progress?
0 Kudos
Message 1 of 3
(3,076 Views)
Sorted it myself, by reading the keyboard in a while loop (llb provided by
NI) and updating the "editpos" property of the table.
WORKS!

Cheers, Peter
0 Kudos
Message 2 of 3
(3,076 Views)
Go to zone.ni.com and search for keyboard utilities. This will allow you to
capture keystrokes and use them in you Labview program.
"Peter Vijn" wrote:
>>I would like to use the up/down/left/right arrow keys to select the active>cell
in a LabVIEW table control (like cell selection in e.g. EXCEL). Does>anyone
know a solution for this problem that has kept me busy this whole>morning
without any progress?
0 Kudos
Message 3 of 3
(3,076 Views)