Date stays on screen after scroling through library

If I use the side bar to quickly scroll up or down through my library, the date comes up in a grey box...which is fine...but when I'm done scrolling, the date won't go away. Anyone have any tips for hwo to fix this?
thanks.

quit iPhoto and delete your iPhoto preferences - "your username" ==> library ==> preferences ==> com.apple.iPhoto.plist - when you launch iPhoto again it will create a fresh, new preference file - reset any user preferences you have changed and repoint iPhoto to the iPhoto library if you have changed its location
LN

Similar Messages

  • Facebook app not staying full screen after IOS 7.1 upgrade

    Just started this morning... did the 7.1 upgrade last night. Not sure if I accessed FB last night after the upgrade.
    What I'm seeing this morning is pretty weird... best way to describe it is: the FB app is not fully crashing... if I start it, it throws the FB screen for a milli-second, then it disappears. BUT... it still shows up as a running app, with recent posts shown in the preview window of the running apps section (FB window above FB icon). If I try to maximize it, it goes full screen for a milli-second then disappears but is still shown as a running app.
    I checked the FB account info in the iPad's Settings and it was missing my FB acct info. I added the info back in but the problem continues.
    I haven't checked every app on my iPad but the Chrome, Gmail, and ebay apps are all working fine. Just tried Maps, iTunes Store, and Garageband and they all start up as expected.

    I've had no problems with the Facebook App. Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • Gmail inbox stays on screen after incorrect password entered.  Can 't be closed.

    I set up a gmail acct on my Ipad 2, but then entered an incorrect password.  The error message and the gmail inbox remains on the screen and won't return to the password entry box.  I called Apple support several times.  They suggested re=entering my name and password in settings, but this didn't work.  The tech seemed at a loss as to the next step.  Any ideas?

    Glad that worked for you.
    Apple is pretty good about fixing their own software.  If you ever get an answer that doesn't seem to make sense you can always ask for someone higher up the technical support food chain.
    After years of dealing with tech support with a variety of companies / services you realize that the reality is, you can't hire "experts" to take every phone call.  If you get a dead end response about something they should know (like how to get out of an error window in their own program), thats a good sign you have someone who is new (which is no crime, we are all new to various things in life) and once they've done their bit, ask for a supervisor.

  • Value does not stay in screen in screen painter after clicking enter

    Hi abapers,
    I have created a table control in screen painter .My problem is that after entering 1 row of values and press enter the value gets vanished.it doesn stay in screen .What may be the problem?? Have any of abapers gone through this scenario. Please paste a code snippet if possible.
    Regards,
    Navin

    Hi,
    What you need to do is to modify the internal table from table control whenever any user action is performed.
    it_zekpo is my internal table w/o header line,
    wa_zekpo is work area.
    Name of input/output fields on screen are:-
    wa_zekpo-field1,
    wa_zekpo-field2, and so on...
    At screen flow-logic
    PROCESS BEFORE OUTPUT.
    *  MODULE status_8003.
      LOOP WITH CONTROL po_tb.
        MODULE read_data. "<--read data into table control from internal table
      ENDLOOP.
    PROCESS AFTER INPUT.
    *  MODULE user_command_8003.
      LOOP WITH CONTROL po_tb.
        MODULE modify_data. "<--modify internal table from table control
      ENDLOOP.
    In PBO
    *&      Module  READ_DATA  OUTPUT
    MODULE read_data OUTPUT.
      READ TABLE it_zekpo INTO wa_zekpo INDEX po_tb-current_line. "po_tb is table control name
      data : line_count type i.
      describe it_zekpo
      lines line_count.
      po_tb-lines = line_count + 10.
      "to increase the number of lines in table control dynamically
    ENDMODULE.                 " READ_DATA  OUTPUT
    In PAI
    *&      Module  MODIFY_DATA  INPUT
    MODULE MODIFY_DATA INPUT.
      MODIFY IT_ZEKPO FROM WA_ZEKPO INDEX po_tb-currentline.
      "this will modify the contents of existing line into internal table
    ENDMODULE.                 " MODIFY_DATA  INPUT
    Hope this helps you,
    Regards,
    Tarun

  • Data has changed after passing through FIFO?

    Dear experts,
    I am currently working on a digital triangular shaping using the 7966R FPGA + 5734 AI. I am using LabView 2012 SP1.
    Some days ago I have encountered a problem with my FIFOs that I have not been able to solve since. I'd be glad if somebody could point out a solution/ my error.
    Short description:
    I am writing U16 variables between ~32700-32800 to a U16 configured FIFO. The FIFO output does not coincide with the data I have been writing to the FIFO but is rather bit-shifted or something is added. This problem does not occure if I execute the VI on the dev. PC with simulated input.
    What I have done so far:
    I am reading all 4 channels of the 5734 inside a SCTL. The data is stored in 4 feedback nodes I am applying a triangular shaping to channel 0 and 1 by using 4 FIFOs that have been prefilled with a predefined number of zeros to serve as buffers. So it's something like (FB = Feedback node):
    A I/O 1  --> FB --> FIFO 1 --> FB --> FIFO 2 --> FB --> Do something
    A I/O 2  --> FB --> FIFO 3 --> FB --> FIFO 4 --> FB --> Do something
    This code shows NO weird behaviour and works as expected.
    The Problem:
    To reduce the amount of FIFOs needed I then decided to interleave the data and to use only 2 FIFOs instead of 4. You can see the code in the attachment. As you can see I have not really changed anything to the code structure in general.
    The input to the FIFO is a U16. All FIFOs are configured to store U16 data.
    The data that I am writing to the FIFO can be seen in channel 0 of the output attachment.
    The output after passing through the two FIFOs can be seen in channel 2 of the same picture.
    The output after passing through the first FIFO (times 2) can be seen in channel 3 of the picture.
    It looks like the output is bit-shifted and truncated as it enters Buffer 1. Yet the difference between the input and output is not exactly a factor of 2. I also considered the possibility that the FIFO adds both write operations (CH0 + CH1) but that also does not account for the value of the output.
    The FIFOs are all operating normally, i.e. none throws a timeout. I also tried several different orders of reading/writing to the FIFOs and different ways of ensuring this order (i.e. case strucutres, flat and stacked sequence). The FIFOs are also large enough to store the amount of data buffered no matter if I write or read first.
    Thank you very much,
    Bjorn
    Attachments:
    FPGA-code.png ‏61 KB
    FPGA-output.png ‏45 KB

    During the last couple of days I tried the following:
    1. Running the FPGA code on the development PC with simulated I/O. The behavior was normal, i.e. like I've intended the code to perform.
    2. I tested the code on the development PC with the square and sine wave generation VI as 'simulated' I/O. The code performed normal.
    3. I replaced the FIFOs with queues and ran my logic on the dev. PC. The logic performed totally normal.
    4. Right now the code is compiling with constants as inputs like you suggested...
    I am currently trying to get LabView 2013 on the development machine. It seems like my last real hope is that the issue is a bug in the XILINX 13.4 compiler tools and that the 14.4 tools will just make it disappear...
    Nevertheless I am still open for suggestions. Some additional info about my FIFOs of concerne:
    Buffer 1 and 2:
    - Type: Target Scoped
    - Elements Requested: 1023
    - Implementation: Block Memory
    - Control Logic: Target Optimal
    - Data Type: U16
    - Arbitrate for Read: Never Arbitrate
    - No. Elements Per Read: 1
    - Arbitrate for Write: Never Arbitrate
    - No. Elements Per Write: 1
    The inputs from the NI 5734 are U16 so I am wirering the right data type to the FIFOs. I also don't have any coercion dots within my FPGA VI. And so far it has only occured after the VI has been compiled onto the FPGA. Could some of the FIFOs/block memory be corrupted because we have written stuff onto the FPGA too often?

  • My iPhone 5s on ios 8.1.2 is stuck at Apple logo or recovery mode.. To fix this issue, i need to update it to ios 8.2 through itunes.. I want to ask that my data i.e. Photos and other personal data would be removed after updating it or not..?

    My iPhone 5s on ios 8.1.2 is stuck at Apple logo or recovery mode.. To fix this issue, i need to update it to ios 8.2 through itunes.. I want to ask that my data i.e. Photos and other personal data would be removed after updating it or not..?
    if yes then how can i save my data or get out of recovery mode.. Is there any safe mode or something like that on which i could access my data..
    P.S. I have not taken any backup of my iPhone on itunes..
    Please help me sort out this issue..

    Recovery mode doesn't mean that all your data is already lost. You only lose your data if you restore it.
    When you plug the phone is into iTunes hold down the home button. iTunes may then give you the option JUST to update the software first. This should not get rid of any data.
    However, if iTunes is only giving you the option to RESTORE and update, then you will lose your data I'm afraid.
    Hope that helps!

  • Passing data to multiple screens through SAP webgui;

    Hello, I'm working on building an application that requires me to pass data to multiple screens of a SAP transaction (IW31) through SAP webgui.  The requirement is to enter the required information in the initial screen, "Header data" screen and in the "Object Data" screen. I'm using the below URL to launch the webgui:
    http://myserver:8001/sap/bc/gui/sap/its/webgui/!?sap-client=800&sap-user=xxx&sap-password=yyy&sap-language=EN&transaction=iw31%20CAUFVD-EQUNR=20006001&AUFPAR-PM_AUFART=PM01&CAUFVD-GSBER=0001&OKCODE=/00&CAUFVD-ILART=103&~OKCODE==IOLU
    This is failing with the following error message:
    *Flow control: Entry SAPLCOIH, IOLU, A0, *   , *   , * is missing in T185*
    I also noticed that if I stop at the point where I enter information in the initial screen and enter into the header data page using the below URL, it is working fine. The URL used is
    http://myserver:8001/sap/bc/gui/sap/its/webgui/!?sap-client=800&sap-user=xxx&sap-password=yyy&sap-language=EN&transaction=iw31%20CAUFVD-EQUNR=20006001&AUFPAR-PM_AUFART=PM01&CAUFVD-GSBER=0001&OKCODE=/00
    Can anyone please explain what is incorrect in the URL I'm passing?
    Thanks in advance

    Hi Vijay,
    Thank you for your prompt response but I do not understand your answer or perhaps I am not makig myself clear.
    Let me explain the current process:
    1) Z program collects data and exports to Memory ID 'TEST01'.
    2) Z program calls SAP program
    3) SAP program calls User Exit '001' and data is read from Memory ID 'TEST01'.
    4) SAP program collects some of the data and then executes SAP FM to continue processing.
    5) SAP FM Executes User Exit for FM and data is read from Memory ID 'TEST01'.
    6) SAP FM returns completed data back to SAP main program.
    7) Z Program collects results from SAP program.
    New process:
    1) Z program collects data and exports to Memory ID 'TEST01'. Data now includes filter for CC.
    2) Z program calls SAP program
    3) SAP program calls User Exit '001' and data is read from Memory ID 'TEST01'.
    4) SAP program collects some of the data and then executes SAP FM IN PARALLEL PROCESSING to continue processing.
    5) SAP FM Executes User Exit for FM and an attempt to read data is read from Memory ID 'TEST01' fails.
    6) SAP FM returns completed data back to SAP main program.
    7) Z Program collects results from SAP program.
    The dilemma is how to capture the proper CC filter in the FM exit when SAP is unable to read the data from memory ID 'TEST01'. I guess I can understand this since the tasks are executed in separate sessions and servers from the one that started the program since we are using a server group.
    Perhaps I am missing something with respect to exporting to memory IDs?
    Thanks.

  • Accidentally exited out of the loading screen after making my purchase, should I retry or how do I check if the payment went through?

    Accidentally exited out of the loading screen after making my purchase, should I retry or how do I check if the payment went through?

    check your account, https://www.adobe.com/account.html

  • Aperture import plug-in won't run.  After examining my library the number of image files stays at "undetermined" and the import button stays greyed out.  Any thoughts?

    Aperture import plug-in won't run.  After examining my library the number of image files stays at "undetermined" and the import button stays greyed out.  Any thoughts?

    Others have the same issue, with the import button being grayed out.  My trail copy expired, but I believe by poking around in the options and selecting another Aperture library and re-selecting, I was able to continue.
    The problem is common enough, that hopefully Adobe will address.  In the mean time, try repairing your Aperture library, checking permissions, exporting a subset of your library for a test, or try putting that library subset on an external drive.  (Can usually avoid permissions issues.)

  • HT1430 My Ipad won't start up.  The apple logo appears and just stays on the screen. after a while it starts blinking every minute

    My Ipad won't start up.  The apple logo appears and just stays on the screen. after a while it starts blinking every minute

    Try recovery mode as described here.
    Note you may have to try to enter recovery mode more than one time to succeed.
    HT1808

  • My ipad 2 just show itunes n usb logo at screen after update ios8.1.2.It just freeze there.but not happening to my ipad air n ipad mini!!!what to do?i dont wanna lose any data on it.

    My ipad 2 just show itunes n usb logo at screen after update ios8.1.2.It just freeze there.But it not happening to my ipad air n ipad mini!!!what to do?i dont wanna lose any data on it.

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.
    3. Repeat the process if necessary.

  • Blue screen after login and HD and startup disk is full -how to erase data?

    Blue screen after login and Hard drive and startup disk is full -How do I get in to erase data?

    this user tip might help:
    Your Mac needs adequate hard drive space to operate normally. How full can a drive be before it's too full? There is no hard and fast rule that says “X” amount or “%” of free drive space is needed. A low amount of RAM requires more drive space for Virtual Memory’s swap files.
    Problems from insufficient RAM and free hard disk space are discussed in this link
    http://www.thexlab.com/faqs/lackofram.html
    Here’s some general guidelines for minimum hard drive free space:
    1. As a general rule, your available space should be 5GB as an absolute minimum as it generally requires that much free space to perform an Archive and Install of Mac OS X and still preserve some free space for VM swap files.
    2. Some say that your hard drive should have at least 5% of it's capacity available for use. Still others say 10% to 15%. If you routinely process complex graphics and videos, even more space is required.
    Look at these links about freeing up more space.
    Where did my disk space go?
    _*http://www.macfixitforums.com/showflat.php?Cat=&Board=Forum38&Number=770243*_
    Download & use WhatSize described in this link or Disk Inventory X @ _*http://www.derlien.com/*_
    Freeing space on your Mac OS X startup disk
    _*http://www.thexlab.com/faqs/freeingspace.html*_
    Amazing Disappearing Drive Space
    _*http://www.pinkmutant.com/articles/TigerMisc.html*_
    Increase HD Free Space
    _*http://macosx.com/forums/howto-faqs/275191-how-easily-increase-hd-free-space-lap top.html*_
    How to free up my disk space
    http://www.macmaps.com/diskfull.html
    JGG

  • IPod stuck in "connect to iTunes" screen after updating software

    I wanted to update my iPod touch to iOS5 after waiting for a long time. I synced and transferred purchases twice to make sure all my stuff was in my iTunes library, and then updated it. The update went fine but there was an error message saying that it could not restore the iPod. I went to troubleshooting and it said to update to the latest version of iTunes, which I did, involving a restart. When I started up iTunes again, it said it was the most recent version 10.7 and all of my songs, apps, etc. are in the library. The problem is I can't get my iPod to connect to iTunes now. It went into the connect to iTunes screen before I updated the software and it has stayed like that. I tried plugging and unplugging it, switching the USB ports and cables, putting it into recovery mode, but it will not show up on iTunes or on my computer. I also noticed that when I hold down the sleep/wake button for a few seconds, it shuts down immediately instead of having the "slide to power off" screen come up, and then the apple comes back onto the screen and it goes to the "connect to iTunes" screen again. I have tried all of the troubleshooting guides on the website, but it doesn't change the screen. I tried putting it into DFU mode and something came up on the computer saying "installing driver software" and it said DFU mode or something, which usually happens when I plug in my iPod, but after my iPod wouldn't turn on at first, and when it did, the same screen came up again. When I unplug it from the USB cable, it stays on the screen for about a minute before it turns off and the screen goes black. This is the screen it's stuck on
    I'm not sure what else to do, all suggestions will be greatly appreciated! Thanks so much.

    You try on another computer to help determine if you have a computer or iTunes problem. If it works on the other computer that indicates a computer problem and more work is required to fix that problem.
    If iTunes on the other computer yuo can do the following to make that computer the syncing computer until you can fix the other computer. For how see:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    Sync Your iOS Device with a New Computer Without Losing Data - How-To Geek
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • How do I make a hover object stay on screen?

    I have a CSS image gallery, and am struggling to finish it off (I originally intended to find a js example but couldn't find what I wanted despite extensive trawling). 
    Hovering over the thumbs brings up the large image as required, but I need the image to then stay on screen until the user hovers over another thumb.  I'm pretty sure this is possible, but can't work out how to do it.
    Here's the link:  http://www.stereosociety.com/lenegallery1979-2006.shtml
    Any help would be much appreciated!

    Start over with Fancybox.  It's very simple to implement.  See code below for a working example.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, with Fancybox2 Viewer</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <style>
        margin: 0;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    body {
        background: silver;
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    #wrapper {
        width: 90%;
        margin: 0 auto;
        background: #FFF;
        overflow: hidden;
    /**left sidebar**/
    aside {
        float: left;
        width: 25%;
        border-right: 1px dotted #999;
        min-height: 400px;
        padding: 2%
    /**this styles image container**/
    #thumbs {
        float: left;
        width: 75%
    #thumbs li {
        list-style: none;
        float: left;
        width: 160px;
        margin: 10px 1% 0 1%; /**space between containers**/
    /**recommend using same size images**/
    #thumbs img {
        width: 160px; /**adjust width to thumbnail**/
        height: 120px; /**adjust height to thumbnail**/
        opacity: 0.75;
    #thumbs img:hover { opacity: 1.0 }
    /**float clearing**/
    #thumbs:after {
        content: ".";
        clear: left;
        font-size: 0px;
        line-height: 0;
        display: block;
        visibility: hidden;
    </style>
    </head>
    <body>
    <div id="wrapper">
    <aside> Left Sidebar </aside>
    <h1><a href="http://fancyapps.com/fancybox/">Fancybox2</a> Image Viewer</h1>
    <!--insert thumbnails with links to full size images below-->
    <ul id="thumbs">
    <li><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail" /></a></li>
    <li><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail" /></a></li>
    <li><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail" /></a></li>
    <li><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail" /></a></li>
    </ul>
    <!--end thumbs-->
    </div>
    <!--end wrapper-->
    <!--FancyBox function code-->
    <script>
    $(document).ready(function() {
        $('.fancybox').fancybox();
    </script>
    </body>
    </html>
    That's all there is to it.
    Nancy O.

  • Computer switches to a blank screen after 1 minute

    I have an HP ENVY 700-060ea  series computer , and for the past 2 weeks or so the computer has been switching back to the start-up screen after only 1 minute where it stays for a while , it then switches itself off and goes to sleep . The computer is running windows 8.1pro with media centre and is only 1 year old . I e-mailed the company with the problem and I gave them permission to take remote control of the computer where I watched them do their thing . When they were finished and I checked and the problem was still there , plus they had deleted some programs I had installed myself . One of the programs can't be installed anymore because it is  full of spyware and malware . It took me 3 days to get INTERNET EXPLORER back and now when i attempt to use the GOOGLE page the settings are totally different and are taking a long time to load as A BLANK PAGE  NOTICE KEEPS BEING  displayed . The most annoying thing is the company has not responded to my second e-mail and I am left with a computer that is only 1 year old and is only working for 1 minute at a time . I have tried everything I can think of to sort this problem out but but to no avail . I hope someone in the community or in the company sees this plea for help and does something to help me . Thanks in advance  

    Hello @lith1um,
    I understand that you are having issues with the performance of your HP ENVY 700-060ea Desktop PC running Windows 8.1. To backup your personal information and ensure that it is not lost I would like you to review and follow the steps set out in the HP Support document: Backing Up Your Files (Windows 8), which will ensure your personal files are up to date.
    ***WARNING!! If you want to keep any emails or bookmarks/favorites you will want to back those up as well as I do not believe they are backed up in the HP Backup process.
    Next, I would like you to review and follow the steps set out in the HP Support document: Performing an HP System Recovery (Windows 8), which will you through recovering your computer back to factory settings.
    *** IMPORTANT - Your personal files such as libraries, personalization settings, user accounts, and desktop themes are permanently removed. As well the computer settings are returned to the defaults (the way it was when it came from the factory). All apps and software that were installed on the computer when it came from the factory are reinstalled, and their settings are reset to the defaults. Additionally, software, apps, programs, and everything that you have installed or saved on the computer are permanently removed.
    If the above steps did not resolve your issue please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    I would like to thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

Maybe you are looking for

  • BW settings required when we change the host name in R/3

    Hi All, we had a test system in R/3 and we are planning to change the Host name in R/3 and this is connected to bw test.after basis change the host name in r/3 test what are settings required to be done in BI . Regards, jasmine.

  • Searching for simple document and picture viewer.

    Hello, I've looking for a viewer which supports all of the common picture formats, such as gif,jpeg,bmp and can also display all kind of office documents. If i look for viewer with these options, I all end up with great complicated client-webserver m

  • Apple tv slow

    New apple customer here. Purchased a brand new apple tv yesterday and attempted to watch a movie just now. It says ready to play in 2 hours 20 mins! Surely this is wrong? Done a connection speed check and that says 11 Mbps so it's not a connection is

  • Easier ways to tag images?

    I'm going through tons of photos and applying keywords to the overall events, so maybe as an example it is a bday party so I select all of those images and tag them all as such. Next, I am trying to tag individual people within all of the tagged bday

  • Artist Names not Displaying after upgrade to 10.1.0.56

    I just upgraded to iTunes 10.1.0.56. After the upgrade, about half of my artist names are not appearing. When I click, "Get Info" it can find the artist and some. Has anyone else experienced this? Any thoughts on what to try next? Thanks