Hi all
Please help
I use software triggers to control Zebra Barcode Reader.
i try to use Key_Down|Key_UP
Private Sub Activity_KeyUp (KeyCode As Int) As Boolean
Return False
End Sub
it works, but then key press,.
Now i need to turn it off on scan key Released, but no event raised
Private Sub Activity_KeyDown (KeyCode As Int) As Boolean
Return False
End Sub
But Key Up Raises at key press, not release
Key_Down not Raises.
How to catch key down and key up events?