a feature i really miss is the possibility to open the on screen keyboard with code.
It is vital to provide a good inputflow for the user.
I am using custom dialogs to get data and want the keyboard to come up when the dialog opens.
Dim InputType As EditText
InputType.Initialize("Panel1")
InputType.InputType = InputType.INPUT_TYPE_NONE
... but nothing works.
I need the code because after putting some text into a "search-function" (as EditText) and pressing a Button the Keyboard should disappear automatically.
It would be great to have a solution for that (such like SIP (True|False) in B4P)