On Jan 18, 2008 2:40 PM, Alan German <[EMAIL PROTECTED]> wrote:
>
> On Jan 18, 2008, at 2:24 PM, Jim DeVona wrote:
>
> > On Jan 18, 2008 1:00 PM, Alan German <[EMAIL PROTECTED]>
> > wrote:
> >> On Jan 18, 2008, at 12:38 PM, Jim DeVona wrote:
> >>
> >>>      -- find existing note
> >>>      set mynote to first note item whose name is mytitle
> >>>              if mynote is missing value then
> >>>              -- create a new note
> >>>              set mynote to (make new note item with properties ¬
> >>>                      {name:mytitle, contents:"imported on " & date})
> >>>              add tags mytags to mynote
> >>>      end if
> >>
> >>
> >> In my testing here, this causes an error (in Script Debugger) when no
> >> such item exists.
> >
> > Just for reference, I tested my version with Yojimbo 1.5 on Mac OS X
> > 10.4.11 using Apple's Script Editor 2.1.1 (AppleScript 1.10.7), and no
> > error occurs when an item named by mytitle does not exist. Perhaps it
> > is a Script Debugger issue?
>
> I should have offered similar clues -- sorry.
>
> I'm using Yojimbo 1.5 on Mac OS X 10.5.1. I get the same error in
> Script Editor 2.2 (Applescript 2.0) as I do in Script Debugger 4.0.8.
>
> Yojimbo got an error: Can't get note item 1 whose name = "Friday,
> January 18, 2008". Invalid index.
>
> Let's blame Apple, shall we? ;-)

It so happens I just installed Leopard this evening, and indeed I get
the same error now too. Probably just a consequence of the changes to
AppleScript; I didn't realize so much syntax was influenced. (I
foresee a long weekend of... adapting to these improvements.) Anyway,
thanks for your corrections.

Jim

--
------------------------------------------------------------------
This message is sent to you because you are subscribed to
  the mailing list <yojimbo-talk@barebones.com>.
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]>

Reply via email to