Android Question simulate a click on a edittext ?

marcick

Well-Known Member
Licensed User
Longtime User
I'm sure it's a stupid question but ....
how to automatically open the keyboard to input a text ? ...

edit: it was a stupid question ... need to use InputDialog
 
Last edited:

marcick

Well-Known Member
Licensed User
Longtime User
I'll have a look, thanks.
InputDialogs seems to be ok, but why after clicking "Ok" the keyboard remain opened ?

B4X:
Dim nameinput As InputDialog
Dim picon As Bitmap
picon.Initialize(File.DirAssets, "pushpin48.png")
nameinput.Show("","Inserire un commento per il pushpin" , "Ok", "", "", picon)
 
Upvote 0
Top