Thanks Scott! This does work. I sure wish I could wrap my head around *why* it works however.
Regards, Howard Bornstein ----------------------- www.designeq.com On Fri, Nov 13, 2009 at 12:57 PM, Scott Rossi <[email protected]>wrote: > Recently, Howard Bornstein wrote: > > > I am trying to do a similar thing. In my case I have some content in a > group > > that is larger than the group rectangle, so it scrolls within the group. > > However, I'd like to be able to take a snapshot of the entire group > > contents, even the parts that extend beyond the rectangle (and can only > be > > seen by scrolling). > > Here's one way, although it may be a pain for you: > > Group the objects within the group, so you wind up with a group within a > group. Call the inner group "container". Then script: > > import snapshot from rect (rect of grp "container") of grp "container" > > If necessary, you might group when taking a snapshot only, and then ungroup > when completed. Either way, referencing the container group should work. > > Regards, > > Scott Rossi > Creative Director > Tactile Media, Multimedia & Design > _______________________________________________ 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
