I am trying to use the new xui views library (B4XInputTemplate) and it appears the text box is a b4xview which does not have an inputtype property. So how do we control the Keyboard?
Currently I have this EKyBoard:
Which gives me this:
B4XInputTemplate
Gives me this:
I need to get rid of the line with Google, Sticker, GIF, Etc. and replace it with the Numbers row as above as in most cases (but not always) the entry will be numbers only.
This is a production floor application, making this stuff convenient for users is unacceptable.
Thanks for your help.
Currently I have this EKyBoard:
B4X:
ValueTxt.InputType = ValueTxt.INPUT_TYPE_TEXT
B4XInputTemplate
Gives me this:
I need to get rid of the line with Google, Sticker, GIF, Etc. and replace it with the Numbers row as above as in most cases (but not always) the entry will be numbers only.
This is a production floor application, making this stuff convenient for users is unacceptable.
Thanks for your help.