When I switch to the mode where the photos are on black

I can see the thumbnails at the top and the informational graphics at the bottom but no pictures show up
not even the big exclamation point indicating the file can't be found
any thoughts?
m

m
Try rebuilding the database. Hold down the apple and option (or alt) keys and launch iPhoto. Use the resulting dialogue to rebuild.
Regards
TD

Similar Messages

  • With multiple inboxes, when I switch from one to another the inbox view is at the top rather than where I was when I switched to the other. This is new.

    One inbox is a pop inbox with many messages in it. The other is an imap inbox. If I am working at say, message 2000, in the pop inbox, then switch to the imap inbox, and later switch back to the pop inbox, the inbox view is inconsistent. If there is a new message in the pop inbox when I switch back, the view starts with the newest messages including the new message. If I switch to the imap inbox and no more messages arrive in the pop inbox while I am working the imap inbox, when I switch back to the pop inbox the view starts at the oldest message (in my case #1 of 4900 - requiring a long scroll to get to the newest messages). This behavior is new in the version I am using (24.6.0) on a Mac (10.9.3) so apparently an update changed it. I'd like to always return to the bottom (newest) message when switching to the pop inbox, so if there is a preference setting for that, please let me know, I couldn't find one. Otherwise please fix it.

    The first part of this response is regarding the volumn of emails int he Inbox folder. I'm writting about this (although it is not your query) because I would not like to think you could lose all your emails.
    I would strongly recommend that you do not save all of your pop emails in the Inbox folder, as it is designed to be an Inbox for incoming mail and not a general store.
    You may see a folder in the FolderPane, but in reality your emails are stored in mbox files. Emails are downloaded and stored one after the other in the order downloaded. So, at this moment, you have one single mbox text File with all of your Inbox emails written one after the other into a single document.
    Recommend you create some folders and manage your emails.
    After sorting them out, you could compact the Inbox to remove any 'marked as deleted' emails.
    When you delete an email, from your point of view it goes from Inbox to Trash. In reality it is still in the Inbox, 'marked as deleted', so it is still using space. When you compact your Inbox it removes those 'marked as deleted' emails.
    If any corruption occurs in that file eg; TB cannot detect the end of a 'marked as deleted' email, then it may end up deleting a load of emails.
    So I would not compact (a task that should be done on a regular basis) until you have organised your emails into other folders:
    See info on how to maintain a healthy Thunderbird and compacting - why it is so important.
    * http://kb.mozillazine.org/Keep_it_working_-_Thunderbird
    * http://kb.mozillazine.org/Compacting_folders
    '''Re; List of emails - view the recent incoming mail.'''
    I would advise you have the most recent at the top, then you do not need to scroll. This option works in much better way for instantly locating new mail.
    Click on the 'Date' column header to reverse the order.
    or View > Sort by > Date and descending

  • Labwindows recompiles files when I switch from the development environment to another application

    I am writing a labwindows driver, but having issues with the environment itself.  I am able to compile the .c file for the driver, and my panels are working.  I am having problems with labwindows recompiling the .c file even though nothing has changed.  It is a random problem that I have seen before, but never managed to get around.  The problem shows up in a variety of instances.
    I.E.  While in interactive execution, I can click on another application on the taskbar (internet explorer, email, etc.)  and labwindows displays a message that the c file is being recompiled.  Nothing in the file changed!  Why does it try and recompile when it is simply losing focus?  This is 'random'.  Just when I think I have found a way to reliably reproduce the issue, it quits recompiling when I switch applications.  I have tried playing with the build options, but haven't had any repeatable success.  I even tried to enable the -o option, but is still recompiles the file.  (maybe -o won't work on a driver since it won't build without a main?)  I have even had issues with calling printf in a function during interactive execution.  It recompiles the c file for no apparent reason right after the stdio window prints the message.  At this point, the stdio window closes, and labwindows pops up the compiling message again.  It kills my interactive session, and I have to redeclare all of my variables to continue checking out my driver.
    I see the same issue randomly when I go back to the project from another application. (Click on labwindows in the taskbar, and it immediately compiles the c file.)
    I have seen this in other projects, and it appears that the issue is limited to instrument drivers.  When labwindows pops up the message that it is compiling files it is almost always a driver that is loaded as an instrument.  I played with unloading the instrument but leaving the .fp in the project, but I don't think that worked. (It has been awhile since I tried to figure this out.)  When working on a driver, it would be difficult to unload the .fp or not load the instrument anyway.
    (I just clicked on labwindows in the taskbar to see if I left anything out.  Labwindows popped up the message that it was compiling the c file.  It appears that I can go back and forth between the labwindows icon in the taskbar and the cvi icon ~15-20 times and then labwindows will recompile the file.  I even walked away from my computer for a couple of minutes, and it compiled when I came back and clicked on the labwindows icon.) 
    I am running labwindows 9.1 (but have seen this on 8 also)
    The files are on a network drive.
    (Could it be mcaffee or some network security stuff confusing labwindows?)

    My pc is currently running Windows XP sp3.
    I first saw this issue when I went from LabWindows 7.1? to 8.1?   I am sure that I had the issue in 8.1 
    I was able to reproduce the issue in production on a pc running windows 2000.  (Which is what I had at my desk previously, and had seen the issue.)
    I asked another member of the test engineering group, and I am not the only one seeing the issue.
    One of the earlier replies mentioned the auto save feature.  When I went to production to see if I could reproduce the problem there, I opened CVI and explorer.  I wanted to check the time-date stamp on the .c file that keeps recompiling.  The time-date stamp was a day old, and did not change when the period of time for auto save was passed.  (It probably would if I made changes but didn't save the file?)  I was able to switch back and forth between the explorer window and cvi, and the file would recompile.  I played with turning off the auto save, enabling the build status window, making the -o option compatible with cvi 5.0, displaying the build status column, etc.  It appeared at one point that it had quit recompiling when switching between applications.  I went back to my desk, and tried to match the settings, but never reached the same conclusion.
    There is not anything special about the project I am working on.  It is a labwindows driver for a pxi module.  There are only three files in the project, the .c .h and .fp.  The .c file keeps getting recompiled at seemingly random times.  It is especially frustrating during interactive execution while testing my code/function panels.  If I switch to another application and back, I almost always have to start over because compiling the file closes the interactive execution.  I have to redeclare all of the variables, and re-run any of the setup panels that are required.  (I have to open the DRM, load the module fpga/dac, and then I can run the panel I am actually trying to test.)  I have similar problems when trying to troubleshoot with printf statements, as it seems to recompile when focus switches to the stdio window.  I have resorted to a test project, where I can add the function calls and skip having to do any work via interactive execution.
    I haven't been able to find anyone outside of where I work reporting the same issue.  Maybe it has something to do with IT/viruscan/etc.  It is definately a strange issue.
    (I have switched back to CVI several times while writing this, and the .c filed recompiled about 20% of the time.  At one point,  I had left the build options dialog open when switching back and forth.  I did not change any options, but the .c file recompiled when I closed the options window?)
    Occasionally, when I see what appears to be the recompile message flash up, my interactive execution does not halt.  I.E. I don't have to redeclare my variables.  It is sometimes hard to see what the message says, you just see a dialog box pop up and disapear really quickly. 

  • All photos in portrait format are displayed blurred in the preview mode "fill" of the library. In all other modes e.g. "fit"or "1:2" the photos are sharp. How can I change this, so that the photos are still sharp when displaying them in the mode "fill"?

    All photos in portrait format are displayed blurred in the preview mode "fill" of the library. In all other modes e.g. "fit"or "1:2" the photos are sharp. How can I change this, so that the photos are still sharp when displaying them in the mode "fill"? My Lightroom release is 5.7.1.
    Thanking you in anticipation!

    I'd like to get all these '-1 suffix' files together with their associated Develop adjustments into one folder (if they aren't already) so I can see them in Grid view in the Library module, which I use as my basic starting point for everything else at this early stage of my Lightroom 'career'.
    To see what folder these are stored in, right-click on a photo and select "Go to Folder in Library".
    Advice: if you are going to use Lightroom effectively, you probably want to stop using folders as your method to create a grouping of photos that are already in Lightroom; there are plenty of built-in tools, such as keywords, collections, color labels, etc.
    I don't understand why the search on the entire catalog picked up apparently the same two file versions but also got the Develop adjustments when going to the relevant Folder didn't show the adjustment black squares against each image in Grid view nor were they there when the images were opened in the Develop module.  Perhaps if I understood this, I'd be a bit more confident of moving forward myself.
    These are most likely different versions of the same photo, in different folders. Lightroom stores the edits in its own catalog, and so it knows that one folder's photos have edits, and the other folder's photos do not have edits. Please understand that Lightroom is a database, it knows where the photos are at the time you import them (or add them to the catalog by synchronize), and then if you move things around in your operating system, Lightroom does not know anything about that and problems begin. Thus the advice to organize using Lightroom tools and methods and not operating system tools and methods.

  • I am trying to switch from video to camera and when I push on the photo button, it remains on video.  I've tried turning it on and off, but that doesn't help.

    I am trying to switch from video to camera and when I push on the photo button, it remains on video.  I've tried turning it on and off, but that doesn't help.  Any suggestions?

    Tapping the words don't work in iOS 7. Just swipe up or down anywhere on the screen until the mode that you want to use appears in yellow type on the right side. Yellow type indicates the selected mode.
    Remember - swipe up or down to get to the mode that you want to use.

  • I had water damage to my iphone5 when I was deployed w/ the military overseas. How can I find out what saved to icloud and how to see where my photos are. I don't know when it was able to back up as wi fi was pretty sketchy. please advise. thx in advance

    I had water damage to my iphone5 when I was deployed w/ the military overseas. How can I find out what saved to icloud and how to see where my photos are. I don't know when it was able to back up as wi fi was pretty sketchy. please advise. thx in advance
    My iphone is toast, I know I checked on icloud and see my emails from the day before it happened. Can I see when and what my phone backed up through itunes or icloud?
    Please please help i am lost.

    This was EXACTLY what I needed about the purchases I made from my device. However, is there a way to re-download other ones you've made from a computer? Because I realized some of them were not just purchased from my device.
    This is a picture of what it looks like now:
    http://tinypic.com/r/107quxu/7
    As you can see, the stuff circled in red doesn't give me an option to download from Cloud Beta because it already says "downloaded".
    any way to get around that?

  • HT3964 I am not able to reboot my Mac desktop. When I switch on the Mac, I get a white screen with the Apple logo and the little wheel below that goes round and round but the computer refuses to boot.

    Hi, I am not able to reboot my Mac desktop.
    When I switch on the Mac, I get a white screen with the Apple logo and the little rotating circle.
    The system refuses to boot.
    What can I do?
    Marcus

    We need to get you moved. This forum is for mini-tower Macs built between 1998 and 2005 and doesn;t get as much traffic ("eyeballs on the problem") as the forums for newer Macs.
    Please do "About this Mac" from you Apple menu and tell us what that says for "processor" and Mac OS version. Looks like this:
    or this for later Mac OS versions:
    With that we can figure out which of the two iMac forums you need and get the Hosts to move your post.

  • I have used lightroom for ~2 years and have lightroom 5.5 installed on a PC. Yesterday evening I uploaded a new set of photos which I cataloged and rated as usual. After that when I switched to the develop module trouble began. First thing was when using

    I have used lightroom for ~2 years and have lightroom 5.5 installed on a PC. Yesterday evening I uploaded a new set of photos which I cataloged and rated as usual. After that when I switched to the develop module trouble began. First thing was when using the crop tool the picture would disappear and only reappear once I closed the tool. Then exposure and White balance changes would change the histogram but not the appearance of the photo. Finally clipping was also not appearing on the picture. I first reuploaded the photos. No effect. Then I reinstalled lightroom. No effect. Help please!

    Try deleting your preferences file
    How do I delete the Lightroom Preferences file? - The Lightroom Queen Help Desk & Members Area - Powered by Kayako Resol…

  • The iphone has been acting weird. my iphone doesnt charge whenever it is switched On. When I switch OFF the phone, it charges for 2 mins then comes back On and stops charging. I dont know what the problem is. trust me, the problem isnt from d charger

    the iphone has been acting weird. my iphone doesnt charge whenever it is switched On. When I switch OFF the phone, it charges for 2 mins then comes back On and stops charging. I dont know what the problem is. trust me, the problem isnt from d charger. PLS anyone with any solution

    @wetdro
    If your device has been jailbroken during the warranty, Apple will not service it.
    Maybe you missed that in this article:
    Inability to apply future software updates: Some unauthorized modifications have caused damage to iOS that is not repairable. This can result in the hacked iPhone, iPad, or iPod touch becoming permanently inoperable when a future Apple-supplied iOS update is installed.
    Apple strongly cautions against installing any software that hacks iOS. It is also important to note that unauthorized modification of iOS is a violation of the iOS end-user software license agreement and because of this, Apple may deny service for an iPhone, iPad, or iPod touch that has installed any unauthorized software.
    copied from Unauthorized modification of iOS can cause security vulnerabilities, instability, shortened battery life, and other issu…

  • Hello, I have bought an iphone two weeks ago. Now I have a big problem. Whenever I receive a phone call, the caller could not heare me only when I switch to the handsfree speakers phone. The same issue accurs, when I call somebody.

    I have an iphone and whenever I receive a phone call, the caller could not hear me only when I switch to the hansfree speakers phone. the same issue occurs whenever I call somebody. Could anybody help me?

    Hi
    You should ask your relative to physically take the iPhone to the store rather than shipping it because as diesel vdub has said:
    "No Apple store will accept an iPhone shipped to them"
    All you have to do is safely pack and ship your iPhone from the Philppines to your California-based relative.
    HTH?
    Tony

  • HT202159 I have purchases the OS X Mountain Lion on Apr 7  and it keep telling me to download I have gone though this 5 time. That i'm i doing wrong. it say it is installed But when i go to back to where my apps are it say to download and that is the only

    I have purchases the OS X Mountain Lion on Apr 7  and it keep telling me to download I have gone though this 5 time. That i'm i doing wrong. it say it is installed But when i go to back to where my apps are it say to download and that is the only one that as it on there..Can you help..

    The Mt Lion installer deletes itself from your Apps folder when it has finished the installation. It is available to download again should you ever need it, such as to install on one of your other qualifying Macs. You don't have to continue to download it and install, it's installed.
    Is there something else going on?

  • I do this after this instruction .. . when i switched on the phone first ask the language when i select english after ask region when i select silanka after it last menu is in the choose network ,connect to itunes menu|? iPhone 4S

    i do this after this instruction .. . when i switched on the phone first ask the language when i select english after ask region when i select silanka after it last menu is in the choose network ,connect to itunes menu|?
    iPhone 4S

    when i connect to the phone to pc the msg says    . .."
    There is no SIM card installed in the iPhone you are attempting to activate.
    Please disconnect and insert a SIM card in the iPhone.

  • Hi when i switch on the macc 41 files open at once can not open any files while this is happing can still use AI & PS and the internet any help thanks...

    Hi when i switch on the macc 41 files open at once can not open any files while this is happing can still use AI & PS and the internet any help thanks...

    Are you wanting to stop the 41 files from opening at once or is this intentional? At what point do they open when you power on the mac or when you boot Illustrator? What OS version are you using?
    If you can  answer the questions above can provide better advice, but you may be running into something similar:
    http://www.mactip.net/stop-lion-restoring-previous-files-apps/

  • When I switch on, the Apple and progress icons appear but it does not start.

    When I switch on, the Apple and progress icons appear but it does not start. I tried resetting PRAM, Utilities, everything. It says the system is OK. I even reinstalled Tiger, but nothing has changed.

    Given that you were able to reinstall the OS, you must be able to boot from the install disc.
    Have you run Apple Hardware Test?
    Tried running on just one RAM module, then switch it to other slot, then repeat with other module?
    Safe Boot?
    Checked SMART status?
    Run Repair Disk:Boot from install disc (insert disc > restart > immediately hold down ckey and keep holding it until you see “Preparing Installation”) > at firstscreen select the language and click Continue > click on the Utilities Menuin the menu bar > open Disk Utility > select your HD in the panel on theleft side> click Repair Disk at bottom of main window. Run this at leasttwice, and keep running it until it says “appears ok” twice in a row. If thatdoesn’t happen, you may need a stronger utility such as DiskWarrior or if thedirectory is damaged beyond repair, you may need to reinstall the OS, or youmay have a damaged HD (repair utilities can only repair the directorystructure, not the HD itself). When this is finished, quit Disk Utility, quitthe installer, and restart. Once booted normally, go to Applications >Utilities > Disk Utility and run Repair Permissions.

  • Hello I have a white MacBook when I switch it , the apple is still loading, and the window of aceuille not displayed! ,

    hello I have a white MacBook when I switch it , the apple is still loading, and the window of aceuille not displayed! ,
    <E-mail Edited by Host>

    Try the not-charging topic of:
    iPod touch: Hardware troubleshooting
    It could be that the battery is dead.

Maybe you are looking for

  • OC4J and OC4J in Oracle AS

    hi all, i'm developing an enterprise application with netbeans 5.5.1. this application contains two modules: a web module and an ejb 3.0 module. i configured netbeans to deploy the application to OC4J standalone, and it works fine. finally i build th

  • [solved?] Menus not drawing after Gnome update

    Running 64-bit Arch. Ever since updating to the latest Gnome, I've been having intermittent problems with menus in applications. I notice it most often in Abiword, Xchat, Gedit, and Guayadeque, but I think it effects almost all applications. When I d

  • Vertical display of fields using SQLPlus

    Hi all, I have a table Personnel (example) ID First_Name Last_Name, Age 1 Billy, Morgan, 56 2 Mary, Lyons, 35 3 Jimmy, Murphy, 55 and what I would like to be able to scroll through on my SQLPlus window is First_Name Billy Last_Name Morgan Age 56 i.e.

  • SCXI 1600 and digital inputs

    Does anyone know whether the SCXI 1600 card can sample digital inputs from say an SCXI digital input card like the SCXI-1162? The manual and specs say so but I can't see how it is done. The user manual is clear on analog inputs - up to 352 for the 20

  • Collection help

    I have a timecard application where I use a header and some collection regions to capture employee data. I have the header working just fine as well as the first collection region, but I can't seem to get the second collection region to update proper