Hi All.
it is possible to have the characters of the keyboard, all in uppercase.
In B4A I use:
There is something similar in B4i
Thank you
Marco
it is possible to have the characters of the keyboard, all in uppercase.
In B4A I use:
fle_nome_cognome.EditText.InputType = Bit.Or(fle_nome_cognome.EditText.INPUT_TYPE_TEXT, 4096)
There is something similar in B4i
Thank you
Marco