Keyboard Not to Hide

Good day, This might be a simple question, bt I am making a simple timer that enters bib numbers when a racer complete a round. I am entering the numbers via a simple textbox, which is set to use numbers only, and it brings up the numpad keyboard. BUT, once enter is pressed, the keypad dissapear, and I need to touch the textbox again. I need the keypad not to hide, but to keep visible to enter new bib number. Thus, The keypad enter button should act as a save button? Any help on this perhaps?

Thanks in advance

Jakes

Hello @Johan_Jacobs
You can use EnterPressedListener method and its corresponding event of Textbox Extension by @Taifun and arrange blocks something like this :point_down:

1 Like

Awesome, thanks it helped a lot :grinning:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.