Is anyone else missing disclosure triangles in Finder windows?

Subject says it all.

MIne are there...   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
Then try a Finder window.

Similar Messages

  • Anyone else miss how you could scroll through the pictures in events?

    Anyone else miss how you could run the cursor over the pictures in their events and you could see all of them like flipping pages in a book?  Not a huge fan of the new photos.  I hope Apple brings some of the old features back.

    That was called scrubbing.
    http://www.apple.com/feedback/photos.html is the place for feature requests and feedback

  • Is anyone else missing Podcast apps in Mountain Lion?

    Hello,
    I just upgraded to Mountain Lion. One of the things I noticed is that the Podcast apps that were present in Lion are gone from Mountain Lion. They are, however, listed on the "what's included" section of the Mountain Lion part of the official Apple website. Is anyone else having this problem?
    Thanks

    MIne are there...   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
    Then try a Finder window.

  • Anyone else missing their preferences!

    Just installed iLife 08 yesterday and noticed that in iPhoto that the preferences do not appear when selected from the menu. Doesn't work usking ks as well. I just spent two hours on the phone with apple and they seem to be stumped as well. I have seen a few other post about this problem and I am wondering just how widespread this problem is. If anyone else out there has the same problem with iPhoto if you could just drop a post here that would be great.

    Hi Monkboy,
    Yes me too. You're not alone. Check tons of other threads on this issue.

  • Missing file sizes  in finder window

    I can’t seem to find how to get OSX to display all file and folder sizes in the size column of my finder windows. I’ve tried using the show view options (command-J) and this seems to work for all except folders and Keynote files. Does anyone know how to fix this, especially for Keynote files?
    Mark

    No, there is no checkbox labeled as such. If I choose the "calculate all sizes" checkbox, all of the values come up now. However, if I also choose the "all windows" checkbox, it seems as though this change only works for the current window since if I open up another folder on my drive, I'm back to square one with missing file/folder sizes. Any way to make this change universal throughout the system?

  • Is anyone else having trouble with bookmarks in Windows Safari 4?

    Is anyone else having trouble with their bookmarks in the Windows version of Safari 4? The Bookmarks Bar imported when I upgraded from Safari 3.2.2. But the Bookmarks menu can't be seen when I click the icon that looks like an open book. The History & Bookmarks Menu present in cover flow (which by the way I love and have found very useful). But the Bookmarks Menu option remains blank. At first I thought it hadn't imported - but I've realised they have imported, just aren't displaying.
    They are definately imported because the same Bookmarks Menu is still present on my iPhone through MobileMe synch. Also I can get to the bookmarked pages by clicking Alt-Bookmarks. All the bookmarked pages are there (along with being on my iPhone). So they've imported - they just don't display in Coverflow (or any view at all) when I click the open book icon.
    Does anyone have any solutions please.

    Ok I have a fix for that....
    I just figured this problem out for myself with a friend]
    ==============================================================
    CLOSE SAFARI
    go to MY COMPUTER
    C:
    Documents and Settings
    Your name
    Application Data
    Apple Computer
    Safari Folder
    Delete BOOKMARKS.PLIST
    ( Now I have to warn you this WILL DELETE your bookmarks from Safari so back them up before you do this )
    NOW........
    go back and IMPORT your bookmarks
    take all your bookmarks from the "IMPORTED ON XX/XX/XXXX " folder and drop them into the BOOKMARKS MENU at the top ( not the folder just your bookmarks)
    NOW DO NOT DELETE the Imported on xx/xx/xxxx folder
    for some reason when you delete the IMPORTED ON XX/XX/XXXX folder.... It causes them to go missing under BOOKMARKS MENU
    SO as long as you dont delete the IMPORTED ON xx/xx/xxxx folder they will stay in the BOOKMARKS MENU where you can manipulate them
    ALSO... DO NOT DELETE the IMPORTED FROM INTERNET EXPLORER
    or IMPORTED FROM NETSCAPE/ MOZILLA FOLDERS
    that will also cause your bookmarks menu bookmarks to go missing too
    I guess this is a temp. fix for now
    Thanks,
    Christopher

  • Missing Media Heading in Finder Window

    Hello - I'm missing the Media Header in the Finder Window and I can't seem to find where to click it back on! I'd like to view the iphoto pictures as files in the finder window. Please advise! thank you!

    Top right hand corner of the finder box is a small button, click that and all of the tools will re-appear...

  • Does anyone else miss Macromedia

    For Macromedia, it felt like Flash was a passion and each
    release took it forward.
    With Adobe in charge each release is MUCH MORE EXPENSIVE that
    the last and it seems almost exclusively geared to the developers
    and app builders while ignoring the designers.
    AS2 left most designers behind and before you knew it we're
    onto AS3.
    TellTarget worked fine - now I can't write the simplest code
    to make a movie clip play without looking
    it up on Google.
    Is this really progress ?
    Flash was very exciting once. Now it feels like just another
    geeky tool for coders and nerds which
    is inaccessible for designers / animators / artists and
    creatives of most types.
    I think that's a real shame.
    Learning French was hard - learning AS3 - I won't bother.
    How many animators are going to learn the massive amount of
    useless nonsence contained in Flash these days ?
    If you have a version of Flash 5 or MX fire it up and check
    out how easy it was to use the Action Script panel - now compare
    that to 8 or anything called "CS".
    Adobe are actually alienating the very people who should be
    drawn to this software by pandering to the developers, code
    warriors and geeks. Who, given that the Flash Player is so powerful
    now, don't really need Flash as an authoring environment anyway...
    Just my two pennys worth.
    Grrrrrrr....

    PICKING UP FROM WHERE I LEFT OFF.
    // Recap:
    > Because cheese is derived from milk, you could
    > honestly say that cheese *is* milk -- it's just
    > milk that has been cultured, curdled, and pressed.
    > But it *is* milk! Because we're so familiar with
    > this dairy products, the concept isn't confusing.
    In a similar way, movie clips are sprites; they're just
    sprites that have a timeline. Ice is water; it's just water of a
    particular sort -- water that has been frozen. If you look at the
    methods of the MovieClip class (methods are things an object can
    do), you'll see a list of features familiar to any long-time Flash
    designer: stop(), play(), gotoAndStop(), etc. It's a short list if
    the inherited methods are hidden, because the default view only
    shows you the things that make movie clips different from sprites.
    Look at properties, and you'll see a similar phenomenon:
    non-inherited properties include currentFrame, totalFrames,
    currentLabel, etc. -- again, timeline-related features, because
    movie clips are effectively just sprites with a timeline -- but you
    won't see glaringly obvious things like width and height. Don't
    movie clips *have* width and height? Of course they do, but width
    and height (and other properties) aren't something unique to movie
    clips. Only the timeline-related features make a movie clip a movie
    clip. To see the other stuff, you have to show inherited properties
    (or methods, or events), so click the "Show Inherited Public
    Properties" hyperlink.
    Doing so reveals numerous other properties, including
    familar characteristics like rotation, scaleX, scaleY, x, y, width,
    height, and so on. These are, in fact, properties of the MovieClip
    class; it's just that they're inherited from other classes up the
    family tree. In the same way, cheese *has* calcium; but the only
    reason for that is because *milk* has calcium, and cheese
    "inherits" that feature from milk.
    If you're coding up a movie clip with keyframe code (or even
    with a custom class), it really doesn't matter what the movie
    clip's heritage is. It doesn't matter, for example, that it's the
    Sprite class that introduces the startDrag() and stopDrag() method
    ... because movie clips *are* sprites, so those methods rightfully
    belong to all movie clips. It doesn't matter that the addChild()
    method is introduced by the DisplayObjectContainer class, because
    movie clips *are* display object containers (because sprites
    inherit directly from the DisplayObjectContainer class, and all
    movie clips are sprites).
    Does that help? AS3:QRG covers inheritance in numerous
    chapters, so there's more information to be had in the book, but
    I'm also happy to keep rambling here, if it helps.
    >> A serious look at not only the new Display List
    model,
    >> but how it compares in relation to the timeline and
    the
    >> old AS2 model is crucial.
    This is a really good point, and I agree that the display
    list concept is essential to successful coding in AS3. AS3:QRG goes
    into the display list concept in several chapters, with examples
    that include sample files.
    >> Do this without using any reference to classes.
    I'm curious why this matters? Even in AS2, it's important to
    understand the concept of classes, if only because (to me) it helps
    with consulting the Help docs. You might not actually write custom
    classes of your own -- that's perfectly fine -- but it helps
    tremendously to understand how classes inherit from each other, and
    that classes define objects. If you're working with a movie clip
    symbol, then you're working with an instance of the MovieClip class
    (in AS2 or AS3, doesn't matter). Class entries typically have
    headings for properties (characteristics of the object), methods
    (things the object can do), and events (things the object can react
    to).
    >> Take a completed AS 2 timeline project and walk us
    >> through the conversion, then reuse that project and
    walk
    >> us through converting it to classes.
    AS3:QRG presents a simple particle system in AS2, then
    migrates it to AS3. Based on page constraints, we had to keep the
    project small. It certainly isn't what you'd call a "timeline
    project," but it does address adding particles to the display list.
    Here's the thing. If your project is currently *not* based
    on custom classes -- that is, it's entirely timeline-based -- then
    it's important you don't confuse an AS2-to-AS3 migration with a
    timeline-to-class files migration. It's a fallacy to go in assuming
    that AS3 necessarily means you're obligated to code up everything
    in class files.
    If it makes more sense to code your project with class
    files, then it makes more sense across the board: you should be
    coding with class files whether the language is AS2 *or* AS3. On
    the other hand, if it makes more sense to code your project in
    keyframes, then do that. In that case, you presumably have enough
    visual effects -- the sort that rely on manual timeline animation
    -- to merit timeline coding. That isn't a question of what version
    of the language to use. (Of course, there are hybrid projects,
    which are are often the most challenging.)
    The more insight I get into your needs, the more I suspect
    you're confusing the move to AS3 with the move toward custom
    classes. If your workflow could benefit from custom classes, then
    you should already be using them with AS2. Doing so will
    necessarily introduce significant changes to your workflow -- e.g.,
    no more on() or onClipEvent(), even though AS2 allows it -- but
    that isn't a "fault" of AS3. Make sense?
    >> Remember, many of us were not using listeners
    because
    >> they weren?t as good as onClipEvent s for many
    things.
    Even in AS2, the dot notation equivalents to onClipEvent()
    are more powerful than the onClipEvent versions (pp. 15, 16
    AS3:QRG, with more info in p. 72 and 118, and additional insight
    into event handing elsewhere throughout the book). I wrote up a
    blog entry about this awhile back that explains what I see as the
    benfits of the new(er) approach, as I see them:
    http://www.quip.net/blog/2006/flash/museum-pieces-on-and-onclipevent
    Benefits include: 11 button events, versus the previous 8
    (this is AS2); 18 movie clip events, versus the previous 9 (again,
    AS2); code may be maintained in a single frame, if desired; event
    handlers may be assigned, deleted, and changed programmatically.
    There's certainly an intuitive benefit to on() and
    onClipEvent(), because you know visually what objects you're giving
    instructions to (it's the objects you actually select by clicking).
    But how many times have you pasted half a dozen lines of code into
    two dozen buttons in a timeline? It's tedious, isn't it? And when
    it's time to change that code, you have to remember to locate all
    two dozen of those buttons, then make sure you update all the code
    manually in each button. Or consider how often you've seen
    directly-attached onClipEvent(enterFrame) code that needless
    repeats its instructions for the duration of the SWF?
    >> Be sure to discuss the necessity and strategies for
    >> listener removal. Many of us are not used to this
    level
    >> of control/error checking now required.
    There are definitely times that I remove event listeners, in
    both AS2 and AS3 -- but there are also times when it's simply not
    worth the effort, regardless what language I'm using. If I code up
    a button to respond to mouse clicks, I may very well want it to
    keep doing that until the user closes the browser. In a case like
    that, there's just no need to remove the listener.
    If I'm using an enterFrame handler to move around a movie
    clip, I'll unhitch the listener when the clip arrives where I want
    it to go, in both AS2 and AS3. (In contrast, if I'm using
    onClipEvent(), I'll probably rely on reducing to zero the number of
    pixels my clip is supposed to travel when it comes to its
    destination. Sure, it'll stop traveling, but its onClipEvent
    function will continue to trigger 12 or 24 times a second,
    depending on framerate, for no good reason.
    >> Compiler, errors, and trace.
    >>
    >> Teach us how to use this. For those of us familiar
    with trace,
    >> it doesn?t return the information we would expect,
    it causes
    >> unexpected errors when it never did before.
    Help me understand this. Are you saying that trace() (and
    probably the Compiler Errors panel) gives you errors that are
    harder to understand? If that's what you mean, then I agree that
    AS3 is more challenging. Or rather, the error messages and warnings
    can be harder to interpret than the ones you get in AS2. For one,
    AS3 is considerably more verbose than AS2, so it has the potential
    to point out errors more often than AS2; it communicates more. AS3
    gives you both runtime errors and compile time errors, which is
    more than AS2 does.
    AS3:QRG has a chapter on debugging that goes into the
    differences among compiler warnings, compiler errors, and runtime
    errors, including a (probably too short) list of warnings/errors
    likely to be encountered by folks used to AS2 (pp. 231-263). This
    topic probably merits several chapters of its own, and I would have
    liked to include more in this particular book.
    >> Classes:
    >>
    >> Ok, well I think that the usual examples do a pretty
    >> good job of trying to explain the Theory behind
    classes
    >> and class (object) structure. People get the plane
    >> metaphor.
    I've never heard of the plane metaphor. I'm curious to hear
    it! :)
    SPLITTING THE MESSAGE AGAIN. SEE THE NEXT MESSAGE TO
    CONCLUDE.

  • MIssing Albums Folder from Finder window

    Correct me if I am wrong, but I thought under the "Pictures" folder there should be an "Album" Folder. This Album folder would contain all the albums created in iPhoto. Is this a correct assessment?
    If so, I do not have an album folder. How can I get it back? Any help would be much appreciated. As my finder is now, there are some data files but all date folder organizing my photos but no albums.
    Thanks
    Mike

    Hi Michael, as Alexander said, they are not more. And may I add, much to everyones dismay. I'll give you a little more info that might help you out.
    iPhoto 5 now stores the Album information in a data xml file. The Albums folder within the iPhoto Library folder is no longer used. At some point, usually after a rebuild, you will no longer have that folder in the Finder.
    If you need to access photos from an album it is very difficult for a third party application to navigate the iPhoto Library in order to find the photo you need. You will have to know the date of import in order to find the photo.
    There are some third party applications that can read the xml file and can navigate the iPhoto library and show you the Albums. Hopefully more applications will be revised to read this file.
    Until then you will have to Share/Export the photos to the desktop. You can then navigate to the desktop to use the photos (example: web uploading from online photo site)
    If your application supports drag and drop, you can drag the photo from an open iPhoto Library window into your application.
    For email you can also use the email icon within iPhoto to open a message with the highlighted photo attached.
    You can also use spotlight to find images in an Album...
    This is what I have done using Spotlight to find my images that are in iPhoto albums without opening iPhoto..
    In iPhoto, select the album, then select all, go to Photos/batch change.
    Change the comments to text. In the text field I put the name of the Album.
    Do this for each album.
    Close iPhoto.
    Open Spotlight and put in the name of the Album ( you have to remember the names of the albums or have then written down)
    In the spotlight search results. click on "show all"
    Under "Images" click on the "xx more" to show all the images in the album.
    Make sure you have it in icon view, the icon view box is the last one on the blue images line.
    Now you can control click on the image to "reveal in finder", open in iPhoto or Mail, etc.
    I am not sure if this is going to make you happy and it is a little more work, but you can find images in albums and even view them in a slideshow (by clicking the play arrow at the end of the Images highlighted blue line) using Spotlight, all without opening iPhoto.
    One important thing to know is you can set up a graphic program to be an external editor (when you double click an image in the library} such as PhotoShop or PS Elements. You set up that within iPhoto Preferences. Just make sure you save the image flattened and with the same name. The edits will then be relected in iPhoto when you hit "save".
    Two Apple kbs for you to read
    Don't tamper with files in the iPhoto library folder
    About the iPhoto Library folder

  • Is anyone else having problems downloading itunes to windows 8

    my laptop died on me and i purchased a new vaio running windows 8 but i am having problems installing itunes onto it. i have finally been able to save it to my downloads folder but thats all i can do, i cant run the programme i just wondered if anyone had any advice please
    thanks in advance

    At present Windows 8 is not compatible with any publicly available version of iTunes.

  • Anyone else unable to download icloud to windows? Keep getting the message "We're sorry..."

    Anyone have any suggestions on why it isnt working and how to download it?

    Link for Download & Install & Setup & Activation problems may help
    -Chat http://www.adobe.com/support/download-install/supportinfo/
    OR
    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html
    -http://forums.adobe.com/community/download_install_setup
    -http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html
    -http://helpx.adobe.com/x-productkb/global/errors-or-unexpected-behavior-websites.html
    -http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html
    -Server won't connect https://forums.adobe.com/thread/1233088

  • Is anyone else having these problems with Bootcamp Windows 7 on MBP?

    Ok, I bought a new MBP on Amazon a couple of days ago to be able to put Windows 7 on it with Bootcamp. I wanted the OS with the hardware the MBP had to offer, but have since run into a few problems. Let me know if you've run into similar problems and/or you have solutions.
    1. After installing the drivers for Windows, my webcam doesnt work. It says that the drivers are not installed yet I downloaded the most recent driver package from Apple.
    2. The MBP gets REALLY hot when running windows 7. This cant be good for the computer components, but is it a fire risk as well?
    3. Videos on youtube do not expand fully to the screen, instead leaving black bars on the bottom and right sides.
    4. The battery life has decreased from 7 hours to about 2.5 hours while on Windows.
    5. When I click an icon on the taskbar, its title flashes over it. (not the biggest deal but its annoying)
    These things shouldn't be happening at this price tag. Any help is greaty appreciated.

    I personally have no  knowledge of how windows runs on a mac. Other then the mac having a efi instead of a bios the hardware is the same. Apple has restricted windows in some ways. After all apple supplies os x. I do know a few people the run windows on their macs and they don't seem to have any really problems.
    If you look around HP, Dell, Toshiba, Sony all use i7 cpus and have system that come with ati or nvidia graphics cards.

  • Is anyone else having issues with Flash on Windows 8?

    I keep getting messages saying Flash is not installed on my computer when trying to run video clips etc. It is installed but none-the-less I have tried to re-install the latest version. When I try to go to the download page I keep getting automatically re-directed (bumped) to a trouble shooting page and simply can not download and re-install. Any solution would be gratefully recieved as this is driving me insane!

    What browser?  If IE10 you don't need to install Flash Player manually; it's already preinstalled.  See http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html
    You may need to run Windows Update for the latest Flash Player version.

  • Has anyone else had problems with ITunes and Windows 7?

    I have had problems with the update - 'server busy' and it locking up while synching my IPhone with my laptop (upgraded to Windows 7) - any suggestions? I have lost all my pictures

    Let's try the following user tip with that one:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • HT4970 does any one else miss the month at a glance that the old version of reminders had? I wish Apple would bring that feature back.

    Does anyone else miss the month-at-a-glance feature from the old version of Reminders app? I wish Apple would bring that feature back. It made it very convenient to schedule for the future.

    You  can send feedback and let Apple know
    http://www.apple.com/feedback/

Maybe you are looking for