I have used IME to show keyboard,it works fine when I used in button click event but its not working in "Activity_Create" event.Actually I would like to show keyboard when the application start....
Note :-
where TxtMessge is EditText.
B4X:
Sub Activity_Create(FirstTime As Boolean)
Dim K As IME
Activity.LoadLayout("FrmTodoMain")
K.ShowKeyboard(TxtMessage)
End Sub
Note :-
where TxtMessge is EditText.
Last edited: