if there is no img "Nova.png" then create img "Nova.png"
A file is created by LiveCode if not existing,
but NOT an image, it has to be created by you.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubs
Mine had spaces, but the copy-paste from LC to Thunderbird . . .
I DID find that in7.1.4 this did NOT work either:
export snapshot from group "pp" to img "Nova.png" as PNG
BUT this did:
export snapshot from group "pp" to file "Nova.png" as PNG
Richmond.
On 8/1/17 11:39 am, Klaus major-k via
Hi Richmond,
> Am 01.08.2017 um 10:25 schrieb Richmond Mathewson via use-livecode
> :
>
> Still making a "ham sandwich" of snapshot export:
> I have a group called "pp" right in the middle of a stack, but this:
> exportsnapshot from group"pp" toimg "Nova.png" as PNG
> give this:
> Message execut
Still making a "ham sandwich" of snapshot export:
I have a group called "pp" right in the middle of a stack, but this:
exportsnapshot from group"pp" toimg "Nova.png" as PNG
give this:
Message execution error:
Error description: Chunk: no such object
Not very good.
Richmond.
__