Page 1 of 1

Scrolling a group using an up or down swipe motion

Posted: Mon May 25, 2015 9:35 pm
by ewansmac
I am designing a database application that will run in IOS and Android and is some cards, the data is too long for the card especially when the keyboard is display. I have searched for a method to allow me to swipe up or down and have the data scroll with the swipe motion. I thought I was getting to know Livecode then something that should be easy beats me. Can anyone please help.

Re: Scrolling a group using an up or down swipe motion

Posted: Mon May 25, 2015 10:08 pm
by Simon

Re: Scrolling a group using an up or down swipe motion

Posted: Tue May 26, 2015 4:09 pm
by ewansmac
Thanks Simon, that did the trick. Do you have any used how to limit the length of the scroll so i doesn't go off the visible card?

Ewan

Re: Scrolling a group using an up or down swipe motion

Posted: Tue May 26, 2015 4:26 pm
by SparkOut
http://lessons.runrev.com/m/4069/l/9441 ... ll-a-field

This lesson is probably easily adapted to suit your needs.

Re: Scrolling a group using an up or down swipe motion

Posted: Tue May 26, 2015 6:50 pm
by Mikey
have you tried using a dataGrid? The easiest way to get a native scroller with a dataGrid is using Monte's little library for that at mergext.com called "mergDataGridScroller" http://mergext.com/controls/mergdatagridscroller/

Re: Scrolling a group using an up or down swipe motion

Posted: Sun May 31, 2015 8:20 am
by ewansmac
Thanks everyone, now working great.