Scroller

This is the place to discuss anything relating to MobGUI

Moderators: heatherlaine, kevinmiller, robinmiller, malte, splash21

Post Reply
mackus
Posts: 23
Joined: Thu Apr 22, 2010 12:17 am

Scroller

Post by mackus » Wed Jul 13, 2011 2:00 am

How do I get the scroller to start at the top after new data has been loaded into a list. I see the messages sent to the scroller includes scrollerScrollToTop, but not sure how to use it. My datagrid with wrapper around it is called dgTimeCard. I load data into this dgrid often but each time new data is loaded,i want the view to be back at the top and not where the last scroll took place. :?

cheers

splash21
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 369
Joined: Sun Dec 19, 2010 1:10 am
Location: UK
Contact:

Re: Scroller

Post by splash21 » Wed Jul 13, 2011 8:36 am

Try the following;

Code: Select all

scrollerToTop "MyScroller"
MyScroller being the name of the group.
I think it's time to get into documentation mode again and pull the various notes and updates all together.

John.
LiveCode Development & Training : http://splash21.com

Post Reply

Return to “MobGUI”