Re: Dismissing ios keyboard

2013-04-09 Thread Gerry Orkin
Ooops. I should read to the end of threads, shouldn't I :) Gerry On 10/04/2013, at 4:12 AM, Mike Kerner wrote: > ugh. yes, that works. Thanks, Tom. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, uns

Re: Dismissing ios keyboard

2013-04-09 Thread Gerry Orkin
Try "focus on nothing" Gerry On 10/04/2013, at 12:42 AM, Mike Kerner wrote: > How the heck do I get rid of this keyboard??? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Dismissing ios keyboard

2013-04-09 Thread Mike Kerner
ugh. yes, that works. Thanks, Tom. On Tue, Apr 9, 2013 at 1:17 PM, Peter Haworth wrote: > My wife says I try that all the time! > > Pete > lcSQL Software > > > On Tue, Apr 9, 2013 at 10:15 AM, Thomas McGrath III >wrote: > > > did you try: focus on nothing > > > > > > T

Re: Dismissing ios keyboard

2013-04-09 Thread Peter Haworth
My wife says I try that all the time! Pete lcSQL Software On Tue, Apr 9, 2013 at 10:15 AM, Thomas McGrath III wrote: > did you try: focus on nothing > > > Tom > > -- Tom McGrath III > http://lazyriver.on-rev.com > mcgra...@mac.com > > On Apr 9, 2013, at 11:13 AM, Mike Ker

Re: Dismissing ios keyboard

2013-04-09 Thread Thomas McGrath III
did you try: focus on nothing Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Apr 9, 2013, at 11:13 AM, Mike Kerner wrote: > Chris, > The phone and number keypads do not have return keys, and I don't seem to > be able to force them to have one. > > > On Tue, Apr 9, 20

Re: Dismissing ios keyboard

2013-04-09 Thread Mike Kerner
Chris, The phone and number keypads do not have return keys, and I don't seem to be able to force them to have one. On Tue, Apr 9, 2013 at 11:05 AM, Chris Sheffield wrote: > Mike, > > Did you already try iphoneSetKeyboardReturnKey? If so, and this didn't > work for setting the return key, then t

Re: Dismissing ios keyboard

2013-04-09 Thread Mike Kerner
Minor update: The longstanding issue of script issues silently failing (no warning when something breaks, for example, sending an unhandled event to a control just causes the script to stop) came up here. Part of the handler for the control that deals with the return key had an issue, so it was e

Re: Dismissing ios keyboard

2013-04-09 Thread Chris Sheffield
Mike, Did you already try iphoneSetKeyboardReturnKey? If so, and this didn't work for setting the return key, then the only thing I can think of would be to try and set the focus to some other control using the focus command, forcing the field to lose focus and the keyboard to dismiss. Maybe ev

Dismissing ios keyboard

2013-04-09 Thread Mike Kerner
ios: I have a single line field that I want to use with the numeric keypad. That baby has no return key, so I created a separate button on the screen to send the inputReturnkey message to it, because trying to send it a CR, typing a return does not seem to do anything. The problem is that afterwar