Dear Erel,
To desable the special character I have used the following code
It is working fine but I discover that the spacebar from the soft keyboard is not working.
How could I add spacebar into SetCustomFilter?
Thanks and regards.
To desable the special character I have used the following code
B4X:
Dim kb As IME
kb.Initialize("")
kb.SetCustomFilter(EditText10, EditText10.INPUT_TYPE_TEXT, "QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890")
How could I add spacebar into SetCustomFilter?
Thanks and regards.