on openStack
mobileControlCreate "input", "emailtext"
mobileControlSet "emailtext", "visible", true
mobileControlSet "emailtext", "rect", "220,350,550,400"
mobileControlSet "emailText", "textAlign", center
mobileControlSet "emailText", "keyboardType", "email"
end openStack
How do I make the keyboard do something when OK button is pressed? I have used the dictionary and am currently browsing the forum,
Any help would be appreciated...
Matthew.
Do Something When OK Button On Android Keyboard
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Do Something When OK Button On Android Keyboard
Hi Matthew,
I believe you want to use mobileControlGet.
Simon
I believe you want to use mobileControlGet.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Do Something When OK Button On Android Keyboard
Thanks for your reply but it dosn't help me much...
Many Thanks!!
Matthew.
Many Thanks!!
Matthew.
Re: Do Something When OK Button On Android Keyboard
The keyboard itself doesn't have an "OK" button, it has a "Return" key. Can you explain more about what you want to do?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Do Something When OK Button On Android Keyboard
You are looking for keyboardDeactivated message, see it in the dictionary.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w