Page 1 of 1

Keyboard Type

Posted: Mon Mar 11, 2013 9:49 pm
by sirobchGA0cda
Hi All,
I use the command "ASK" to fill a field in Android.

Code: Select all

on mouseUp      
      ask "Remplir le champs C"         
      put  it into field "number"
      end mouseUp
I use the "mobileSetKeyboardType" number "for the numeric keypad.

Code: Select all

on openField
   if the environment is "mobile" then
      mobileSetKeyboardType "numeric"
         end if
end openField
It works in any field, but not in the command field "ASK", it becomes the normal keyboard.
By IOS against it works.
Have you ever encountered this problem or found a solution.
Thanks
Bobo

Re: Keyboard Type

Posted: Mon Mar 18, 2013 8:37 pm
by sirobchGA0cda
Hi All,
the problem was filed in the Quality Control Center
it will be fixed in the next release.
Greetings
Bobo