As old vb6-programmer missed tabstop and i want to use enter like tab key too...
So found this to trap keyevents...
but misses...
How to check what pressed...
When i am try to set keyevent in a map... get error that can not assigned...
How i ll check keyevent.code="ENTER" so nextfield.requestfocus or do a job ?
So found this to trap keyevents...
but misses...
How to check what pressed...
B4X:
Dim KeyEvent As JavaObject = Args(0)
'if i log(keyevent) took that code=enter / but keyevent is an object...
When i am try to set keyevent in a map... get error that can not assigned...
How i ll check keyevent.code="ENTER" so nextfield.requestfocus or do a job ?