I now use the following code to show a hint and give it focus ( works great
But how to popup the virual keyboard at the same
so users can direct entering data without first pressing the edit box
But how to popup the virual keyboard at the same
so users can direct entering data without first pressing the edit box
B4X:
dim edtZoek as edittext
edtZoek.Text=""
edtZoek.hint="Naam Gemeente"
edtZoek.RequestFocus
edtZoek.ForceDoneButton=True