Dave wrote:
If I do this:

put globalLoc(the topLeft of group "GroupCounter") into myFrameRect
put "," and globalLoc(the bottomRight of group "GroupCounter") after myFrameRect
export snapshot from rect myFrameRect to file myFileName as PNG

Then I get the "no image" error!

It's a typo. Use "&" rather than "and":

put "," & globalLoc(the botttomRight of grp "groupcounter") after myframerect

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to