Did you ever get this working? I'm using a clean install of B67 and seeing
this problem. It just doesn't recognize the "on process text _text"
PT
On Friday, February 10, 2012 7:30:53 AM UTC-8, bgarlock wrote:
>
> Running B64(3915), and I put the following AppleScript in ~/Library/
> Application Support/Quicksilver/Actions/Add to Tracks.scpt (added
> XXXXXX for my username/api token)
>
> {code}
> using terms from application "Quicksilver"
> on process text ThisClipping
>
> set myUsername to "XXXXXX"
> set myToken to "XXXXXX"
> set myContextID to 5 (* @Computer *)
>
> tell application "
> http://garlockprintingtracks.tklapp.com/backend/
> api"
> set returnValue to call xmlrpc {method
> name:"NewTodo", parameters:
> {myUsername, myToken, myContextID, ThisClipping}}
> end tell
> tell application "Quicksilver"
> show notification "Tracks: action added."
> end tell
> end process text
> end using terms from
> {code}
>
>
>
> And when I try to use that AppleScript action, nothing happens and I
> just get this in the console log:
>
>
> 2/10/12 10:26:14.452 AM Quicksilver: AppleScript Action: No handler?
> Aborting...
>
>
>
> Any ideas how I can further troubleshoot this?
>
> Many thanks,
>
> Bruce
>
>
>
-- You received this message because you are subscribed to the Google Groups
Quicksilver group. To post to this group, send email to
[email protected]. To unsubscribe from this group, send
email to [email protected]. For more options,
visit this group at
https://groups.google.com/d/forum/blacktree-quicksilver?hl=en