Finder Window in icon view problem

Ok, for example, finder window has enough folders that I have to scroll down quite a bit to reach mid page. Then I open a folder at mid page and open one of the folders I find in there. I then click twice to go back to the original window. But instead of revealing itself in mid page, so I can go on to the next folder, it opens at the top of the page and I have to scroll all the way down to where I was, sometimes losing track of where I was. This is something that did not happen in Jaguar or Panther! Anyone have a fix for this? I need to use icon view for my work.

crebius, can't you just click the red close window
buttons until you get back to the one that is open at
half page?
Eh, I don't use a different window for every layer of a folder i get into. Just one window. But I've been playing with view options (Tiger) and figured out a workaround. I clicked on 'Show icon preview' and 'Keep arranged by' (name - for me).
Thanks for trying to help.

Similar Messages

  • 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

  • JPanel Scrollable mimic Windows Explorer Icon View

    I am developing an image viewer application, and I want my thumbnail image JPanel to mimic MS Windows Explorer's layout in icon view. However, I have not been able to accomplish this. I have searched high and low, finding many others with my same problem, but no solution. To see exactly what I want to mimic, go to Windows Explorer and take a look at Icon View.
    Windows Explorer seems to be using a type of FlowLayout, and the icons get wrapped to the next line. If the number of icons exceeds the viewable space, the vertical scrollbar appears. Note that there is no horizontal scrolling; only vertical scrolling with the FlowLayout. If the user adjusts the SplitPane, then the layout adjusts the scrolling and icons accordingly.
    ============================================================
    QUESTION: How can I get my JPanel to mimic Windows Explorer Icon View?
    ============================================================
    10 Dukes to anyone who can get this to mimic Windows Explorer. Ideally the solution would not be too involved.
    P.S. I think it stinks that JPanel, by design, does not implement Scrollable Interface. Even then, it doesn't work the way I want it to with my FlowLayout and only vertical scrolling. Does anyone understand why it doesn't implement Scrollable, like JTextArea, JEditorPane, etc. do?
    Thanks
    Wayne

    Thanks camickr! I didn't try your layout manager since I managed to find another one which seems to do the trick as well. Here is the link from which I found it:
    http://groups.google.com/groups?selm=c43ovb%242db505%241%40ID-76750.news.uni-berlin.de&output=gplain
    It seems that in the source there is a small bug which is easy to fix. I think the boolean parameters in minimumLayoutSize and preferredLayoutSize should be changed.
    So in minimumLayoutSize():
    return computeSize(target, true);and in preferredLayoutSize():
    return computeSize(target, false);After that fix, it worked just fine for me.
    Here is the complete source (author Babu Kalakrishnan):
    import java.awt.*;
      * A modified version of FlowLayout that allows containers using this
      * Layout to behave in a reasonable manner when placed inside a
      * JScrollPane
      * @author Babu Kalakrishnan
    public class ModifiedFlowLayout extends FlowLayout
         public ModifiedFlowLayout()
             super();
         public ModifiedFlowLayout(int align)
             super(align);
         public ModifiedFlowLayout(int align, int hgap, int vgap)
             super(align, hgap, vgap);
         public Dimension minimumLayoutSize(Container target)
             return computeSize(target, false);
         public Dimension preferredLayoutSize(Container target)
             return computeSize(target, true);
         private Dimension computeSize(Container target, boolean minimum)
             synchronized (target.getTreeLock())
                 int hgap = getHgap();
                 int vgap = getVgap();
                 int w = target.getWidth();
             // Let this behave like a regular FlowLayout (single row)
             // if the container hasn't been assigned any size yet     
                 if (w == 0)
                     w = Integer.MAX_VALUE;
                 Insets insets = target.getInsets();
                 if (insets == null)
                     insets = new Insets(0, 0, 0, 0);
                 int reqdWidth = 0;
                 int maxwidth = w - (insets.left + insets.right + hgap * 2);
                 int n = target.getComponentCount();
                 int x = 0;
                 int y = insets.top;
                 int rowHeight = 0;
                 for (int i = 0; i < n; i++)
                     Component c = target.getComponent(i);
                     if (c.isVisible())
                         Dimension d =
                             minimum ? c.getMinimumSize() :      
                          c.getPreferredSize();
                         if ((x == 0) || ((x + d.width) <= maxwidth))
                             if (x > 0)
                                 x += hgap;
                             x += d.width;
                             rowHeight = Math.max(rowHeight, d.height);
                         } else
                             x = d.width;
                             y += vgap + rowHeight;
                             rowHeight = d.height;
                         reqdWidth = Math.max(reqdWidth, x);
                 y += rowHeight;
                 return new Dimension(reqdWidth+insets.left+insets.right, y);
    }

  • Navigating Finder Icon view problem!

    Okay, I have searched without success for an answer for this problem. When navigating through the directory structure in the icon view finder doesn't remember where you came from. Here is an example, say you have a folder that has a few hundred items in it (ex. itunes library folder). In icon view scroll about half way down and then double click on another folder. Okay all find and dandy but when you click on the back button you are back at the beginning of the previous directory and not half way down with the folder you were just in highlighted! Now go back to that same folder you were just in (without pressing forward) or the folder to the left of it, this time instead of clicking back you press "Apple+up arrow" then you go back and see where you came from with the folder highlighted. Makes for a frustrating time navigating through a large directory. Any way to fix this?

    Ok, I think i get what you are saying.
    Your using icon view? (view 1)
    Try Column view (command+3), I find the hierarchical view far more navigable in general, and very useful for large numbers of files/directories, It remembers where you came from, there are just a few inconsistencies like the home, desktop, apps, utilities directories (the ones accessible via key commands) that screw it up. Other than that it's perfect.
    If you don't like that view then you can always set the finder to open folders in new windows (and continue to use icon view)... If the majority of the time you don't want to have finder open folders in new windows, then leave it off and hold command (Apple) when you double click a folder to open it in a new window on that occasion.
    Hope that helps your navigation problems.

  • Finder bug in icon view. can anyone help me?

    So, I'm experiencing a weird bug since I've installed OS X Mountain Lion.
    When I set 'show items as icons' in Finder, the font used to label the files and folders are most of the time kinda messed up.
    (they're not the normal black clean fonts, but they are like a really pale ugly and hard to read gray color)
    And it's not like I'm using different fonts of whatever, it's a font smoothing/rendering issue.
    If I turn off the 'Use LCD font smoothing when available', fonts are OK again.
    The problem is that when I enter another folder, they are messed up again. Then I enable again the font smoothing option and they are ok (for that folder).
    When I go back to the parent folder, they are gray again.
    Also, when I make them "OK" with the LCD font option switch, they also become "NOT OK" as soon as I select them. (not individually, but making a box...yeah, weird uh?)
    Really weird. I've tried to restart/ force quit the finder (which again, fix the issue just within the home folder) / adjust permission (maybe I've messed up something, I dunno).
    Btw, it is not a clean install and I remember experiencing the same problem with Lion, one of the first days I've installed it, but then it went away (forever) after a day, so I didn't bother too much to find the cause.
    Again, it seems like some sort of finder bug, the million question is: Why am I (apparently) the only one experiencing it? Thx for help

    Hi Giorgiovdb!
    Unfortunately I cannot help you; all I did was test for you.
    I did an upgrade over my Lion install with Mountain Lion which went fine. I just tested icon view in my Finder on different files and folders and here in my installation all stays fine; good readable like in column view!
    The only thing you might try is change your Font in Finder and set it back to the original afterwards!
    I quickly Google'd how to change fonts in the Finder as appearantly there's no obvious gui item for it:
    http://usermanifest.wordpress.com/2012/07/06/osx-finder-title-bar-font/
    Try to see if it brings you anywhere!
    At my post all fonts act normal after my upgrade to Mountain Lion; I don't do a clean install unless I really have to!
    Goodluck!
    Gaytan

  • Finder window cuts content view

    Hi,
    Somewhat randomly, when I return focus to a given Finder window, its view cuts the contents and I can't see the file's name, only the info that usually stays at its right. Please check the attached image for better explanation of this problem.
    Does it happen to anyone else? Is this a know problem? Can it be fixed?
    Thanks in advance,
    Jorge

    Might be corrupted Finder preferences ...
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Preferences/com.apple.finder.plist
    Click Go then move the com.apple.finder.plist files to the Trash.
    Restart your Mac then try a Finder window.

  • Re: Finder windows in Column View

    I can't seem to attach a file at Google Chrome, the Finder Window is too tall and unable to click 'Save', 'Cancel', etc. I had to pick a document/photo to exit the window.

    pooba wrote:
    Is anyone having this trouble too?
    I noticed this delay when I first moved to Leopard. Side-by-side with a much slower machine running Tiger, the delay was extremely noticeable.
    Now it is just as quick as Tiger. Sadly I don't know what has caused the delay to go away. FWIW, my initial Leopard instal was an Upgrade. I have since done an Erase & Instal: a bit drastic, and I'm not even sure this was the cause. I think the situation had improved before the 10.5.1 update.
    The most plausible reason is that it occurred after the weekly maintenance script was first run on the new installation. You might like to try this, it can do no harm:
    Open the Terminal (from /Applications/Utilities) and copy and paste the following into the Terminal window followed by a return:
    sudo periodic weekly
    Press return and you will be prompted for your password. This is not echoed for security reasons, so you won't see anything as you type: just type it and press return.
    If you haven't used 'sudo' before, you will receive a little lecture before being prompted for the password. Read it and continue. It will take a couple of minutes to complete—you'll know it is finished when your shell prompt reappears.
    I would be very interested to know if this helps, because, as I said, I suffered this slowness initially. It would be good to know what made it go away.

  • Need Some Help? Icon view Problems

    Just recently my finder has been acting up. While in finder and viewing in Icon layout, Leopard has been taking a while to load icon folders & images. It's only about 5 sec, but much slower than before. The problem only occur in Icon veiw. All other views load folders and images quickly (List, Coverflow, ect.) Has anybody encountered this problem and knows how to solve it?

    Welcome to Discussions.
    Have you installed something recently that could be the cause?
    It's been reported that setting the Mouse double-click speed to maximum in System Preferences - Keyboard & Mouse helps (as odd as it sounds): http://forums.macrumors.com/showthread.php?p=5284495#post5284495
    Perhaps it will help to reset the PRAM/NVRAM: http://support.apple.com/kb/HT1379.
    /p

  • Finder window scroll bar behaviour

    Hi folks,
    In a finder window in icon view normally I can scroll down to the end, go up to the enclosing folder and then back into the starting window and the scroll bar will be at the bottom, where I left it, which is perfect. Just recently it will always postion itself at the top of the window now, which is annoying to say the least. Any thoughts on why the finder behaviour changes apparently at random. I don't think there is a full moon tonight...
    Cheers,
    Matt

    Any other ideas?
    Yes just one more. Playing around with this in Finder, if the window is open wide enough there is no jump back. Least that's how it works for me, and I do keep that 'spring thing' deselected as a matter of course.

  • Problem sorting items in finder window

    I've searched other posts and seen that others are having similar issues however, I can't a solution to my problem.
    In a finder window in list view, in the upper part of the window, I have Name, Date Modified, Size and Kind.  Before I upgraded to Mavericks, I could click any of those options and the window would sort accordingly.  Now, if I want to sort a window, I have to open the view options and do it that way.  The weird thing is, I have a RAID connected via esata and it works like it should on any window I open from that drive.  Any suggestions?

    Might be corrupted Finder preferences.
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Preferences/com.apple.finder.plist
    Click Go then move the com.apple.finder.plist file to the Trash.
    Restart your Mac then try the Finder.

  • How do I make image icons in finder window previews of the image?

    The image icons in my finder window are just generic jpeg icons (they are set to open automatically in Preview). How do I make them previews of the images themselves? When I "get info" on the icon, there is a very nice preview of the image - I would like to see the same quality preview in the icons themselves.
    Thank you very much for your help.
    Sam
    Powerbook   Mac OS X (10.4.6)  

    Hi Sam,
    From your Finder "View" menu (without a Finder window open) >> "Show view options" >> do you have "show icon preview" check marked? And with the Finder window open "show icons" and "show preview icons" checkmarked?
    EDIT: I may have misunderstood your question. If you're talking about the small file icons, not in the preview frame if you have PhotoShop it should do it with a save as PS file. Otherwise you may be able to paste the image but I'm not sure.
    -mj
    [email protected]
    Message was edited by: macjack

  • Finder window opens with inconsistent view

    Since I upgraded to Yosemite, Finder windows open with inconsistent size, position and view. After a power on a Finder window generally opens as a small, centrally-located window in Icon view even though preferences is set to always open in column view; sometimes the small window is in column view. Rarely, the first new window opens in the same size, position and view as the last one was before power off then the next one - opened using Command-N - opens as a small, central window in Icon view. In all previous versions of Mac OS, new Finder windows opened in the same size, position and view as the window I closed last on screen, even after a power off/on. Once I reset the window size, position and view to my preference, new windows generally open correctly.
    Is there some setting I can change so new windows always retain the size, position and view as the last one closed?

    Do a backup. 
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.finder.plist.  Move the .plist to your desktop.
    Re-launch Finder by restarting the computer and test. If it works okay, delete the plist from the desktop.
    If the same, return the .plist to where you got it  from, overwriting the newer one.
    Thanks to leonie for some information contained in this. 

  • Finder does not show icons view (it only shows list, column

    Since I updated my macbook pro retina late 2013 to yosemite, I cannot see any finder folder window in icon view. It only shows list, column and cover flow view. Not something important, but if there is something wrong, I want to know!
    +also since i bought it last December, there is this download bar (which shows the download procedure) on the downloads folder at the dock, stuck there forever. It looks like I am still downloading something, but opening the folder everything is done. It goes away after 2-3 restarts.
    can anyone answer if this is a software issue or a hardware?
    thank you in advance

    These files are EPS files not image files. They have a TIF or PICT preview inside the file, I believe in the resource or data fork of the file. The file extension is EPS, and I cannot change that, just type the letters. The actual extension, the 4 digit one, that is invisible is the one that is important. In the case of EPS the actual extension is EPSF or EPSI.
    Just to try the fix I changed the name and it did try to make a preview, but it came up with nothing. It was blank in column view. The OS still reads it as an EPS regardless of the change in file extension.
    Anyone have some answer that involves a command line, I think that is really going to be the only thing that solves this one.
    Power Mac G5 1.6GHz Single   Mac OS X (10.4.2)  
    Power Mac G5 1.6GHz Single   Mac OS X (10.4.2)  
    Power Mac G5 1.6GHz Single   Mac OS X (10.4.2)  

  • Icon View in Finder sort order is reversed

    Hi,
    In Finder, when using icon view, the "arrange by">"date modified" order has reversed. I can't find any settings to change it back.
    Other views such as list view are working normally. The change happened yesterday evening and appears to affect all folders. Rebooting makes no difference.
    Please can anyone tell me how to correct this?
    Thanks

    Hello and Welcome to Apple Discussions...
    Try deleting this file.
    com.apple.Finder.plist
    ~/Library/Preferences.
    Move that file to the Trash and restart your Mac.
    Carolyn

  • Is there a way to view just one open Finder window (without any other Finder or other application windows coming into view) from a Desktop hot corner in Yosemite?

    I just upgraded to Yosemite from Snow Leopard on a MacBook Pro. Previously, I could view just one open Finder window by viewing the Desktop via a hot corner and then selecting Finder from the Dock. This would pull only the top Finder winder into view, without showing any other open Finder windows, and most importantly, any other open application windows. I could then easily drag files/folder from my Desktop into the Finder window (which I do A LOT). Since upgrading to Yosemite, whenever I use the Desktop hot corner and select Finder from the Dock, it pulls every open application and Finder window back into view, putting Finder in front.
    Is there any way to view just one already open Finder window (or all Finder windows for that matter) without seeing all other open applications, without having to Hide the other applications or using Spaces?

    Yes I've created an Automator Application that does the job, but the "watch me do" function that does the Mail Merge is a rather Clunkey work around, as the mouse moves all over the place, thats the part i want to remove and replace with a script, or work out a different way around it that avoids the "watch me do" function.
    Is this Possible? or where/who is there i can ask to write me a script, im not a novice to scripting, but i am a novice to Applescript.

Maybe you are looking for

  • Not able to create vendor account

    Hello Experts, We have an issue while creating supplier in e-sourcing. While adding contact in account management in directory information  "Enable user to Login" field is non editable (its display only) Also in Account maintenance "Synch Account wit

  • Help me replace my noisy fans, please!

    I've put up with this noise for far too long. It now sounds like I've got a plane landing in the house. I'm sure it's the fans. I've never attempted things like this before except for fitting airport cards etc. Is it easy? I read an article about Sil

  • Unable to Configure Domain in Informatica

    I have an Informatica instance 8.6 installed in one the machines and I am trying to configure another domain present on a diff box (informatica 7.1.2 instal) through repository manager. I get error when i tried to plug in the domain, hostname and por

  • Which infotype we can maintain the Blood Group?

    Hi To all   is it possiableto  add  only this Blood group field in infotype 2 .How can i do this ?give me step by step Bcz i am not a ABAP guy.Thank You

  • Error in Integration with PI system

    Hi All, With the help of below blog we had successfully created one PI connection with our SAP system. http://scn.sap.com/people/sandro.garofano2/blog/2009/09/02/connect-sap-application-system-to-multiple-sap-pi-integration-server--variant-n-1Hi All,