05-12-2010 12:41 PM
Hi,
I'm using labview for a current project dealing with keyboard input into a string control box. But my boss however wants to get rid of the property that when you press and hold a key down, it will only register as one key.
i.e. key [a] held down = 'aaaaaaaaaaaaaaaaaaaaaaaa'
End result desired = 'a'
I can't find an existing property, even any ideas on how to approach this problem would be deeply appreciated!
05-12-2010 01:16 PM
05-12-2010 02:40 PM
thanks for the helpful input tst !
i'm a bit new at using event structures, do you think it's possible to clarify in steps to get ride of the key repeat?
thanks, ur of great help !
05-12-2010 03:29 PM
Like this:
You can drag the image into LV 2009 to convert it into code.