image
image

Go Back   macosx.com > Mac Help Forums > HOWTO & FAQs

Reply
 
Thread Tools
  #1  
Old November 12th, 2002, 10:09 PM
Reloaded
 
Join Date: Oct 2002
Location: I'm not really here.
Posts: 760
Thanks: 0
Thanked 0 Times in 0 Posts
MacLuv is on a distinguished road
HOW2: Clone a finder window.

After much ado, here's the final script and a link to it's source. The script works great, and if you download Keyboard Maestro, you can assign a hotkey in the Finder that will clone the Finder Window. If you're not sure why you would need this feature, then you might not need this feature. For all of those who do need this feature, here's the Apple Script:

tell application "Finder"
get the exists of the front Finder window
if the (exists of the front Finder window) is true then
try
set newWindow to target of front window
set oldView to current view of front window
make new Finder window to newWindow
set current view of front window to oldView
end try
else
try
make new Finder window to alias ":"
set the current view of the front Finder window to column view
end try
end if
end tell


link is here:

http://www.macosxhints.com/article....020201013109377

thanx2 profx
Reply With Quote
  #2  
Old May 20th, 2004, 11:15 AM
Registered User
 
Join Date: Dec 2002
Location: sf
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
zippy70 is on a distinguished road
and add it to the toolbar on each window

wow, thats just what i've been looking for, thanks!

One step better, i think, is to make it into a Clone Button in the toolbar of every finder window...

I pasted the applescript into the Script Editor and saved it as an Application. Then placed that new applescript application in my Finder Window Toolbar (with Finder > View > Customize Toolbar...). Now each window has a Clone Button!
Reply With Quote
  #3  
Old May 21st, 2004, 10:12 PM
dlloyd's Avatar
Official Pianist
 
Join Date: Dec 2002
Location: At a keyboard. One or the other.
Posts: 2,978
Thanks: 0
Thanked 0 Times in 0 Posts
dlloyd is on a distinguished road
Nice trick zippy!
__________________
< Also Known As aeromusek in places >

< PowerBook | 1.67GHz | 1024MB RAM | 120GB | 17" High Res >
< iPod | 20GB | 3rd gen >


"the show must go on" - the artists of the world
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[HOWTO] - Cool Keyboard/Mouse Combos zootbobbalu HOWTO & FAQs 45 October 8th, 2003 06:36 AM
[HOWTO] - Show Unix path in Finder window or Terminal Window? Iolaire HOWTO & FAQs 13 February 21st, 2003 02:33 AM
[HOWTO] Finder & Safari keyboard shortcuts wiz HOWTO & FAQs 2 January 12th, 2003 12:15 AM
open new Finder window in... what ? Dekatophil Mac OS X System & Mac Software 1 September 25th, 2002 12:50 PM
[HOWTO] - Add items to finder window toolbars Anton HOWTO & FAQs 12 August 2nd, 2002 01:26 PM


All times are GMT -5. The time now is 07:18 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.