Re: Saving new image from GraphicConverter 4
Re: Saving new image from GraphicConverter 4
- Subject: Re: Saving new image from GraphicConverter 4
- From: Richard 23 <email@hidden>
- Date: Sun, 21 Jan 2001 11:17:47 -0800
>
tell application "GraphicConverter"
>
activate
>
open the selectedfile
>
save (the front window) in "Macintosh HD:newfile" as GIF
>
end tell
Nice work. But I still think it's kinda lame (of GC).
I mean it says in the dictionary
save reference -- the object to save
[in alias] -- the file in which to save the object
"Macintosh HD:newfile" is not an alias and it's not a file
spec. So how was I supposed it wanted as string which usually
generates an error in most applications?
In fact, if you give it an alias or a file spec, it does nothing.
And it still returns 0 even when the file is saved.
Where's the point in that?
Oh well, win some, lose some.
R23