Re: AS asking for application on every occasion
Re: AS asking for application on every occasion
- Subject: Re: AS asking for application on every occasion
- From: Jason Kacmarski <email@hidden>
- Date: Thu, 8 Jul 2004 18:27:15 -0400
Thierry,
It's a problem switching between aliases, etc. Try this:
tell application "Finder"
set graphicConverterPath to application file id "GKON" as alias
end tell
tell application (graphicConverterPath as string) to activate
Hope this helps.
Jason
On Jul 8, 2004, at 5:47 PM, Thierry Lavallie wrote:
Hi Bill,
I kind of get what you mean, but can't apply it.
tell application "Finder"
set graphicConverterPath to application file id "GKON" as alias
end tell
How do I call Graphic Converter after that?
This does not seem to work.
Tell graphicConverterPath
Activate
<...>
End Tell
Thanks again!
--
Thierry
---> Bill White, 7/8/04 16:25 :
set graphicConverterPath to application file id "GKON" as alias
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.