Hello, there are some users report that in my programs when entering the numbers (see screenshot with active point) of the decimal point would be inactive and not selectable, so no numbers with decimal values can be entered.
Comment from users: Matthes am 8. Januar 2012 (Motorola XOOM mit Version V1.9)
Motorola Xoom Android 3.2 No entry point of this possible.
I'm sorry will not do. On the displayed keypad, the keys under the 7 and 9 gray.
I use an LG P970 with SW 2.2.
But I read that other users seem to have the problem.
I'll even get a screenshot.
B4X:
'Literpreis eingeben
InputDialog.InputType= InputDialog.INPUT_TYPE_DECIMAL_NUMBERS
InputDialog.Input = literpreis_en
schleife= 1
Do While schleife = 1
ret = InputDialog.Show(literpreis, literpreis1, "OK", zurueck, "", Null)
If ret = DialogResponse.CANCEL Then
Eingabefeld = 4
Exit
End If
Eingabefeld = 6
literpreis_en = InputDialog.Input
If IsNumber(literpreis_en) = False Then literpreis_en = 0
If liter_en >0 OR literpreis_en >0 Then schleife = 0
Loop
I can see "keyboard language", then under "Samsung Keyboard" under
"Keyboard layout" choose only between Qertz and LG keyboard.
Qertz was previously set.
When switching to LG, this has a keyboard but only for text entries
out. Then I have the letter when entering text with the usual SMS
Enter the numeric keypad of mobile formats.
For your information: the input point works with InputDialog.INPUT_TYPE_TEXT
but it must be manually on numeric keypad
be switched. see Screenshot of the user.
How could I solve it, that the user itself can switch the keyboard
from INPUT_TYPE_DECIMAL_NUMBERS to INPUT_TYPE_TEXT?
ok, I have a chance in the input dialog allows to change the input type
to INPUT_TYPE_TEXT.
Is there a way to soft-keyboard to switch to numeric,
so the user does not have to manually change each time the keyboard numeric ?