I can confirm that creating any new item from Applescript throws up
an error under Leopard. Oddly, the item is still created.
The same is true of a number of other Applescript operations.
On Nov 1, 2007, at 5:02 am, Chip Howland wrote:
Date: Mon, 29 Oct 2007 15:07:32 -0400
From: Jason Newton <[EMAIL PROTECTED]>
Subject: Yojimbo & Pukka Applescript
Has anyone else noticed that the script for posting from Pukka (that
simultaneously posts to delicious and Yojimbo) is now broken in
Leopard? In Yojimbo, I just a random url and no tags.
Yes, making a new bookmark item in Yojimbo via Applescript appears
to be broken in Leopard.
The following script generates an error. I am not in front of
Leopard machine at the moment, but I believe it was along the lines
of 'Can't make "Yojimbo" into type specifier'.
tell application "Safari"
set theDescription to do JavaScript "document.title" in front
document
set theUrl to URL of front document
end tell
tell application "Yojimbo"
set newItem to make new bookmark item with properties
{name:theDescription, location:theUrl}
end tell
This script works correctly in OS X 10.4.
--
------------------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <[email protected]>.
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives: <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>
--
------------------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <[email protected]>.
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives: <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>