I'm not sure when this stopped working, but it used to be that you could 
return a text string value from a compiled Applescript action called by 
Quicksilver.

Here is the relevant part of my code


using terms from application "Quicksilver"
     on process text direct_object
          
                display notification "Got here with param <" & 
direct_object & ">"
             
                return "Got here!"
             
       end process text
       
       --This handler may be omitted if the action accepts all direct object 
types.
   on get direct types
            return {"NSStringPboardType", "Apple URL pasteboard type"}
        end get direct types
   
       --
     -- Returning 2 means that the 3rd pane is mandatory in QS
      --
     on get argument count
          return 2
       end get argument count
 

end using terms from


The console log gives me the following error:

7/4/16 12:03:13.357 PM Quicksilver[12843]: Unhandled AE conversion from 
descriptor <NSAppleEventDescriptor: 'utxt'("Got here!")>


Did something change here or was I fantasizing about it having worked 
before?

Thanks!

-- 
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 https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to