I think that code is based off a documentation bug because "alphabet" is not a listed parameter in the dictionary (even though it is the first example shown after the listed parameters). I use:

The mobile keyboard won't activate unless a field has focus and the "default" keyboard is already the alphabetic keyboard. What do you mean by it's not working? What keyboard are you trying to see vs what you are seeing?

--Andrew Bell


   1. problem with mobileSetKeyboardType (Mike for GDC)

From: "Mike for GDC" <m...@golddogcoffee.com>
To: <use-livecode@lists.runrev.com>
Subject: problem with mobileSetKeyboardType
Message-ID: <007201d472f5$d61fcfb0$825f6f10$@golddogcoffee.com>
Content-Type: text/plain;       charset="us-ascii"

I have not been able to get the "mobileSetKeyboardType" command to work on
my android.  I have tried various options, such as:



on openField
if the environment is "mobile" then
mobileSetKeyboardType "alphabet"
end if
end openField


and


on mouseUp
if the environment is "mobile" then
mobileSetKeyboardType "alphabet"
end if
end mouseUp



Neither work.  All I get is the standard keyboard from the android.
Any suggestions?




_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to