Keyboard Type

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
sirobchGA0cda
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 47
Joined: Wed Dec 21, 2011 10:42 am
Contact:

Keyboard Type

Post by sirobchGA0cda » Mon Mar 11, 2013 9:49 pm

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
My application "GeoMaths" is available on Itunes and Google Play !

sirobchGA0cda
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 47
Joined: Wed Dec 21, 2011 10:42 am
Contact:

Re: Keyboard Type

Post by sirobchGA0cda » Mon Mar 18, 2013 8:37 pm

Hi All,
the problem was filed in the Quality Control Center
it will be fixed in the next release.
Greetings
Bobo
My application "GeoMaths" is available on Itunes and Google Play !

Post Reply