Are you sure you're placing the script in ~/Library/Application 
Support/Quicksilver/Actions?

3rd pane AppleScripts only work for AppleScript action. Once you've placed the 
file there you will need to restart Quicksilver

On 14 Meh 2013, at 07:56, fffred <[email protected]> wrote:

> Hi,
> 
> I have been trying to make a very simple applescript that concatenates the 
> strings in panes 1 an 3, then run it as shell script.
> 
> using terms from application "Quicksilver"
>     on process text command with args              
>         do shell script (command & args)
>         return result
>     end process text
> 
>     on get argument count
>         return 2
>     end get argument count
> 
>     on get direct types
>         return {"NSStringPboardType"}
>     end get direct types
> 
>     on get indirect types
>         return {"NSStringPboardType"}
>     end get indirect types
> end using terms
> 
> The "get argument count" handler should allow for a third pane to appear, but 
> it does not. I'm using 1.0.0 (4000).
> 
> Any ideas why?
> 
> 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 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.


Reply via email to