How to set the startValue for the scrollbar of a GROUP

Mark Swindell mdswindell at charter.net
Thu Aug 25 17:40:58 EDT 2005



On Aug 25, 2005, at 2:19 PM, Ban Nguyen wrote:
> How can I set it back to start value?
>
> I looked at the dictionary:
>
> I found this:
>
> set the startValue of scrollbar "Progress" to 1
>
> but I don't know the name of the scrollbar.  What I know is the  
> name of
> the group.
>
> Could someone help me on this

You could do this:

set the vscroll of grp myGroup to 1
set the hscroll of grp myGroup to 1

Mark


More information about the use-livecode mailing list