LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

numeric in table

I just had a look at the vi - I've never noticed that behaviour before. So to avoid this, you have to add the "Key repeat?" event. Then it works as you want it to.
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 11 of 13
(613 Views)
hello,

i forgto.
i've changed to allow only numbers.
but if i pressed a charachter for a long time LV should be work wrong because the characters willbe filled in the table.

markus
0 Kudos
Message 12 of 13
(613 Views)
Obviously it is not "wrong" - just unexpected.
 
After keeping a button pressed a certain time it gets repreated. So as mentioned before, using the "Key repeat?" filter-event can help you to avoid this. Just edit the event case so that the key-down and the key-repeat events are handled in the same case.
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 13 of 13
(611 Views)