B4A Ver. 12.50, Android ver. 8.1.0
I have a MaskedEditText on a panel together with a button.
I try to use this code to show the panel and want also the keyboard shows automatically. If I click in the MaskedEditText the keyboard appears.
I have a MaskedEditText on a panel together with a button.
I try to use this code to show the panel and want also the keyboard shows automatically. If I click in the MaskedEditText the keyboard appears.
My code:
txtChange.Text = DateTime.Time(rs.GetLong("Starttime"))
txtChange.SelectAll
IME.ShowKeyboard(txtChange)
pnlChange.Visible = True