On 8/30/07, Jim Correia <[EMAIL PROTECTED]> wrote:

> The scripting class of the main window is "browser window" and it has
> two additional properties which allow you to access the selected
> collection and selected items independent of the currently focused
> view. Run the following with the event log open:
>
> tell application "Yojimbo"
>         selection
>         if class of window 1 is browser window then
>                 selected collections of browser window 1
>                 selected items of browser window 1
>         end if
> end tell

Great! Thank you, Jim. Not sure how I missed those, but I'm happy to
have them pointed out. I expect I'll be able to improve my scripts
quite a bit with these properties.

Thanks again,
Jim

-- 
------------------------------------------------------------------
This message is sent to you because you are subscribed to
  the mailing list <yojimbo-talk@barebones.com>.
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>

Reply via email to