Yours is the only three-pane AppleScript action I know, which is why I am trying to get it to work so I can use it as a template. I trimmed it down to this and still see the same problem so its clearly a quicksilver issue.

   using terms from application "Quicksilver"
        on process text dObject with iObject -- dObject is text,
   iObject can be text or a list of POSIX paths of passed files
            --activate
            display dialog "Test called dObject:" & dObject & "
   iObject:" & iObject buttons {"OK"} default button 1
        end process text

        on get argument count
            return 2
        end get argument count
   end using terms from


I'm normally running B71. I also tried it out with the latest release out of github (20f561). It worked correctly at first. Then it stopped working, I think when I restarted Quicksilver.

I don't see any problems in the log. Any suggestions on how to further troubleshoot? Is there more detailed logging I can turn on? I've tried clearing the cache and disabling everything in the catalog.

I'll repeat that I see the files in the first pane, and I see them in the 3rd pane if I hold down forward slash, but I don't see them without any special action in the third pane.

Weird.

d



On 12/4/12 2:42 PM, Jon Stovell wrote:
Well, that is weird. You should not need to press / to get files, nor should URLs be coming up in the third pane. I don't think there's anything in the AppleScript code that could cause that, though. So my guess at this point is that there is something wonky in your Quicksilver setup itself. Are you running β70 or β71? And do you have any other three pane AppleScript actions installed? If so, do you see the same behaviour with them?

On Monday, December 3, 2012 1:35:42 PM UTC-5, David Rees wrote:

    First of all, I made a discovery. If I hold down <forward slash>
    in the third pane then it seems to switch to "files mode" rather
    than URLs. At that point I can type folders/files normally. So I
    have a workaround (or is that how its supposed to work?).

    In terms of the URLs, they seem to be URLs from any of the plugins
    that create URLs - Web Search, Chrome, Safari. If I disable all of
    those plugins and catalogs then all I see is the "Recent Servers"
    list (which I don't seem to be able to successfully disable in QS).

    In the first pane I can type a folder/file and it comes up right away.

    To show I'm not crazy, here is a screenshot after I type
    <period>cat<tab>r<tab><right>:

    Thanks!
    dave


    On Sunday, November 25, 2012 3:26:17 PM UTC-5, Jon Stovell wrote:

        Okay. I'm not seeing that behaviour here, so let's try a few
        things to see if we can narrow in on the problem.

        What exactly do these URLs point to? Are they file URLs, e.g.
        file://localhost/Users/you/Desktop/foo.txt? Are they URLs
        drawn from your Safari bookmarks? Something else?

        Also, what happens if you enter the same search string into
        the first pane? Does it find a file there, or does it bring up
        a URL there, too? What happens if you try to bring up a folder
        in the third pane when using, say, the Copy To... action?

        On Saturday, November 24, 2012 11:38:38 AM UTC-5, David Rees
        wrote:

            First of all, thank you for creating the script example.
            Its very helpful.

            Unfortunately I had a typo in my original post. Your
            second guess at what I meant is correct :). I am getting
            with the current script only URLs, what I would like to
            get instead is files.

            Thanks!
            d

            On Wednesday, November 21, 2012 8:51:31 PM UTC-5, Jon
            Stovell wrote:

                I made the script up in response to a thread, so that
                might be what you are thinking of. I don't think
                anyone has asked about it directly until now.

                As for your problem, I am a little unclear on what you
                mean. Are you saying that you want to enter some URLs
                into the third pane but it isn't working, or that when
                you try to select files you are only being given URLs
                to choose from?

                On Monday, November 19, 2012 9:01:17 PM UTC-5, David
                Rees wrote:

                    Sorry if this has been asked and answered. I could
                    have sworn I saw a thread on the Run command in
                    shell with arguments
                    <http://qsapp.com/wiki/Run_command_in_shell_with_arguments> 
wiki
                    example, but I can't seem to find it now.

                    I'm trying to use to do a simple command like
                    diffmerge. I type diffmerge in the first pane,
                    choose the action in the 2nd, but in the 3rd my
                    own options are URLs. I can seem to select files
                    at all.

                    I'm also interested in how I can switch things
                    around, files in 1st pane (including Current
                    Selection), script selection in 2nd pane, text
                    command in 3rd.

                    Thanks,
                    dave

--
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]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.



--
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].
Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.


Reply via email to