> 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. --------------------- _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
