The "numbers" definition of the keyboard in Edittext does not alow input of negative numbers, although a minus key exists there. Is this correct, such attitude ?
This class contains constants for all of the available inputtypes as defined on Android Developers except TYPE_TEXT_FLAG_AUTO_COMPLETE, which would require a Java library to be of any use, but we have other options to do this anyway. It also provides a method to update the values associated...
www.b4x.com
B4X:
npTyp.Initialize
InpTyp.SetInputType(EditText1, Array As Int(InpTyp.TYPE_CLASS_TEXT, InpTyp.TYPE_TEXT_FLAG_CAP_CHARACTERS)) 'uppercase letters
Thanks DonManfred, My question is exactly like the link you provided. The solution is even simpler - I use decimal numbers keyboard. I just wandered why it is so.