Newbie-Question
Newbie-Question
- Subject: Newbie-Question
- From: Dirk Augele <email@hidden>
- Date: Sun, 28 Jan 2001 19:21:53 +0100
Since I installed the update 9.1 a lot of applescripts don't work anymore.
Most of them have an error in commands of third party applications like
GraphicConverter.
On 9.0.4 the script looked like this:
tell application "GraphicConverter"
activate
slideshow folderItem
end tell
On 9.1 it looks like this:
tell applicaton "GraphicConverter"
activate
<<event GKONslid>> folderItem
end tell
Error message: "application GraphicConverter doesn't understand the some
object message"
Can anybody help?
Dirk