flickable scrolling of fields

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
SteveTX
Posts: 170
Joined: Sun Jan 17, 2010 9:00 pm

flickable scrolling of fields

Post by SteveTX » Thu Jul 04, 2013 8:21 am

I have a field with multiple lines of content. I am interesting in being able to scroll this field without a scroll bar, by flicking the direction up or down to control the scroll. Is there a setting or method for this?

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: flickable scrolling of fields

Post by LCNeil » Thu Jul 04, 2013 10:09 am

Dear SteveTx

Thank you for your request.

I believe what you are looking to implement is a native mobile scroller.

The following LiveCode lesson will explain how to do this in detail and also provides a downloadadble example.

Kind Regards,

Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
-

dave_probertGA6e24
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 328
Joined: Mon Dec 05, 2011 5:34 pm
Contact:

Re: flickable scrolling of fields

Post by dave_probertGA6e24 » Thu Jul 04, 2013 11:50 am

Neil - you forgot the link to the lesson ;)
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: flickable scrolling of fields

Post by Dixie » Thu Jul 04, 2013 1:27 pm

Using a scroller on iOS...
Attachments
LCScroller.livecode.zip
(2.64 KiB) Downloaded 293 times

Post Reply