You need to return a 'string' to Quicksilver in the AppleScript using 'return "xyz"'
At the moment, QS only recognises strings, and tries to parse them into other 'types' (e.g. URLs or files or email addresses). Any other types are unrecognisable at the moment See the 'real live example' example on the page you linked to. The applescript returns a string which QS parses into a URL On 10 April 2013 23:12, 1.61803 <[email protected]> wrote: > How can I send the result of an applescript run in QS to its first pane? > > I assume the result in itself not a QS object should be sent as one of the > allowed types per http://qsapp.com/wiki/AppleScript_Types. > > Any examples? > > -- > You received this message because you are subscribed to the Google Groups > "Quicksilver" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/blacktree-quicksilver?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
