Inputdialog Point not selectable some phones

Paulsche

Well-Known Member
Licensed User
Longtime User
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.

Applies to "Motorola XOOM" and "LG P970".

Why is that someone got an idea?
 

Attachments

  • screenshot.jpg
    12.1 KB · Views: 203

Paulsche

Well-Known Member
Licensed User
Longtime User
Hi agraham,

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 think there are only 2 to 3 users have the problem.
Thousands more have no problem.
Apps in Market: https://market.android.com/details?id=HBSpritverbrauch.lite&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiSEJTcHJpdHZlcmJyYXVjaC5saXRlIl0.
 
Last edited:
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
Here is a photo of LGP970 point where not selectable,
and screenshot of my GalaxyS2.
 

Attachments

  • tastatur_galaxy.jpg
    12 KB · Views: 198
  • tastatur_LGP970.jpg
    79.7 KB · Views: 201
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
He says no other keyboard APP has installed .
Perhaps his only sin adjusted settings of the keyboard, I'll ask him.
 
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
Users Report:

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.

In the APP changes nothing of it.
 
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
The error can probably be found not so easy and it seems
to act only by 2-3 cases.
Will probably have to live with it for now.
 
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
One more user with this Problem:

Hello,

with my LG P690 with Android 2.3.4 is also the comma "grayed out" - a big drawback when entering the fuel price.
 
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
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?
 

Attachments

  • 2012.01.31-17.46.07.jpg
    15.8 KB · Views: 165
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
Soft Keyboard to numeric

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 ?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…