RobbieSnr wrote:
 To check the problem add the word "try" after
using terms from application "Quicksilver"
        on process text inputText
so that it looks like:
using terms from application "Quicksilver"
        on process text inputText
try
............
and make one more modification here:
       make new todo with properties propertyList at end of todos in
calendar theCalendar

                end tell
on error e
tell me to activate
display dialog e
        end process text
end using terms from

I did attempt to make these alterations but I must have misunderstood
what you were suggesting. I made the changes in the AppleScript editor
and I got the message 'Expected "error", "try" etc but found command
name'. I'm new to AppleScript and don't follow what the problem is,
although I did wonder what the 'try' was attempting to do and why
there was no 'end try'.



sorry, i missed it. add end try before "end process text"

Reply via email to