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
How to create a textfield w/finger scrolling and editing
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: How to create a textfield w/finger scrolling and editing
Hi Sjat,
Have you tried mouseDoubleUp?
Simon
Have you tried mouseDoubleUp?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: How to create a textfield w/finger scrolling and editing
You just create a native control multiline:
See http://lessons.runrev.com/m/4069/l/2911 ... -on-mobile
Code: Select all
mobileControlCreate "multiline", "myMultiLineTextInput"
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w