Re: GraphicConverter Create Icon Syntax
Re: GraphicConverter Create Icon Syntax
- Subject: Re: GraphicConverter Create Icon Syntax
- From: Jan Pieter Kunst <email@hidden>
- Date: Thu, 26 Jul 2001 06:37:46 +0200
Ken Grimm (email@hidden) schreef op 26-07-2001 01:33 :
>
Does anyone have an example of how to use the "create icon" event in
>
GraphicConverter? I've tried several forms but can't seem to get anything
>
that doesn't make the script barf.
In version 4.0.8 (assuming selectedFile is a valid alias), this works:
tell application "GraphicConverter PPC"
try
create icon the selectedFile
on error
end try
end tell
The command was a bit broken before version 4.0.8.
HTH,
JP