Page 1 of 1

How to deactivate a keyboard???

Posted: Fri Jul 04, 2014 7:46 am
by Jellobus
Hi, :)

I like to deactivate keyboard while multiLine (mobileControlCreate "multiline", "content") stays on the screen.

I deactivated a keyboard by using "backKey" message in Android platform but I can't find a way to deactivate a keyboard in ios platform.. any suggestions??

Thanks for your time!

Louis

Re: How to deactivate a keyboard???

Posted: Sat Jul 05, 2014 11:17 am
by Mark
Hi Louis,

The multiline UI control is for entering, not for displaying data. Why don't you simply display data in a LiveCode list field?

Kind regards,

Mark

Re: How to deactivate a keyboard???

Posted: Mon Jul 07, 2014 5:35 am
by Jellobus
Hi Mark,

I like to use Native multiline for both displaying and entering data. On Android, the keyboard deactivates itself if I touch other objects such as images or buttons located outer area of multiline. I haven't tried with iphone since I don't have Mac yet...Will keyboard behaviors same in ios? if yes, problem will be solved.


Cheers,


Louis

Re: How to deactivate a keyboard???

Posted: Mon Jul 07, 2014 7:49 am
by Mark
Louis,

Sure, the keyboard behaves the same.

Kind regards,

Mark

Re: How to deactivate a keyboard???

Posted: Mon Jul 07, 2014 11:26 am
by Jellobus
Thanks!! :wink:

Cheers,

Louis