Another Export Snapshot Problem

J. Landman Gay jacque at hyperactivesw.com
Tue Mar 20 17:02:16 EDT 2007


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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list