Page 1 of 1

How to create a textfield w/finger scrolling and editing

Posted: Tue Aug 11, 2015 11:41 am
by Sjatplat
Hi

I need some advice to create a text field with the ability to finger scroll AND edit. Like the built in "text view" in Xcode. I want this to work for both iOS and android. In some of the various examples I´ve found - finger scrolling only works when the lock text of the field is true....

Sjat

Re: How to create a textfield w/finger scrolling and editing

Posted: Tue Aug 11, 2015 3:22 pm
by Simon
Hi Sjat,
Have you tried mouseDoubleUp?

Simon

Re: How to create a textfield w/finger scrolling and editing

Posted: Tue Aug 18, 2015 1:38 pm
by MaxV
You just create a native control multiline:

Code: Select all

mobileControlCreate "multiline", "myMultiLineTextInput"
See http://lessons.runrev.com/m/4069/l/2911 ... -on-mobile