Scrolling a group using an up or down swipe motion
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Scrolling a group using an up or down swipe motion
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
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Scrolling a group using an up or down swipe motion
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
Ewan
Re: Scrolling a group using an up or down swipe motion
http://lessons.runrev.com/m/4069/l/9441 ... ll-a-field
This lesson is probably easily adapted to suit your needs.
This lesson is probably easily adapted to suit your needs.
Re: Scrolling a group using an up or down swipe motion
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
Thanks everyone, now working great.