Re: Move a native iOS field?

2013-06-20 Thread Matthias Rebbe
Hi Gerry, thanks for your suggestion. This works so far. I am using the inputreturnkey handler in the last field to reset the fields to their original position. This works also w/o problem. But if the user just taps outside the field instead of pressing return, then the keyboard disapears

RE: Move a native iOS field?

2013-06-20 Thread John Dixon
Matthias... Have a look at keyBoardDeactivated in the OS release notes...p.26 Subject: Re: Move a native iOS field? From: matthias_livecode_150...@m-r-d.de Date: Thu, 20 Jun 2013 12:06:42 +0200 To: use-livecode@lists.runrev.com Hi Gerry, thanks for your suggestion. This works so far

Re: Move a native iOS field?

2013-06-20 Thread Gerry Orkin
on keyboardDeactivated answer The keyboard was deactivated with Okay end keyboardDeactivated On 20/06/2013, at 8:06 PM, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: Hi Gerry, thanks for your suggestion. This works so far. I am using the inputreturnkey handler in the last

Move a native iOS field?

2013-06-17 Thread Matthias Rebbe
Hi, i have form in my iOS App with serveral native fields. The last field (a multiline one) is covered by the keyboard. Is there a way to scroll the complete form? I have seen iOS apps, where one can move/scroll a group of native fields. I tried to hide the native multiline field when entering

Re: Move a native iOS field?

2013-06-17 Thread Gerry Orkin
If I understand your problem correctly, try setting the rects of the native controls (including the multiline one) instead of hiding and showing them. That way it will appear that they have all moved up the screen so the multiline one shows above the keyboard. Gerry On 18/06/2013, at 7:45