Le 30 janv. 2014 à 22:44, 1.61803 <[email protected]> a écrit : > On Thursday, January 30, 2014 10:03:56 PM UTC+1, Rob McBroom wrote: > I'm saying you should just send the search string and the URL to the script > directly. > > I got your point earlier. I just want to try a more intuitive way of using > the built-in Web Searches. > > For now the workaround could be send a pair of text items, URL + search > string, encode the latter and replace *** in the script. Ideally I would use > the comma trick, but that doesn't work in this case. > > If you have some reason for wanting it in command format, I guess that won't > work. > > I appreciate if you or any one checks the code for accessing a command object > from applescript.
There are none. QS doesn't know how to translate its objects to AS-land, it only knows about text. Handling anything more complex than text requires *advanced* AppleScript development capabilities, which I don't think any of us developers have (at least I tried myself a while back and just stopped because of irremediable brain damage, and you can see for yourself if you Google around for how to do it from a development POV). I really hope to fix that *sometimes*, because the current "text-only" way is sad, but QS AppleScript-ability is something that has been hacked in, and though we tried to ease up some of the easy pain-points (third argument support), it's still far from *real* scriptability. Cordialement, Etienne Samson -- [email protected] > > -- > 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. > 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. For more options, visit https://groups.google.com/groups/opt_out.
