Finder Window Sizes and View Options

In an earlier message under Mac OS X Panther it was recommended that I post a new message in the AppleScript forum.
I'm looking for a way to automate the repetitive task of resizing Finder windows and resetting view options. For example resetting a hundred folders to the same window size and screen position with the same view options. This requires manually adjusting each window one by one.
A solution could be an AppleScript that would automate this task.
The following is the earlier message:
http://discussions.apple.com/message.jspa?messageID=1283081#1283081
I mistakenly deleted all the preference files for the Finder window options on my 17 inch PowerBook (.DS_Store Files).
This has returned all Finder windows to default settings for window sizes and view options.
I use custom widow sizes for all my folders that nicely fit the 17 inch screen on my PowerBook, leaving enough desktop space on the right for the hard drive icons and the Dock that I always keep vertical on the right.
I have a 12 inch PowerBook as well. And it has it's own custom window size that fits it's much smaller screen. It has always been a complaint of mine to have to manually reset windows whenever I needed to transfer folders with Bluetooth file exchange.
Resetting Finder window sizes and view option has always been a time consuming problem. Now to have to do it over again for hundreds of windows is a huge task that is way to manual.
The Finder is customizable. There must be a way to set the options for one window and be able to use those adjustments for other windows without having to re adjust each setting manually.
There was an application called Finder Window Manager. Maybe someone knows of another application that can do this of task or another way around this issue.
Photoscene
Powerbook G4 17 inch   Mac OS X (10.4.3)   Tiger/Panther

