Problems viewing the imorted pictures in LR3

I have imported lots of pictures but when I open them up the thumbnails are blank. I have 3000 or so pictures, it says that they have been imported but I cannot access them

Corrupted monitor profile | The Lightroom Queen

Similar Messages

  • Gallery problem, deleting the previous picture

    Hey all,
    I'm trying to make this gallery on a website but i'm experiencing a few problems .
    www.janhouwen.be
    As you see in the gallery when you click a thumbnail the big version loads at the right side of it, but when you click another thumbnail the new picture loads on top of the old one without deleting it. I've been trying to fix this for so long but haven't got to any solution.
    I'd also like to insert titles between the different kinds of pictures, so that the thumbs get sorted under their respective category.
    TITEL:
    [thumb][thumb][thumb][thumb]
    TITEL2:
    [thumb][thumb]
    Is this a hard thing to do ? and is it possible to right something like this in the XML ?:
    <TITEL INHOUD="TITEL1"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto1.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/Foto1Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto3.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto3Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto4.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto4Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto6.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto6Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto7.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto7Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto9.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto9Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto11.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto11Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto12.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto12Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto13.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto13Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto14.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto14Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto16.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto16Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BinnenSchilderWerken/Foto17.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BinnenMin/foto17Min.jpg"
    DESCR="Binnen Schilderwerk"/>
    <TITEL INHOUD="TITEL2"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BuitenSchilderWerken/Foto1.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BuitenMin/foto1Min.jpg"
    DESCR="Buiten Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BuitenSchilderWerken/Foto2.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BuitenMin/foto2Min.jpg"
    DESCR="Buiten Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BuitenSchilderWerken/Foto3.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BuitenMin/foto3Min.jpg"
    DESCR="Buiten Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BuitenSchilderWerken/Foto4.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BuitenMin/foto4Min.jpg"
    DESCR="Buiten Schilderwerk"/>
    <IMAGE
    FULL="http://www.janhouwen.be/Images/Full/BuitenSchilderWerken/Foto5.jpg"
    THUMB="http://www.janhouwen.be/Images/Thumbs/BuitenMin/foto5Min.jpg"
    DESCR="Buiten Schilderwerk"/>
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    import fl.transitions.TweenEvent;
    import fl.controls.ProgressBar;
    import flash.net.URLRequest;
    import flash.net.URLLoader;
    import flash.net.navigateToURL;
    import flash.text.TextFormat;
    var container_mc:MovieClip;
    var preloaders_mc:MovieClip;
    var full_mc:MovieClip;
    var holder:MovieClip = new MovieClip();
    var my_tweens:Array=[];
    var container_mc_tween:Tween;
    var full_tween:Tween;
    var x_counter:Number=0;
    var y_counter:Number=0;
    var myXMLLoader:URLLoader = new URLLoader();
    var my_x:Number;
    var my_y:Number;
    var my_thumb_width:Number;
    var my_thumb_height:Number;
    var my_images:XMLList;
    var my_tekst:XMLList;
    var my_total:Number;
    var columns:Number;
    var geladen:Boolean = false;
    var hoofdHouder;
    myXMLLoader.load(new URLRequest("gallery.xml"));
    myXMLLoader.addEventListener(Event.COMPLETE, processXML);
    function rand(minimum:Number,maximum:Number):Number {
                return Math.floor(minimum+Math.random()*maximum-minimum+1);
    function processXML(e:Event):void {
        var myXML:XML=new XML(e.target.data);
        columns=myXML.@COLUMNS;
        my_x=myXML.@XPOSITION;
        my_y=myXML.@YPOSITION;
        my_thumb_width=myXML.@WIDTH;
        my_thumb_height=myXML.@HEIGHT;
        my_images=myXML.IMAGE;
        my_total=my_images.length();
        createContainer();
        callThumbs();
        myXMLLoader.removeEventListener(Event.COMPLETE, processXML);
        myXMLLoader=null;
    function createContainer():void {
        container_mc = new MovieClip();
        container_mc.x= -440;
        container_mc.y= -200;
        addChild(container_mc);
        container_mc.addEventListener(MouseEvent.CLICK, callFull);
        container_mc.addEventListener(MouseEvent.MOUSE_OVER, onOver);
        container_mc.addEventListener(MouseEvent.MOUSE_OUT, onOut);
        container_mc.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoveHandler);
        container_mc.buttonMode=true;
        preloaders_mc = new MovieClip();
        preloaders_mc.x=container_mc.x;
        preloaders_mc.y=container_mc.y;
        addChild(preloaders_mc);
    function callThumbs():void {
        for (var i:Number = 0; i < my_total; i++) {
            var tekst:String = "TEXT";
            var min:String = "MIN";
            var thumb_url=my_images[i].@THUMB;
            var thumb_loader = new Loader();
            thumb_loader.load(new URLRequest(thumb_url));
            thumb_loader.contentLoaderInfo.addEventListener(Event.COMPLETE, thumbLoaded);
            thumb_loader.name=i;
            thumb_loader.x=my_thumb_width*(x_counter/3);
            thumb_loader.y=my_thumb_height*(y_counter/3);
            if (x_counter+1<columns) {
                x_counter++;
            } else {
                x_counter=0;
                y_counter++;
            //if(my_images[i].@FULL == tekst && my_images[i].@THUMB == min){
                //trace("titel");
                //var textVeld:TextField = new TextField();
                //textVeld.y = my_thumb_height*(y_counter/3);
                //textVeld.text = my_images[i].@DESCR;
            var preloader_pb:ProgressBar = new ProgressBar();
            preloader_pb.source=thumb_loader.contentLoaderInfo;
            preloader_pb.x=thumb_loader.x;
            preloader_pb.y=thumb_loader.y;
            preloader_pb.width=my_thumb_width;
            preloader_pb.height=my_thumb_height;
            preloaders_mc.addChild(preloader_pb);
            preloader_pb.addEventListener(Event.COMPLETE, donePb);
    function thumbLoaded(e:Event):void {
        var my_thumb:Loader=Loader(e.target.loader);
        container_mc.addChild(my_thumb);
        my_tweens[Number(my_thumb.name)]=new Tween(my_thumb,"alpha",Strong.easeIn,0,1,0.5,true);
        my_thumb.contentLoaderInfo.removeEventListener(Event.COMPLETE, thumbLoaded);
    function callFull(e:MouseEvent):void {
        var full_loader:Loader = new Loader();
        var full_url=my_images[e.target.name].@FULL;
        full_loader.load(new URLRequest(full_url));
        full_loader.contentLoaderInfo.addEventListener(Event.INIT, fullLoaded);
        var full_pb:ProgressBar = new ProgressBar();
        full_pb.source=full_loader.contentLoaderInfo;
        full_pb.x = stage.stageWidth - 500;
        full_pb.y = stage.stageHeight - 400;
        preloaders_mc.addChild(full_pb);
        full_pb.addEventListener(Event.COMPLETE, donePb);
        dia.visible = false;
    function fullLoaded(e:Event):void {
        full_mc = new MovieClip();
        addChild(full_mc);
        var my_loader:Loader=Loader(e.target.loader);
        full_mc.addChild(my_loader);
        full_mc.alpha = 1;
        full_tween=new Tween(my_loader,"alpha",Strong.easeIn,0,1,0.5,true);
        my_loader.x=-105;
        my_loader.y = -205;
        my_loader.contentLoaderInfo.removeEventListener(Event.COMPLETE, fullLoaded);
        my_loader.addEventListener(Event.COMPLETE, removeFull);
    function removeFull(e:Event):void {
        var my_loader:Loader=Loader(e.currentTarget);
        full_tween=new Tween(my_loader,"alpha",Strong.easeOut,1,0,0.5,true);
        full_tween.addEventListener(TweenEvent.MOTION_FINISH, tweenFinished);
        trace("removed");
        geladen = false;
    function donePb(e:Event):void {
        var my_pb:ProgressBar=ProgressBar(e.target);
        preloaders_mc.removeChild(my_pb);
        my_pb.removeEventListener(Event.COMPLETE, donePb);
    function tweenFinished(e:TweenEvent):void {
        var my_loader:Loader=Loader(e.target.obj);
        my_loader.unload();
        removeChild(full_mc);
        full_mc=null;
        container_mc.addEventListener(MouseEvent.CLICK, callFull);
        container_mc.addEventListener(MouseEvent.MOUSE_OVER, onOver);
        container_mc.addEventListener(MouseEvent.MOUSE_OUT, onOut);
        container_mc.addEventListener(MouseEvent.MOUSE_OVER, mouseMoveHandler);
        container_mc.buttonMode=true;
        var my_tween:Tween=Tween(e.target);
        my_tween.removeEventListener(TweenEvent.MOTION_FINISH, tweenFinished);
    function onOver(e:MouseEvent):void {
        var my_thumb:Loader=Loader(e.target);
        my_thumb.alpha=0.5;
        var tooltip:Tooltip = new Tooltip();
        holder=tooltip;
        holder.descr.text=my_images[e.target.name].@DESCR;
        holder.x= stage.mouseX -500;
        holder.y= stage.mouseY -300;
        addChild(tooltip);
    function onOut(e:MouseEvent):void {
        var my_thumb:Loader=Loader(e.target);
        my_thumb.alpha=1;
        removeChild(holder);
    function mouseMoveHandler(e:MouseEvent):void {
        holder.x= stage.mouseX -500;
        holder.y= stage.mouseY -300;
    Grts!, Samuel

    your chances of being helped are substantially decreased because you posted a lot of code and you haven't highlighted the problem area(s) of your code.

  • Skype 6.21.73.104 problem? The conversation pictur...

    While I'm glad that there is,once again, an option to change the conversation picture, there is something wrong with it. No matter who changes it in my group, the conversation picture still remains the default picture. It still notifes us when it's changed, but doesn't seem to physically do so. However, people with older versions of Skype seem to people able to see the pictures we change them to. Help?
    Solved!
    Go to Solution.

    That is a known issue.  Unfortunately that problem still exists in the latest version.  Hopefully they will address that issue soon.

  • My new MacBook Pro 10.6 has problems viewing the web-Flash

    My old Mac Book Pro running 10.5 saw all website perfectly including Adobe Flash content.  My brand new Mac Book Pro running the latest 10.6 gives me Adobe Flash errors when I look at my e-mail and most websites.  Thank goodness my tower is still running 10.5. Is there a Flash solution for 10.6 with out destroying Quicktime?  I ran into that problem in the past when trying to load Flash for Mac.  My Quicktime quit working when i did that install.  What is the work around to get Flash working on my Mac.   
    Apple is lame for not supporting Flash technology.  The "World" runs on Adobe Flash!  BTW, I own a iPad which does not support Flash either. Flash is a big deal.  Come on Apple give in and support it!

    Just install the latest Flash update.  That's all there is to it.
    Apple is lame for not supporting Flash technology.  The "World" runs on Adobe Flash!
    Phfssh!  That's crap.  Very few of the sites I use rely on Flash, and those that do still rely on Flash for significant functionality now that there are better alternatives (and when there are devices - not all Apple's - that can't render Flash) are generally not sites with very valuable content.  Flash is a dead technology...  it's just still twitching.

  • Problems viewing the edited raw file in bridge

    Up until recently my Adobe Bridge has been working beautifully. I opened up a job to edit in Adobe Bridge that are all shot in RAW with my 5D Mark II camera. I am working on a MacBook Pro (10.4.11). When I bring a photo into Camera Raw (by pressing apple R) I can change the photo but once I hit "Done" the change does not show in the preview or the thumbnail. (I am working in filmstrip mode). I have no idea why this is happening and I did empty my cache already. Anybody have any suggestions?
    Please note that in bridge, next to the thumbnail, the icon showing that there has been a change is there and I do see the change once I open the photo in Photoshop. I personally use Camera Raw in Bridge to edit my work and this is causing a major problem Please advise.

    many problems like these depend on cache, as I read in DAM forum. Not just the Bridge cache, but also Camera Raw cache (preview is cached by camera raw, not bridge). Ultra safe method to empty the Bridge cache is doing Manualy, central cache and inside each folder you have the problem; but you need an utility to see invisibles files inside the folders (TinkerTool or MainMenu).
    To empty the cache of camera raw follow the path: user/library/caches/adobe camera raw
    To empty the cache of Bridge follow the path: user/library/caches/adobe/bridgecs4

  • Problems viewing the video

    series of home collection mirrored on iPad, even deleted from iTunes, iPad to multiply every time and does not disappear. What to do?

    do you see the picture and touch it or are you touching the download link?

  • When using Faces Show More Faces - how does one view the whole picture?

    I have too many pictures of babies - it would be great to be able to see them in context, to help identify all these kids that look like Winston Churchill... can't seem to find a way - any ideas?
    TIA

    Hi Terence,
    TY for your reply.
    I am not in Confirm Faces, however, I am in Faces>Find Faces - perhaps this sceen shot will clarify my location. I see no options available
    Thanks!

  • Problems viewing the files and images on a memory ...

    I have a series of folders and images in a memory card that I used to use with my 6300. However, since moving to the 5800, I can't see the folders or images that I stored on the card and my 5800 also mis reports the memory status!? Can anybody help??
    Do I need to download the images and reformat the memory card due to an incompatibility issue? But surely the 5800 is compatible with the 6300!?? 

    The 5800 and 6300 use totally different operating systems so there's no reason why the data layout and directory structure used by one should also be used by the other.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Dimensions and viewing the cube problem

    hi there,
    I have a problem viewing the OLAP cube in excel
    with OracleBI add on i see the hierarcy gone for a toss,
    when i view with ROLAP in enterprise manager 9.6 it seems to be fine.
    i have the dimension table structure as follows
    ID
    CODE
    OPERATOR
    CITY
    STATE
    COUNTRY
    FLAG
    TYPE
    hierarcy as
    TYPE
    FLAG
    COUNTRY
    STATE
    CITY
    OPERATOR
    my data as follows
    type, flag, country, state, city, operator
    National,Wireless,India,Kerala,Vaikom,Reliance
    National,Wireless,India,Kerala,Vaikom,Reliance
    National,Landline,India,Andhra,Vaimpalli,BSNL
    National,Landline,India,Tamil,Valapady,BSNL
    National,Landline,India,Gujarat,Valia,BSNL
    National,Landline,India,Gujarat,Vallabhipur,BSNL
    National,Landline,India,Rajasthan,Vallabhnagar,BSNL
    National,Landline,India,Tamil,Valliyoor,BSNL
    National,Wireless,India,Tamil,Valliyoor,Reliance
    National,Wireless,India,Tamil,Valliyoor,Reliance
    International,Landline,Vanuatu,Vanuatu,Vanuatu,Landline
    International,Landline,Vatican,Vatican,Vatican,Landline
    International,Landline,Vatican,Vatican,Vatican,Landline
    International,Landline,Venezuela,Venezuela,Venezuela,Landline
    International,Landline,VietNam,VietNam,VietNam,Landline
    International,GSM,Estonia,Estonia,Estonia,Emt
    International,GSM,Estonia,Estonia,Estonia,RadioLinja
    In the Level "TYPE" there are two categories National and International
    but when i view the data only one category is shown i,e national and category international
    is shown at the lowest level without any children. i.e at "OPERATOR" LEVEL.
    All children of International is pusshed to National
    i.e
    type, flag, country, state, city, operator
    National,Landline,Vanuatu,Vanuatu,Vanuatu,Landline
    National,Landline,Vatican,Vatican,Vatican,Landline
    ------------------------------------------International
    Is there any other way to do this, I have not declared any attributes for the above dimension.
    Kindly help

    You probably have same values in different levels. e.g Vatican in Country, State Level as well as City Level.
    OLAP requires that each level should have a unique ID. It always go by the values rather than the logical levels. Try to create a unique level id for each level, and put the names in long and short descriptions. That should solve your problem.
    Hope this helps.
    Suresh.

  • Unable to view .wmf thumbnail pictures - Windows 8

    Hello,
    I am unable to view the thumbnail pictures of a Microsoft clipart image on my computer.  I have had this problem before and I can't remember where I found a quick little patch/download to fix this problem.
    Does any one know how to fix this problem or know where the patch is?   I have Windows 8.
    Thank you.

    The IE app does not allow most plugins so it cannot run silverlight, you will need to keep using the desktop version.

  • Problems viewing Palladia HD channel

    Very recently, I am having problems viewing the Palladia HD channel.  I can view the channel for a few seconds, but then I get a pop up on the screen that my set top box can view the channel and I need to upgrade my STB. (I can view other HD channels just fine).  I follow the on-screen instructions for upgrading the STB and it tells me that my STB is up-to-date.  Anyone else run into this problem?

    Woburn Mass Fios customer.
     I had received the same screen message "setup box can not view the channel,need to upgrade the sdp box. I clicked the on screen ok and response was my box was up to date.
    I called Verizon tech support today and talked with an engineer, he was unaware of the issue or error message. I told him what I had read here (model numbers QIP6200, mpeg4 format ,etc) but nothing registed with him. I calmly described the issue, the screen notifications and the response, he said he can only help if I have a technical problem and any box upgrades are handled by billing. transfered to billing, explained it, again, again never heard of it but they did find a tech who understood the problem.
    Once I was connected with this tech (Jerry) , he understood and said a new box is on its way, the old 6100 series could not handle the new format and the new box would be a 7100 version 2. He said that the local provider is switching the channel format to a better stream method so that bandwith method would be reduced with no quality concerns over HD picture. . He also said that the conversion of most channels will occur within the next year or two and that there are other channels like Palladia that would require the new box. I've only run into this error with Palladia on my system at this time.
    I asked him why some people I talked to earlier did not know anything about this issue and he said they must have been new and the box limitation was known for at least six months.
    Suggestions to Verizon:  Perhaps an internal tech alert may or should be in the works.
    Also fix the on screen automated help menu's as if it worked, I would have had a box on its way a week ago without spending an hour of my life talking to customer service today. It wasted their and my time.
    Note to billing person, your system must be slow but the minutes of silence while you checked out my account had me wondering if I was on hold or mute. Introduce either background music or some verbal communications letting me know each step of the way would be nice.
    Also no offers of free movies or other special deals. I'm hurt as you guys usually rock with the offers.

  • Problems viewing songs in Zen Mi

    Hi all!
    I just bought a Zen Micro but have problems viewing the list of songs that I have transferred from MediaSource to the Micro. After I have done a sync, the list of songs do not appear on my Micro at all. I only get an empty screen with the words 'selected music' on the screen but I can't select anything because the songs are not there!
    Do the songs take a while before they appear on the screen even if the transfer from PC to Micro is successful? Must I switch off and switch on my Micro before things work? Am I the only person who faces this problem? Could I have done something wrongly?
    Please help. Thank you!
    ijev

    mmm, have you been reading any manual or so?
    Sounds a bit like you are looking at the "Now Playing" screen, without music selected. In that case indeed, the screen says : "go pick some music".
    What you do in that case is use the 'back' button, to get to the main menu, and then navigate to your "Music Library", and then on from there.
    So either you still have to learn to use the user interface, or I misinterpretated, and there is something oddly wrong with your player
    -fred

  • Problems with the videos in the gallery

    Hi guys,
    I am experiencing problems viewing the videos from the gallery on my Nokia N8-00. Turns out I have 24 recorded videos, but these do not appear in the gallery of images, only in the menu "Videos". Before I could see them in the gallery, but do not know what happened.
    I've tried to copy the videos to the computer and then pass them back to the phone, but only appear in Videos menu, no at gallery.
    Thank you,
    Greetings.
    Nokia N8-00 user

    Sorry for the delay. I have done the same as you and has not worked. Probably the dates of the videos have been changed ... no? but it is very rare, the videos were not edited or anything.
    Nokia N8-00 user

  • Problems viewing form

    Hi,
    I created a form using LiveCycle and sometimes I have problems viewing the data. The text fields are blank and if I click my mouse in the field the text shows up then if I click out of the field it goes away. If I click into the field and type a space then the text remains visible. Sometimes the radio buttons do not display as I created them. It displays a circle inside the box instead of just the box.
    These problems only happen on some of the returned forms. Also, some people say they cannot save the data even though they are saving the form to thier hard drive first. At least that is what I tell them to do.
    Thanks for any help on this!

    OK,
    Last shot at this:
    AcroForm with document level javascript to populate a field with viewer type, version and variation. For example, this populates as "This AcroForm is open in Exchange-Pro, version 9.302. The variation is Full" in Acrobat Pro 9.
    Update button that increases a counter by 1 and repopulates the viewer type, version and variation field.
    This works in Acrobat and Reader. For example Reader comes up with "This AcroForm is open in Reader, version 9.301. The variation is Reader", which is correct.
    However in Preview it is evident that document level script do not work, as the viewer type, version and variation do not update.
    Also Javascript in a mouseUp event does not work, as the update button does not advance the counter nor update the viewer type, version or variation.
    Lastly simple calculation script (javascript) does not work, see the quantity/price calculation.
    This form is 100% AcroForm and even simple functionality does not work in Preview. I wouldn't trust Preview as far as I could throw it!!
    Sample here: https://acrobat.com/#d=JAg6ptZtGEcqpxHNJ-XMzg
    Niall

  • Once I fix the thumbnail pictures in iPhoto, how do I make them stay fixed.  Everytime I turn the computer back on iPhoto goes directly back to having 1 picture for all thumbnails.

    I have been having problems with the thumbnail pictures in iPhoto.  It will typically show 1 picture for all thumbnails.  I have figured out how to repair the thumbnail pictures, but everytime the computer is shut down, the thumbnail pics revert back to 1 picture for all.

    With the amount of information you've provided it's impossible to offer a potential solution.  We can't see your computer so we need to know the details of your problem and setup, i.e.:
    what version of iPhoto are you using?
    what system version are you running?
    how do you fix the thumbnailsd?
    what other fixes have you tried?
    where is your library located?
    did you apply any updates or upgrades just prior to the problem occurring?
    are you running a "managed" or "referenced" library?
    what type of Mac?
    how much free space on your boot drive?
    OT

Maybe you are looking for

  • N97 Wi-Fi Problems

    I have just received my N97, and was wondering if anybody would kindly help with the following problem: My N97 connects, no problem, to my home network, using wi-fi, however, if i attempt to open, any of the pre-installed apps ( i-player, Facebook et

  • OBIEE-Values after decimal changing after download in excel format

    Hi, I have reports in OBIEE 11g,in which some columns have values in %.When i try the various export/download functions and noticed that the Excel download did not maintain the fomatting for pecentage values, they fields go out to about 12 decimal pl

  • How to initialize this correctly?

    import java.util.Scanner; public class Paycheck public static void main (String [] args) Scanner scan = new Scanner (System.in); double workedHours, overtimeHours, sSecurity, medicareTax, federalWithhold, paycheck; double health, dentalInsurance, vis

  • Standby mount ID 0x number not found

    Hi All, Recently I have found in my bdump of the database the following trace files are generating and its updating several times per min. -rw-r-----   1 oracle   dba      3174592 Dec  7 01:49 alert_ORAJDEPD.log -rw-r-----   1 oracle   dba         29

  • My app store keeps closing the icon opens in toolbar then closes

    When I go to open the Mac app store it will open in the toolbar bounce about 3 times then disappears , so being said I can not upload the new Yosemite operating system.   I had this problem with iTunes so I was told to take off the Clean My Mac progr