• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Select, Reveal and Column View
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Select, Reveal and Column View


  • Subject: Re: Select, Reveal and Column View
  • From: "Stockly, Ed" <email@hidden>
  • Date: Thu, 16 Sep 2010 16:22:32 -0500
  • Acceptlanguage: en-US
  • Thread-topic: Select, Reveal and Column View

Title: Re: Select, Reveal and Column View
>>>>In column view, I do not want to open folders, I just want to select the folder so that its contents appear in the next column.

That’s exactly what setting the target of a window does, if the window is in column view mode.

It seems you can set the target of any window in column view to any finder item, not matter how deep, and it seems to work, without opening new windows.

I kind of dig this thread because I’ve got a few scripts that leave too many finder windows open and I think this will solve that.

Thanks Stan and Luther!

Ed

On 9/16/10 2:13 PM, "Luther Fuller" <email@hidden> wrote:

That's what I was trying when I came up with the script at the bottom. The 'set target ...' line, below, seems to have the same problem as 'select ...'. I'll look further into using target later.


On Sep 16, 2010, at 3:55 PM, Stockly, Ed wrote:

I thought Stan nailed. This doesn’t work?

tell
application "Finder"
activate
 
  
set target of window 1 to alias "Work_Files:Mail-Safe Archive:_Mail-Safe Folder:2010:"
end tell




On 9/16/10 1:49 PM, "Luther Fuller" <email@hidden <x-msg://3/email@hidden> > wrote:

tell application "Finder"
activate
tell
window 1
select alias "Work_Files:Mail-Safe Archive:"
select alias "Work_Files:Mail-Safe Archive:_Mail-Safe Folder:"
select alias "Work_Files:Mail-Safe Archive:_Mail-Safe Folder:2010:"
end tell
end
tell


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Select, Reveal and Column View
      • From: Luther Fuller <email@hidden>
References: 
 >Re: Select, Reveal and Column View (From: Luther Fuller <email@hidden>)

  • Prev by Date: Re: Select, Reveal and Column View
  • Next by Date: Re: Select, Reveal and Column View
  • Previous by thread: Re: Select, Reveal and Column View
  • Next by thread: Re: Select, Reveal and Column View
  • Index(es):
    • Date
    • Thread