Wish B4XFloatTextField - Keyboard type property

LucaMs

Expert
Licensed User
Longtime User
Being able to set the Keyboard Type also programmatically.

(Yes, I know I can get the native view and, in B4A, use InputType, and I did it:
B4X:
#IF B4A

'*** Very long line and the need to write lines to condition the compilation (#IF...)
ftfFltParam1.TextField.As(EditText).InputType = ftfFltParam1.TextField.As(EditText).INPUT_TYPE_NUMBERS

#END IF
but for more convenient cross-platform programming, it would be better to have this possibility. Furthermore, in B4i it will be different).
 
Last edited:
Top