Non-editable Android multiline control

Scott Rossi scott at tactilemedia.com
Mon Jan 6 21:12:36 EST 2014


Hi Jacque:

Not in front of a machine, but definitely make sure you test on a device (maybe simulator = wrong as you say). Also maybe try touch events instead of mouse. John Dixon recently pointed out a problem with scroller selections not working correctly with mouse, but using touch supposedly works.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design

-------- Original message --------
Subject: Non-editable Android multiline control 
From: "J. Landman Gay" <jacque at hyperactivesw.com> 
To: LiveCode Mailing List <use-livecode at lists.runrev.com> 
CC:  

I want an Android multiline input control that scrolls but is not 
editable, and which supports copying from the text. I have this when I 
create the control:

   mobileControlSet "displayInput", "editable", "false"

but it is always editable. Tapping the field brings up the keyboard and 
the insertion point. I've tried removing the quotation marks around 
"false" and tried "no" instead of "false" just in case.

So far I'm only running in the emulator, but am wondering if this is 
broken. The reason I'm not just using a scroller over a LiveCode field 
is because I wanted to be able to copy from the text, but maybe that's 
impossible. Hard to tell because so far I can't get the control locked.

Anyone know?

-- 
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