Snapshot problems

Scott Rossi scott at tactilemedia.com
Fri Nov 13 15:57:11 EST 2009


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





More information about the use-livecode mailing list