Hi guy,
I have a code like this :
GiftLst is a spinner. Those code should move the pointer to QtyTxt (EditText), and then shows virtual keyboard, but it always fail to show virtual keyboard on the first click.
The pointer moved, but no keyboard shows. If I clicked again the Spinner, it will success, pointer moved and keyboard shows.
Anybody have a hint how to fix this?
Thanks in advance.
I have a code like this :
B4X:
Sub GiftLst_ItemClick (Position As Int, Value As Object)
QtyTxt.RequestFocus
IME.ShowKeyboard(QtyTxt)
End Sub
GiftLst is a spinner. Those code should move the pointer to QtyTxt (EditText), and then shows virtual keyboard, but it always fail to show virtual keyboard on the first click.
The pointer moved, but no keyboard shows. If I clicked again the Spinner, it will success, pointer moved and keyboard shows.
Anybody have a hint how to fix this?
Thanks in advance.