Photoscene,
I think if you repost this to the AppleScript link, someone there will have a solution for you (in the form of an applescript that you can run)...
http://discussions.apple.com/forum.jspa?forumID=724
Give it a shot (I'm not clever enough to give you a good script yet, but someone there will be!)
Bob

Similar Messages

  • Finder windows size and position etc.  on clients' machines

    How to configure server's finder windows size and position etc. are on clients' machines so that they persist? Thank you!
    PS: If this has already been discussed, please refer to the thread. Sorry for double post in that case.

    Try connecting to the Share as the Server Admin, make your window the size and position you want and logout again.
    This information is stored in the .DS file.
    Message was edited by: Patrick Savelberg (Private)

  • How to find the size and resolution option in the aspect ratio drop down menu for the crop tool

    while looking through certain tutorials on the new crop system i came across many that referenced the above mentioned size and resolution option in the  access ratio drop down menu.  They all mention a dialog box which then appears which looks really useful, however my version doesnt have this option. any help would be appreciated.

    Trevor.Dennis wrote:
    John, are there already differences?  I thought 13.1 was mainly about retina display support, but I guess there would also be other fixes released while they were at it.
    Yes, definitely already differences. I sympathize with Photoshop instructors (online and offline).
    The headline change was Retina support but that was also made available to non-Cloud versions.
    Other Cloud-only changes in 13.1 are listed here
    http://helpx.adobe.com/photoshop/using/whats-new.html
    http://psd.tutsplus.com/articles/news/cs6_1/
    Non-Cloud CS6 users have been very vocal and disgruntled about some of these changes.

  • AppleScript That Saves Finder Window Size and Location

    I wrote the following AppleScript to position and size Finder windows, but the Finder doesn't "remember" the settings the next time I open the windows.
    tell application "Finder"
    activate
    make new Finder window to disk "Hard Drive"
    set toolbar visible of Finder window 1 to false
    set current view of Finder window 1 to icon view
    clean up Finder window 1 by name
    set position of Finder window 1 to {30, 55}
    set bounds of Finder window 1 to {30, 55, 400, 625}
    make new Finder window to folder " Files" of disk "Hard Drive"
    set current view of Finder window 1 to icon view
    set toolbar visible of Finder window 1 to false
    clean up Finder window 1 by name
    set position of Finder window 1 to {410, 55}
    set bounds of Finder window 1 to {410, 55, 975, 455}
    close Finder window 1
    close Finder window 1
    end tell
    How do I make it so the Finder will remember the location and position?

    Hello
    Here is a script that I use daily.
    The code used to force the Finder to "remember" the window position seems a bit tricky. If I remember well I found it on MacScripter.
    As far as the Finder is not corrected, we must use this kind of trickery.
    --[SCRIPT]
    my commun(choose folder)
    on open (sel)
    my commun(sel's item 1)
    end open
    (* set bounds to {10, 50, 800, 600} *)
    on commun(F)
    set F to F as Unicode text
    tell application "Finder"
    if class of item F is document file then set F to (container of item F) as Unicode text
    if ((class of item F) is folder) then my set_bounds(F, {10, 50, 800, 600}, false)
    end tell
    end commun
    on set_bounds(F, b, toolbar)
    local ao, i, lesFichiers, fichier
    tell application "Finder" to tell folder F
    set lesFichiers to every file
    repeat with fichier in lesFichiers
    my saveImageWithItselfAsIcon(fichier as alias)
    end repeat
    tell container window
    set ao to class is Finder window
    open
    set current view to icon view
    set properties of its icon view options to ¬
    {arrangement:arranged by name, icon size:128}
    set bounds to b
    set toolbar visible to toolbar
    set toolbar visible to not toolbar
    set toolbar visible to toolbar
    if not ao then close
    end tell -- to container window
    repeat with i in (get folders)
    my set_bounds((i as alias), b, toolbar)
    end repeat
    end tell -- to folder F then to Finder
    end set_bounds
    on saveImageWithItselfAsIcon(F)
    tell application "Image Events"
    launch
    try
    tell (open F)
    try
    save with icon -- save iconimagefile with itself as icon
    end try
    close
    end tell
    end try
    end tell
    end saveImageWithItselfAsIcon
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE mardi 13 mars 2007 20:51:14)

  • Finder window size and location not remembered

    I have OS X 10.10 installed.
    When I press Cmd/shift/H to open a finder window showing my home folder I get the default location and size for the window.  I resize and relocated the window and close it.  When I press that key combination again, the window is now showing the new size and location I previous set.  Unfortunately, when I restart the computer, this modification is lost and when I press that key combination the window opens with the default size and location.
    I have used the key combination of Cmd/Shift/A to open a finder window showing Applications and Cmd/Shift/U to open a finder window showing the Utilities folder.  I have been successful in resizing and relocating these windows, and having the system remember my modifications after a restart.  It appears to only be the Cmd/Shift/H combination that is faulty.
    Any ideas how to fix this problem?

    Paddster7,
    You could try trashing the hidden file inside the folder that stores some of its positioning and size settings.
    To show your hidden files.
    Launch ( Terminal ) -> Paste in the following ( defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder ) -> Press Return.
    Open the ( Offending Folder ) -> Delete ( .DS_Store ) -> Restart -> Move folder how you want to to stay -> Restart -> Did it stay?
    To reverse your hidden files back to hidden.
    Launch ( Terminal ) -> Paste in the following ( defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder ) -> Press Return.
    Supporting Articles
    http://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks/
    http://en.wikipedia.org/wiki/.DS_Store
    Hope that helps,
    Weston

  • How to keep default Finder window size and location from Mac server

    Working in an office of three people.  Mac mini server (not sure of the OS; I think it's Snow Leopard).  We each use iMacs with Mavericks.  I have my default new Finder window set to open "customers" folder, which resides on the server, in a specific orientation.  If either of my co-workers opens "customers" and resizes that window on their machines, it retains that size & location when I open it again on my machine (as I'm sure it does to them after I "fix" my own window).
    Is there any way to change this so that one's own machine will remember the window prefs?  I mean, we're not opening on the server itself, so in my mind it should not retain the last open position, right?
    I know I could set my default folder to Home, then go to customers from the sidebar, but that almost defeats the purpose of the default folder.
    thanks in advance!!

    Hey Macdaddy,
    This happens all the time with our server at work. The server window never opens in the same place twice, and it can be annoying.
    There are third-party window management tools out there, but what I did was use a macro program called Keyboard Maestro (since I already owned it).
    Among the many things Keyboard Maestro can do is manipulate a window. I created a macro that moves it to a specific point (in my case, the upper left corner of the screen) and then resizes it to a specific width and height in pixels. I then assigned the macro a keyboard shortcut.
    Now, when I mount the server, I can use the keyboard shortcut and the window is right where I want it.
    There are other programs that just move windows, and I tried a couple. But Keyboard Maestro is more elegant in my opinion, and it does a whole lot more if you choose to go that route.
    Hope this helps.
    Andy

  • Find Backup Size And Backup Window

    Hi Guys,
    Can any one give script to find backup size and backup window (total time taken to conduct backup).
    I am using Oracle 10gR2 on sun solaris 5.8
    Backup-RMAN Full backup every day.
    Regards

    Hi,
    backup size
    what do you mean by backup size .. ??
    User show all to list out the configuration details;
    Thanks
    Pavan Kumar N
    Message was edited by:
    Pavan Kumar

  • How to change Default Finder Windows Size?

    Hi all:
    New Finder windows show Macintosh HD and there is no problem in keeping the size or view options every time I open a new window (command + N).
    I can change "New Finder windows show" to another folder and works just as well.
    But when I open a folder in a new window (double click on an icon folder) the size of the window is very small and different from the window displayed by using command + N.
    Finder saves and applies default view options to all windows without a problem, but not the default size or in other words: 
    default windows size is different from new finder windows size.
    In Snow Leopard I could change default size of all windows holding down the Shift key while dragging and changing the size but in Mountain Lion it does not work.
    I have also deleted all files .DS_Store but neither works.
    I searched a lot but can not find a solution to this problem.
    Thanks.

    As far as New Finder Windows (command+N) are concerned, there's no problem.
    All other folder's Finder Windows I have not modified manually are displayed with the default size shown in the attached image. That is the window size that I want to modify.
    Thanks.

  • Finder windows sizing and alternatives

    Does anyone know how to set the default width of the finder window column style to wider? It's so small I end up opening it up every time I use it.
    Or does anyone know of a better file manager?
    Thanks

    There is a trick to setting default window size and position in the OS X "Finder" - default as in what applies to windows for which that hasn't been set before - and it is to open a new window, and without selecting anything in the window, arranging the window to you liking, then immediately closing the window.
    With that in mind, try setting column width in "column view" by dragging the "resize bar" at the base of the column while holding down the "option" (⌥) key. Though it will have to be set independently, the same procedure seems to work for "column view" in eg. "Open" or "Save" dialogues as well.
    I should mention that I'm on a 10.4 machine right now but haven't double checked to see if it works in "Panther" (this being the 10.3 section and all)...

  • How can I customize window size and have it stay that way? It automatically maximizes the moment I click anywhere on the page.

    I have added a large widescreen monitor and now have a two-screen set up. This taxed my old video card, so we replaced that, too. Then I updated Firefox. Now my window automatically maximizes. "Restore" is the same size as "Maximize", and I can resize it if I carefully drag and drop all four corners. But if I click on the top bar to relocate the resized window, it re-maximizes. I can't find any options or settings that allow me to fix the window size, lock a customized window size, etc. IE8 is not doing this, so I don't think it's the monitor or desktop settings.

    Window sizes and positions are stored in [http://kb.mozillazine.org/localstore.rdf localstore.rdf] in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder].<br />
    <br />
    Delete localstore.rdf or rename the file to localstore.rdf.sav in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to test if the file is corrupted.<br />
    See http://kb.mozillazine.org/Corrupt_localstore.rdf<br />
    (caution: do not delete the localstore.rdf file in the Firefox program installation folder)<br />
    <br />
    Note:<br />
    Deleting the file [http://kb.mozillazine.org/localstore.rdf localstore.rdf] will reset the customizations of the toolbars to the defaults.<br />
    You can rename "localstore.rdf" to "localstore.rdf.sav" to test if that solves it.<br />
    Then you can restore the customization by copying "localstore.rdf.sav" to "localstore.rdf" if it didn't work.

  • Set finder window size default

    How can I set the default finder window size?  I've got a new iMac and the finder window always opens small.  I want it a lot bigger.  Interestingly, on my wife's old iMAc and my MBA (both running OS X 10.8.3, same as new iMac) the finder windows open to a much bigger size. 

    it seems Finder opens to Applications.  Sometimes the folder is the  same size as the as the last one I closed.  Other times it is tiny.  I can't seem to spy a pattern.

  • External hard drive connected to my airport extreme will no longer open, when navigating to it in Finder, the Finder window quits and reopens, cannot access hard drive, it is visible in airport utility, since the problem began I have updated firmware

    External hard drive connected to my airport extreme will no longer open, when navigating to it in Finder, the Finder window quits and reopens, cannot access hard drive, it is visible in airport utility, since the problem began I have updated firmware on Extreme as well as both of my Airport Expresses. Hard drive is USB connected to Extreme.

    Reboot the USB drive.. assuming it is powered.. or unplug and replug a self-powered drive.. (you should not use self-powered drives on AE before the latest model.. always use a powered hub).
    Does the drive now appear in finder..
    If not reboot both drive and the AE.. it should now appear.
    If it doesn't work with direct connection try a powered hub.. that can help.

  • How can i find the size and contents of playlist created by genius?

    How can i find the size and contents of i-tunes playlist created by genius?

    Have a look at this article written by the CEO of our company (MoviMED):
    http://www.qualitymag.com/articles/91010--d-imaging-enters-the-machine-vision-world?v=preview
    What is the object you are going to be making with the CNC?  Is it a cube? Is it an intricate statue?
    Are you making an object with a CNC, or just mounting a camera to a CNC to image the object?
    www.movimed.com - Custom Imaging Solutions

  • How to find all table and views in the database

    Hi,
    I want to find all table and view name form the database can u tell me syntax.
    i.e. I am able to find out table name and view name in sql server ...like
    FOR VIEW :
    select table_name from information_schema.views where table_name not like 'sys%'
    FOR TABLE :
    select table_name from information_schema.tables where table_name not like 'sys%' and table_type='Base table'
    Thanks & Regards,
    Shirish

    Hello,
    Take a look at "dba_tables" and "dba_views" both of which are documented here:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14237/toc.htm
    - Mark

  • Iam not able to find Header, Navigation and Structure options in. I am using Dreamweaver CS6

    Iam not able to find Header, Navigation and Structure options in Insert Panel. I am using Dreamweaver CS6

    I've updated and now the problem solved. Thank you very much Ben...

Maybe you are looking for

  • Problem with Java and Outlook

    I am having a problem with the Java plug-in and Microsoft Outlook 2003. When I have Outlook running, going to certain websites (like cbs.sportsline.com/collegefootball) will crash my browser (IE). I get a message like this: An unexpected exception ha

  • CardDAV password on Mavericks

    I use DayLite with CardDAV for share the contacts with iContacts. With Mavericks doesn't work, when I create the CardDAV account all work fine, until I try to select this account from Accouts list, Maveriks contine to ask the password, with this mess

  • Screen Dimming still - after unchecking 'ambient brigthness settings

    I've turned off the ambient light settings under display, but still the screen dims then turns off, while on AC power. How do I turn this off so that the brightness stays as is! (And just let the screen saver kick in as set) Please help. Thanks!

  • Problems setting up Wordpress + Cherokee on home made server

    Hi guys! I'm having some problems as is written in the title...I'd want to port my xampp+wordpress blog to a standard cherokee+mysql+wordpress... So i've followed this points: - export old database - installed libmysqlclient mysql mysql-clients chero

  • NW04s BI SPS 20 and ECC 6.0 SPS 16 - SP Update question

    Hi SDN, We are planning for SP update project. Our current landscape is NW04s BI SPS13 (BI ABAP), NW04s Portal SPS13 (BI Java),  and ECC SPS 11. All the common components like SAP_BASIS (SP13), SAP_BW(SP15), SAP_ABA(SP13) are in same SP level in all