LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multicolumn listbox, jump 1 cell down

Solved!
Go to solution

In a multicolumn listbox I want do be able to enter numbers in column 2 (ringnumber as header)

After entering a  number I want to jump 1 cell down by pressing either "ENTER" or "TAB".
See attached picture.

 

Can anybody help me?

 

 

0 Kudos
Message 1 of 6
(3,061 Views)
Solution
Accepted by topic author mkoppelgaard
You can do that using key events on the control to capture the key strokes.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 6
(3,024 Views)

Made this, which works fine, when I press the TAB key.
Would like to catch the Enter button, but the  the scan code event does not catch any botton.

Can I catch the enter button in any way?

 

0 Kudos
Message 3 of 6
(2,994 Views)

I didn't look at your code, but I'm assuming you're using one of the Key Down events. They have other terminals which you can look at other than the scan code, and they will return the info you need.


___________________
Try to take over the world!
0 Kudos
Message 4 of 6
(2,980 Views)
There are several keys that aren't picked up in the scan code, like the arrow keys, backspace, delete, all the F keys, etc.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 5 of 6
(2,951 Views)

I'll try that 🙂

 

0 Kudos
Message 6 of 6
(2,932 Views)