Re: Saving a GraphicConverter document
Re: Saving a GraphicConverter document
- Subject: Re: Saving a GraphicConverter document
- From: "Marc K. Myers" <email@hidden>
- Date: Mon, 28 May 2001 23:57:37 -0400
- Organization: [very little]
>
Date: Tue, 29 May 2001 01:31:43 +0200
>
Subject: Saving a GraphicConverter document
>
From: Jean-Marie Hoornaert <email@hidden>
>
To: <email@hidden>
>
>
I want to save a GraphicConverter document with a choosed name in a choosed
>
folder.
>
>
I have write this script :
>
>
tell application "GraphicConverter PPC"
>
set windooz to new image from clipboard --ok
>
set name of window 1 to "abc" -- ok
>
-- make new file at -- not ok
>
-- save windooz in "xyz" as "JPEG" -- not ok
>
end tell
>
>
Who can gif me a tip ?
>
>
--
>
Jean-Marie -HOO;-)
There's no need to "make new file". The "save" will do that for you.
As far as I know, you can't save a variable - you have to save a window
and the destination must be a path or a variable containing a path.
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[5/28/01 11:56:24 PM]