View Single Post
Quote:
Originally Posted by fudster View Post
I'm having a heck of a time figuring out how to do the same for the selection(s) in the project list on the left. I was to perform operations on (and within) those using Applescript.
Code:
set lstTrees to the selected trees of content
if the (count of lstTrees) is less than 1 then
    set lstTrees to the selected trees of sidebar
end if