Re: iOS multi-line input field

2018-07-30 Thread J. Landman Gay via use-livecode
Moving the "close" command elsewhere did the trick. This is a stack created almost 5 years ago and it used to work, so something changed. Thanks Mike. On 7/30/18 10:06 AM, Mike Kerner via use-livecode wrote: Second one: I've had a similar problem. I think there's a QR for it First one: Try

Re: iOS multi-line input field

2018-07-30 Thread Mike Kerner via use-livecode
Second one: I've had a similar problem. I think there's a QR for it First one: Try moving your handler to inputEndEditing, just for giggles On Sun, Jul 29, 2018 at 6:30 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I'm looking at a stack with a multi-line input

iOS multi-line input field

2018-07-29 Thread J. Landman Gay via use-livecode
I'm looking at a stack with a multi-line input field in the iOS simulator. A handler shows a group and creates a multi-line input in the correct location, but as soon as I tap into the field to type the group is hidden. There is only one command anywhere in the stack that hides the group and