Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
Hello Jean - Marc.
I had to go back to using Livecode 8.14 as I struck a terrible bug in V9.0. Not sure what was causing it as I went over the code several times and just could not get rid if it. In 8.14 it works like a charm.
Hi Klaus.
I actually used the "rect" part of the code as well.....as usual it was probably one of my typo's.
My apologies and again, thanks for pointing that out as I will go back and find the error.
Klaus wrote:Obviously this has changed in recent versions, but I still prefer to use the RECT syntax.
One advantage of snapshotting an object instead of a rect is that you get the correct image even if the object is covered by another object, or is on a different card, or even on a different stack. It can even be offscreen. The snapshot can optionally include effects and metadata.
The reason Jean-Marc didn't get a full screen image is because the script specified a card object. To get a full screen shot it would need a rectangle in global coordinates.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
The reason Jean-Marc didn't get a full screen image is because the script specified a card object. To get a full screen shot it would need a rectangle in global coordinates.