jaimo9 Member Licensed User Longtime User Nov 14, 2013 #1 In an editText box a keyboard is automatically loaded, how do I get the Done/Next button to run a subroutine ? Last edited: Nov 14, 2013
In an editText box a keyboard is automatically loaded, how do I get the Done/Next button to run a subroutine ?
Erel B4X founder Staff member Licensed User Longtime User Nov 15, 2013 #2 You can intercept the Done button with EditText_EnterPressed. If you need to handle the Next button as well then you should use the IME library and call AddHandleActionEvent (see IME tutorial). Upvote 0
You can intercept the Done button with EditText_EnterPressed. If you need to handle the Next button as well then you should use the IME library and call AddHandleActionEvent (see IME tutorial).