B4J Question How to recognize the Enter key of a textfield

Chris2

Active Member
Licensed User
I think the _Action event is raised when enter is pressed in a textfield.

Or you can use the jReflection library to catch any key press, e.g.
 
Upvote 0
Top