iOS keyboard
Thomas McGrath III
mcgrath3 at mac.com
Wed Nov 14 09:07:27 EST 2012
Jac,
No, on iOS the single line input control is just that a 'single' line and even in xCode you can not get it to wrap. So you have to use a multiline control and as you have found out the multiline control is definitely a different beast altogether. They are not at all what we are used to.
Me thinks we might be spoiled a bit by RR's fields.
-- Tom McGrath III
http://lazyriver.on-rev.com
3mcgrath at comcast.net
On Nov 13, 2012, at 10:37 PM, "J. Landman Gay" <jacque at hyperactivesw.com> wrote:
> On 11/13/12 6:07 PM, J. Landman Gay wrote:
>
>>> Also, is there a way to know if the user has typed the "hide keyboard"
>>> key to dismiss it? I want to treat that as a cancel.
>>>
>>
>> I still don't know about this one though.
>>
>
> Also, I want a native iOS input control that allows no carriage returns but that wraps long lines. That's why I wanted a "Done" button -- but even after I got it to say Done, it still types a return if the input control is multiline. Trapping inputReturnKey doesn't seem to work, it isn't sent for a multiline control.
>
> Is it possible to create a one-line control that wraps?
>
> --
> Jacqueline Landman Gay | jacque at hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list