Applescript to run a Photoshop 6 action
Applescript to run a Photoshop 6 action
- Subject: Applescript to run a Photoshop 6 action
- From: Paul Godard <email@hidden>
- Date: Sat, 15 Jun 2002 02:14:17 +0200
Hi
Something very weird...
I am now on Mac OS 9.2.2 & Photoshop 6.0.1.
I have an old script -- that I made for PS5.5, that is simply doing this:
tell application "Photoshop 5.5"
activate
do script "CreateThumbnail600H"
end tell
It works fine (it is called from File maker 5).
However, when I open the script with ScriptEditor or Smile, it contains
this:
tell application "Photoshop 6.0.1"
+event miscdosc; "CreateJPG600H+Thumb150"
end tell
but it works.
What is even more weird is that when I open Photoshop 6 dictionary, I
don't see at all the function "do script".
Can someone explain me what is happening and how to fix the problem?
Please email me directly. Thanks in advance.
--
Kind regards, Paul.
Gondwana
email@hidden
http://www.gondwanastudio.com
_______________________________________________
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.