iOS keyboard

J. Landman Gay jacque at hyperactivesw.com
Wed Nov 14 16:56:18 EST 2012


On 11/14/12 2:08 PM, Guglielmo Braguglia wrote:
> Hi Jaque,
> I don't know if is the best solution, but actually, what I do to test
> the character inside the iOS/Android native fields (both single and
> multiline), is using the message "inputTextChanged" which is fired each
> character the user type ...
>
> So ...
>
> put mobileControlTarget() into tTarget  // to know which field is changed
> put mobileControlGet(tTarget, "text") into tText  // to get ALL the text
> entered
>
> ... next you can play with the text (e.g. search if the last char is cr)
> and you can set back the text into the native field with :
>
> mobileControlSet tTarget, "text", tText
>
> Hope this help ...

Thanks. I guess I'll have to do it that way. It seems like overkill but 
I can't find any other way.

Are you able to make a multiline input control transparent?

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list