Photos not visible in Event view

Over the last week my photos older than 7 Sep 14, in event view have become invisible, but can be seen when each event is opened. I have iPhoto version 9.5.1 does anyone know how to correct this? As it has meant the photos are also not available to email or see in Albums.

Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - from the resulting first aid window repair permissions and if necessary rebuild your database
LN

Similar Messages

  • I just started using a new version of Illustrator and the text I am creating has a pink box behind, looks to be about the depth of the normal linespace, it is not visible in outline view, only in preview. What is it and how do I get rid of it?

    I just started using a new version of Illustrator and the text I am creating has a pink box behind, looks to be about the depth of the normal linespace, it is not visible in outline view, only in preview. What is it and how do I get rid of it?

    Hi Larry. I see. It is a file I have worked on previously, and the font is Myriad which I though came with the system. I just changed to Myriad Pro and the pink box disappeared. Thanks for the assistance, I know a new thing!

  • DW8 text not visible in design view

    I have imported a site from DWMX(6?) to DW8.
    In DWMX everything is visible in design view.
    In DW8 the text is NOT visible in design view unless I switch off rendering using CSS (Display Styles Off), but displays fine in a browser.
    If I switch off rendering using CSS I can see and edit the text but it is not remotely WYSIWYG
    The pages are created from templates and were originally created using DW4 or DW3.
    The site URL is http://www.decisionmodels.com/
    There has to be a simple solution to this but I just cant find it.
    Charles

    font verdana { font-family: Verdana, Geneva, sans-serif; }
    I changed the font from default because one of the old fixes I found for Dreamweaver suggested that...  I could change it back.
    You are aware that this is not a legitimate CSS selector, right?
    Forgive my ignorance, but what does this mean?  Does it refer to my font selection?  Or something else?
    It means that your selector "font verdana" is not a legal selector.  It says to find all "verdana" tags that are descendents of a font tag.  Clearly there is no valid HTML tag called "verdana".  If it was your intention to create a rule that would allow you to format text as verdana, or geneva or sans-serif, then that would have to be done with a CLASS selector, e.g.,
    .font_verdana { font-family: verdana, geneva, sans-serif; }
    Note the leading 'dot' and the underscore - spaces are not allowed in selector names.

  • Photos not visible in iPhoto v8.1 (iLife 09)

    I've copied my iPhoto library to a new computer and even though all pictures are in the library, about half of them are not visible in iPhoto v8.1 (iLife 09).
    • Only 74 events of 219 are visible.
    • Picture count on new computer is 2752 and 7709 on old computer in iPhoto
    • iPhoto on older machine is v7.1.5 (iLife 08)
    • New albums have been created on new machine that must have disappeared during previous iPhoto updates.
    • Photo library size is 3 GB larger on new machine
    • Running 10.5.8 on older machine and 10.6.1 on new machine
    I've played with "Hide Photos" and no change.
    Any one has any ideas how to correct this?
    Thanx in advance.

    Just an update on this...re-copied and I'm having the same issue. Here are some additional testing I did.
    • Updated iPhoto to v8 (iLife 09) on the original machine (G5 PM) and no issues.
    • Copied updated Library to new machine (iMac 3.06) and still same issue. Its running iPhoto 8.1
    • Updated iPhoto to 8.1 on G5 and I'm encountering the same issue as the iMac. Only see 74 events out of some 220 events and 2752 pictures out of 7100 pictures.
    Conclusion - iPhoto 8.1 (iLife 09) messes up something in my photo library.
    TD - thanx for your quick feedback.
    BTW - just got notification that a new iPhoto update, 8.1.1, is available! Going to try it and update the results here.

  • Photos not visible in iPhoto

    I have uploaded some photos to iPhoto and when I wanted to move them into a folder iPhoto crashed and the photos are now not visible. I checked my files and the photos are there in jpg format. When I try to import them I get an error message that the format is not recognized and that the photo is already in iPhoto. Does someone have any idea what I could do to get the photos back into iPhoto?

    Apply the two fixes below in order as needed: 
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Birds eye view of photos - like iPhoto's 'Events' view

    I switched from iPhoto to Lightroom. I love Lightroom. That said, I really miss iPhoto's 'Events' view. I'd love to see a feature in Lightroom that matched it's ability to quickly survey all of your photos.
    'Events' view shows one image for each event (e.g. day or shoot; you can choose which image this is). When you mouse over an event photo it acts like a little flipbook - moving your cursor from left to right flips through all the images in the event in order. When you grab the scroll bar the date will show while your scrolling to make it easy to know when to stop.
    I'm not suggesting that Lightroom copy this exactly (though that wouldn't be bad) but that there be some sort of way of looking at my whole collection of photographs at once without having to see every photo.
    The closest thing in Lightroom is accomplished by treating stacks like iPhoto events. Doing this I can open the Photos folder to show my entire library and choose to collapse all stacks. Mind you, that's only a workaround. I'd love to see a new way of viewing the Library.

    Encephalopathic wrote:
    Torgil wrote:
    Cloning the JPanel seems the wrong approach to me. If I were you I would separate the model (the data you represent in your UI) from the view (the UI components you use to display the data). So, if you want to duplicate your JPanel (view) you would just create a new one from your existing data model. With that approach, your problem becomes more or less trivial.
    Google for MVC, to get you started on different ways of structuring your UI application.Good advice, better stated than in my feeble attempts in these cross-posts:
    [http://forum.java.sun.com/thread.jspa?threadID=5290511]
    [http://forum.java.sun.com/thread.jspa?threadID=5290029]
    I disagree completely! Had I read those threads I wouldn't have bothered replying to this one. I think you explained it very clearly.

  • Got new computer installed LR but photos not visible

    Hi,
    I just got a new iMac and I installed LR 5.7 on the new system.  The photos look like they are there because I see the folder structure and what looks like photo files but inside each photo box is a light gray box with a lighter number in it. The photo itself is not visible. How can I correct this?  I still have all the original files on the old computer too if I need them.
    Thanks,
    Chet

    Thanks for your response.. Since I posted the question I discovered that I can view the photos from the develop mode but not the library mode and that was making me think that the directory paths are still valid and correct.  I also made sure that the permissions on all the LR files are read/write so I'm still stumped why I can't see the images from the library. Even if I click on them images from the library they still won't show up. The name of the file is there but the image itself won't show up.  Am open to any ideas!  I would just reimport them but I've already set hundreds if not thousands of keywords for the photos that are there which is about 170,000 photos total.

  • No sound, explorer.exe not starting, no event viewer

    I set up a new PC recently and installed Windows 7 Pro. Approximately once every few days I get a problem which, oddly, has several seemingly different manifestations. I mean that if I see one of these, all the others can be observed as well, until I reboot.
    These manifestations are:
    Windows Media Player will not play an audio file (.wav, .mp3), usually just hanging. VLC player will not hang but will not produce sound either. Video content is played OK though.
    Explorer (if started by left clicking on the toolbar button) will bring up the message “Invalid signature” and won’t start. If started by right clicking and then selecting one of the folders in the “last used” list it will start OK though.
    Computer – Manage will dim screen and display a UAC message (normally it would start straight away). After getting through this message, the “Computer Management” window will duly pop up, but it will be missing the Event Viewer item in the left panel.
    I could find nothing suspicious in the event logs.

    I'm adding another image: Task Manager:
    I thought it's worthwhile because total CPU usage shows 12% (and it stayed for a while around that value), but each individual process was consuming 0%.
    There were a few error messages in Application and System logs but I think I saw them quite often, so they were not specific for this occasion. They are:
    WMI error:
    Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events
    cannot be delivered through this filter until the problem is corrected.
    User Profile Service warning:
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
     DETAIL - 
     10 user registry handles leaked from \Registry\User\S-1-5-21-1620775572-3903616698-3239891420-1000:
    Process 880 (\Device\HarddiskVolume2\Windows\System32\lsass.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000
    Process 880 (\Device\HarddiskVolume2\Windows\System32\lsass.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000
    Process 2060 (\Device\HarddiskVolume2\Program Files (x86)\Common Files\Ahead\Lib\NMIndexingService.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000\Software\Ahead\Nero Home\MediaLibrary\Scanner
    Process 2060 (\Device\HarddiskVolume2\Program Files (x86)\Common Files\Ahead\Lib\NMIndexingService.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000\Software\Ahead\Nero Home\MediaLibrary\Scanner
    Process 2060 (\Device\HarddiskVolume2\Program Files (x86)\Common Files\Ahead\Lib\NMIndexingService.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000\Software\Ahead\Nero Home\MediaLibrary
    Process 2060 (\Device\HarddiskVolume2\Program Files (x86)\Common Files\Ahead\Lib\NMIndexingService.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000\Software\Ahead\Nero Home\MediaLibrary
    Process 2060 (\Device\HarddiskVolume2\Program Files (x86)\Common Files\Ahead\Lib\NMIndexingService.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000\Software\Ahead\Nero Home\MediaLibrary
    Process 880 (\Device\HarddiskVolume2\Windows\System32\lsass.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000\Software\Microsoft\SystemCertificates\My
    Process 880 (\Device\HarddiskVolume2\Windows\System32\lsass.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000\Software\Microsoft\SystemCertificates\CA
    Process 880 (\Device\HarddiskVolume2\Windows\System32\lsass.exe) has opened key \REGISTRY\USER\S-1-5-21-1620775572-3903616698-3239891420-1000\Software\Microsoft\SystemCertificates\Disallowed
    Search error:
    Unable to initialize the filter host process. Terminating.
    Details:
    This operation returned because the timeout period expired.  (HRESULT : 0x800705b4) (0x800705b4)
    Distributed COM error:
    The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID 
    {C97FCC79-E628-407D-AE68-A06AD6D8B4D1}
     and APPID 
    {344ED43D-D086-4961-86A6-1106F4ACAD9B}
     to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
    Service Control Manager error:
    A timeout was reached (30000 milliseconds) while waiting for the Optimizer Pro Crash Monitor service to connect.
    Service Control Manager error:
    The Windows Modules Installer service terminated with the following error: 
    The handle is invalid.

  • Items visible in PDF Preview not visible in Design View

    Hello-
    I used the auto create function to turn an existing PDF info a fill-in able PDF. Auto create "auto detects" form fields, including in some areas of the form that are not fields at all (blank areas, etc.). I go into Design View and remove any extra fields. However, I've discovered there are some fill-inable fields visible in PDF Preview and in the actual PDF itself (once saved) that are not visible at all in Design View- thus I can't click on them and delete them- they just aren't visible in that view. I've read the forums and it seems the opposite problem is more common, in which something shows in Design View but does not show in PDF Preview or in the final PDF.
    Any guidance on what's going on? Next steps? I'm not a coder, so the simpler the better. Thanks to anyone with suggestions.

    All the fields on your form are listed in the Hierarchy which is generally on the left-hand side of your screen. In there you should be able to go through each field and delete the ones you don't need.

  • Inspect with Task list not visible in QM view

    In Material master QM view, for 01 inspection type, inspect with tast list is not visible.
    Please advice how to make visible.

    Hi
    SPRO-->Quality Management->Quality planning->Inspection planning----> Assign task list type to Material type
    Definitely u get th lot.
    Regards

  • Raw Photos not Visible in CS5 Bridge

    I have been using CS5 for several years with my Sony a100 DSLR.  I recently purchased a Sony a99 DSLR and my Raw photos are not visible in Bridge.  How can I correct this issue?

    If you are referring to the Sony Alpha SLT-A99V (the EXACT model numbers are important) Camera Raw 6.x for Photoshop CS5 will never get updated for the Sony Alpha SLT-A99V.
    Your options are to upgrade to Photoshop CS6 and ACR 7.2 (the first version that supported the Sony Alpha SLT-A99V) or download the free DNG Converter 7.3 (current version) and convert those files to DNG. Go to the Digital Negative (DNG) page and scroll down to Downloads to download the correct platform (Mac/Windows).

  • Photos not visible in slideshow

    Some imported photos will not show in slideshow or when trying to open the photos to a larger picture by double-clicking on the smaller photo image. When the photo opens it appears for a moment and then is replaced with an ! Within a triangle. NB the impoted photo is visible for selection and can be tagged for inclusion - the photo just won't open. The majority of photos from the same camera set with the same resolution do work - just a hundred or so don't which were taken from the same camera at different times (different years) don't - if any know how to resolve this then great!

    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Is there a photo album app that let's you add a photo to an album from the full-screen view of a photo, not the just thumbnail view?

    Is there a photo album app that let's you add a photo to an album from the full-screen view of a photo, not the just the thumbnail view?

    ...It's just really annoying to try to organize photos into an album when you can't see the full screen version of the photo... especially if you have several similar-looking photos, and you can't tell the one you want from looking at 40 thumbnails on an iPhone screen.

  • IPhoto Photos not visible in finder

    After recently purchasing a new macbook, I hooked up my external hard drive which housed my old iphoto pics from my last mac - it automatically recovered or "retrieved" my old pics from the hard drive when I attempted to open the old iphoto file.  Only problem is, I cannot access them to attach or download when using the finder menu from any of the new "photo" file locations.  They have not been moved to the new photos folder (as in all media files seen at the bottom of the finder menu) even though I can see them when iphoto is open, and the old file will not allow access to view individual jpg files - can I drag and drop the old iphoto file into the new picture file?  How do I access the files for use?  Its frsutrating to be able to see them without being able to use them.  Suggestions? 

    No - that is the solution
    The problem is that you are attemptying to access the photos in an incorrct and unsupported way - It you use the correct supported method it works - which as you note works great
    The way you always should have been accessing them - using the media browser - in every Open/upload/attach window on the left under media ==> photos ==> iPhoto
    See the user tip on accessing yoru files in iPhoto for details on the various supported ways to access them
    What your are doing has never been correct and has never been supported - when you do incorrect, unsupported things there may or may not work correctly - the supported method does work corrctly and using supported methods is the total solution to this
    LN

  • IPhone 6 recent photos not visible on iMac

    Hi,
    IPhone 6 v8.1 recent photos are not visible on iMac v10.10. I've got all the Cloud switches on, and the photos won't sync to iPhoto. They're just not visible on the iMac. I'm also now getting a msg on the iPhone saying "This accessory may not be supported."
    Does anyone know how to correct this?
    Thanks, Mike

    Any tips?

Maybe you are looking for