Do Something When OK Button On Android Keyboard
Posted: Wed Aug 26, 2015 4:27 am
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.
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.