I have  a single very long vertical image that I want to momentum scroll up and 
down via a touchscreen. Is there any Livecode script for this.  Currently, dragging the finger up and
down the screen is very slow. I'm deploying on a Samsung Galaxy tablet.
Regards
			
			
									
									
						Momentum scrolling up and down an image.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
- 
				abanowBUSTfGf
 - Posts: 63
 - Joined: Sat Dec 22, 2012 3:01 am
 
Re: Momentum scrolling up and down an image.
Are you using a native Android scroller?
			
			
									
									Jacqueline Landman Gay         |     jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
						HyperActive Software | http://www.hyperactivesw.com
- 
				abanowBUSTfGf
 - Posts: 63
 - Joined: Sat Dec 22, 2012 3:01 am
 
Re: Momentum scrolling up and down an image.
Hi, I'm using the normal tablet touchscreen but this never does any momentum scrolling
			
			
									
									
						Re: Momentum scrolling up and down an image.
LiveCode provides a way to create scrollers that are native on mobile devices. These work differently than the built-in scrollbars and can do what you want. You need to set them up in a script. Here is a lesson about it:
http://lessons.runrev.com/s/lessons/m/4 ... ll-a-field
The lesson works with a scrolling field, but if you group your image and scroll the group instead, it will be the same.
			
			
									
									http://lessons.runrev.com/s/lessons/m/4 ... ll-a-field
The lesson works with a scrolling field, but if you group your image and scroll the group instead, it will be the same.
Jacqueline Landman Gay         |     jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
						HyperActive Software | http://www.hyperactivesw.com
