How to set the startValue for the scrollbar of a GROUP
    Ban Nguyen 
    bann at sunncomm.com
       
    Thu Aug 25 17:48:20 EDT 2005
    
    
  
> 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
--------------------------------
Thanks Mark.  It works.
---------------------
    
    
More information about the use-livecode
mailing list