scrolling groups programatically?!

2007-10-16 Thread Andre Garzia
Hello Friends, its me again, I am very verbose today. I have a big group whose rect is set to a small area of the stack. I can use the scrollbars that rev automatically adds to it to scroll the group. Now, if I want to code my way to scroll the group, how should I proceed? I have a find function t

Re: scrolling groups programatically?!

2007-10-16 Thread Trevor DeVore
On Oct 16, 2007, at 4:13 PM, Andre Garzia wrote: its me again, I am very verbose today. I have a big group whose rect is set to a small area of the stack. I can use the scrollbars that rev automatically adds to it to scroll the group. Now, if I want to code my way to scroll the group, how sh

Re: scrolling groups programatically?!

2007-10-16 Thread Björnke von Gierke
put the vScroll of group 1 put the hScroll of group 1 I found out, I too forget what command/property works for which effect/object all of the time, rev just has too many keywords sometimes... Bjoernke On 16 Oct 2007, at 22:13, Andre Garzia wrote: Hello Friends, its me again, I am very ve

Re: scrolling groups programatically?!

2007-10-16 Thread Chipp Walters
Trevor, Thanks for posting these. I've heard Jerry mention them some time ago. I'll be sure and add them to my Groups management library. -Chipp On 10/16/07, Trevor DeVore <[EMAIL PROTECTED]> wrote: > On Oct 16, 2007, at 4:13 PM, Andre Garzia wrote: > > > its me again, I am very verbose today. I

Re: scrolling groups programatically?!

2007-10-16 Thread Ken Ray
On Tue, 16 Oct 2007 17:13:47 -0300, Andre Garzia wrote: > Hello Friends, > > its me again, I am very verbose today. I have a big group whose rect is set > to a small area of the stack. I can use the scrollbars that rev > automatically adds to it to scroll the group. Now, if I want to code my way

Re: scrolling groups programatically?!

2007-10-16 Thread Andre Garzia
I am sooo happy with my scrolling groups! :-D thanks! On 10/16/07, Ken Ray <[EMAIL PROTECTED]> wrote: > > On Tue, 16 Oct 2007 17:13:47 -0300, Andre Garzia wrote: > > > Hello Friends, > > > > its me again, I am very verbose today. I have a big group whose rect is > set > > to a small area of the s

Re: scrolling groups programatically?!

2007-10-16 Thread Jim Ault
On 10/16/07 7:33 PM, "Andre Garzia" <[EMAIL PROTECTED]> wrote: > I am sooo happy with my scrolling groups! :-D > thanks! I have made available a little demo stack for doing the scrolling group and setting the background color of each line separately. Two people contacted me off-list and asked f