Transitions won't work past 1st one

Hi,
I just installed iphoto 5 . I can't get the slideshow transitions to work pass the 1st picture. If I choose cube transition, the first photo transitions to the 2nd one with the cube effect, as it should, but the 3rd and so on photos simply disolves. Same is true of any selection. First picture transitions correctly, then everything else doesn't. What's my problem???

If you are doing what I think you are, you have the first slide of your show 'highlighted' and selecting a transition.. If you want all or "some" of your slides to be "cubed", you need to select those slides (either by selecting all, or using "shift-click" to select the ones you want) then pick the transiton... If you want them ALL to have the same transition, you can do a "global" choice within "settings" for your slideshow.. the option for that is within the settings button at the bottom of the screen.
Whatever you pick for individual slides takes presidence over the "global" setting of the show.. I think. The same goes for timing (# of seconds each show displays... hope this helps!

Similar Messages

  • WEP password won't work on only one Mac

    I have my network set up, with router etc. I have what I assume is a WEP password. My main box is a G5. Another box is a MacBook unibody. They both detect my network in the Airport list. If I have to enter my WEP password, it works fine.
    Today I just started up my G4 867 running 10.4. It has an Airport card in it that has worked fine in the past. I haven't used the computer for over a year, but it starts up fine, everything looks normal. When I go to my network list in Airport, I see my network. At first it asked for a "WPA Personal" password, but I've never had to use it. It didn't work. Then I switched to "other . . ." and was able to choose "WEP Password" for my network. I get an error message saying "There was an error connecting to the network "xxxx""
    I KNOW that the password is correct -- it works on both my other machines. But I still get the error message. I tried the various "WEP" options, and even LEAP, whatever that is. No matter what option I select, it will not accept the password.
    I even tried rebooting in OS 9 (I can do that!!) but there, also, I got the same error.
    I KNOW I'm not mistyping the password . . . what the heck is going on here?
    Thanks in advance. This is extremely frustrating.

    Golly gosh gosh . . . this was so long ago I have no idea what ended up happening. But these days if something like that happened to me I'd just junk the router and buy a new, more modern one. And have someone who knows what they're doing come in and set it up. And make sure every single thing he does is documented and that all passwords etc. are immediately stored in a safe and always accessible place.
    I know it's frustrating NOW and you want answers NOW, but sometimes there is just voodoo in the air and no amount of brainstorming settles it.
    I know you know all the standard procedures -- reboot everything, unplug, replug, dump preference files -- but in the end, just throw away the router and get a new one. In this disposable culture we have that's almost always the best and easiest solution.
    My wife has been bedevilled by an "Update Flash" problem on the computer that used to be mine but that I gave to her, and of course, it's those little kids at Adobe being spiteful at their old mentors and not supporting Flash on Power PCs any more, thus the non-functionality -- but thankfully this time I found a hack somewhere that immediately solved her problem. She was blown away, but ultimately it's going to be a lot worse on anyone still running a Power PC. Just give it all up and ditch the PPC and buy an Intel machine -- problem gone. The old days of trying to brainsttorm through a seemingly intractable problem are long, long gone. Ditch the offender and start all over again with a new offender.
    Let me (us) know what happened. I wish I could help you but I must have solved it somehow or given up on it -- I simply can't remember.

  • CSS Transition won't work in IE

    I have only tested this in Firefox and IE and for some reason the caption that is supposed to slide in just automatically appears in IE. You can find an example here http://css-tricks.com/examples/SlideinCaptions/. I modified it a bit more, trying to make it browser friendly but I still cannot get it to work in IE. Any help would be really appreciated here, thanks! I bolded the parts I'm having trouble with. Here is my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" href="style.css" type="text/css" />
    <script type="text/javascript" src="javascript.js"></script>
    <script>
    num = Math.floor( Math.random()* 3 );
    if ( num == 1 ) {
    image = "bg1.png";
    if ( num == 2 ) {
    image = "bg2.png";
    </script>
    <title>Embroidery by CJ</title>
    </head>
    <body onload="MM_preloadImages('contact1.png','about1.png','producst1.png','index1.png'), document.body.background = image">
    <div class="header">
    <div class="wrapper">
    <div class="logo">
      <img src="logo.png" width="438" height="56" alt="Embroidery by CJ" />
    </div>
    <div class="nav">
      <div class="link4">
      <center>
      <a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Contact','','contact1.png',1)"><img src="contact.png" alt="Contact" name="Contact" width="73" height="15" border="0" id="Contact" /></a>
      </center>
      </div>
      <div class="link3">
      <center>
      <a href="about.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('About','','about1.png',1)"><img src="about.png" alt="About" name="About" width="56" height="16" border="0" id="About" /></a>
      </center>
      </div>
      <div class="link2">
      <center>
      <a href="products.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Products','','producst1.png',1)"><img src="products.png" alt="Products" name="Products" width="83" height="20" border="0" id="Products" /></a>
      </center>
      </div>
      <div class="link1">
      <center>
      <a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Home','','index1.png',1)"><img src="index.png" alt="Home" name="Home" width="54" height="16" border="0" id="Home" /></a>
      </center>
      </div>
    </div>
    </div>
    </div>
    <br /><br />
    <div class="container">
    <div class="sidebar">
    <h4>Menu</h4><hr />
    <a href="babies.html" class="linkmain">Babies</a><br />
    <a href="bibs.html" class="linksecondary">Bibs</a>   <br />
    <a href="blankets.html" class="linksecondary">Blankets</a>   <br />
    <a href="burp-cloths.html" class="linksecondary">Burp Cloths</a>   <br />
    <a href="onesies.html" class="linksecondary">Onesies</a>   <br /><br />
    <a href="bathroom.html" class="linkmain">Bathroom</a><br />
    <a href="toilet-paper.html" class="linksecondary">Toilet Paper</a>   <br />
    <a href="soaps.html" class="linksecondary">Soaps</a>   <br /><br />
    <a href="hats.html" class="linkmain">Hats</a><br />
    <a href="womens-hats.html" class="linksecondary">Women's Hats</a>   <br />
    <a href="baseball-caps.html" class="linksecondary">Baseball Caps</a>   <br /><br />
    <a href="kitchen.html" class="linkmain">Kitchen</a><br />
    <a href="aprons.html" class="linksecondary">Aprons</a>   <br />
    <a href="napkins.html" class="linksecondary">Napkins</a>   <br /><br />
    <div class="currentmain">Towels</div>
    <a href="golf.html" class="linksecondary">Golf</a>   <br />
    <a href="kitchen-towels.html" class="linksecondary">Kitchen</a>   <br /><br />
    <a href="weddings.html" class="linkmain">Weddings</a><br />
    <a href="bottle-cozys.html" class="linksecondary">Bottle Cozy's</a>   <br />
    <a href="t-shirts.html" class="linksecondary">T-Shirts</a>   <br />
    <a href="lace-gloves.html" class="linksecondary">Lace Gloves</a>   <br />
    <a href="lace-hankies.html" class="linksecondary">Lace Hankies</a>   </div>
    <div class="main">
    <div class="productleft">
    <center>
      <figure class="cap-right">
            <img src="img.png" alt="">
            <figcaption>Kitchen towel with apples embroidered.</figcaption>
      </figure>
    </center>
    </div>
    <div class="productright">
    <center>
      <figure class="cap-right"><a href="kitchen-towels.html"><img src="kitchentowelsapplesthumb.jpg" alt=""></a>
            <figcaption>Kitchen towel with apples embroidered.</figcaption>
      </figure>
    </center>
    </div>
    <br class="clearfloat" /><br /><br /><br />
    </div>
    <div class="ad">
    <p> </p><br />
    </div>
    </div>
    </body>
    </html>
    And style.css:
    @charset "utf-8";
    /* CSS Document */
    html, body {
        height: 1195px;
        margin: 0;
        padding: 0;
        background-color: #F0F0E3;
        background-repeat: no-repeat;
    h4 {
        color: #2FBBFF;
    .clearfloat {
        clear: both;
    /* Header */
    .header {
        height: 110px;
        background-image: url(bg.png);
        background-repeat: repeat-x;
        -webkit-box-shadow: 0px 1px 10px #1E1E1E;
           -moz-box-shadow: 0px 1px 10px #1E1E1E;
            -ms-box-shadow: 0px 1px 10px #1E1E1E;
             -o-box-shadow: 0px 1px 10px #1E1E1E;
                box-shadow: 0px 1px 10px #1E1E1E;
    .linkmain {
        color: #1E1E1E;
        text-decoration: underline;
    .linksecondary {
        color: #666;
        text-decoration: underline;
    .linkmain:hover {
        color: #2FBBFF;
        text-decoration: none;
    .linksecondary:hover {
        color: #8AD9FF;
        text-decoration: none;
    .currentmain {
        color: #2FBBFF;
    .currentsecondary {
        color: #8Ad9FF;
    .wrapper {
        width: 960px;
        margin: 0 auto;
    .logo {
        float: left;
        width: 438px;
        margin: 34px 0 0 0;
    .nav {
        float: right;
        width: 510px;
        margin: 70px 0 0 0;
    .link1 {
        width: 25%;
    .link2 {
        float: right;
        width: 25%;
    .link3 {
        float: right;
        width: 25%;
    .link4 {
        float: right;
        width: 25%;
    /* Container */
    .container {
        width: 960px;
        margin: auto;
        margin-top: 10px;
    /* Sidebar */
    .sidebar {
        height: 738px;
        width: 17.5%;
        float: left;
        text-align: right;
        background-image:url(transparent1.png);
    /* Main */
    .main {
        height: 675px;
        width: 624px;
        float: left;
        padding: 63px 0px 0px 0px;
        background-color: #FBFBF7;
    .title {
        color: #1E1E1E;
    .description {
        color: #666;
    .row {
        width: 100%;
    .productleft {
        width: 50%;
        float: left;
    .productright {
        width: 50%;
        float: right;
    figure img {
        width: 300px;
        display: block;
    figure {
      display: block;
      position: relative;
      float: left;
      overflow: hidden;
      margin: 0 20px 20px 0;
    figcaption {
      position: absolute;
      background: rgba(0,0,0,0.75);
      color: white;
      padding: 10px 20px;
      opacity: 0;
      -webkit-transition: all 0.6s ease;
         -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
           -o-transition: all 0.6s ease;
              transition: all 0.6s ease;
    figure:hover figcaption {
      opacity: 1;
    figure:before {
      content: "Kitchen Towels";
      position: absolute; 
      color: white;
      opacity: 0.75;
      -webkit-transition: all 0.6s ease;
         -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
           -o-transition: all 0.6s ease;
              transition: all 0.6s ease;
    figure:hover:before {
      opacity: 0;
    .cap-right:before {
        bottom: 10px;
        right: 10px;
    .cap-right figcaption {
        bottom: 0;
        right: -30%;
    .cap-right:hover figcaption {
        right: 0;
    /* Ad */
    .ad {
        width: 144px;
        float: right;
        background-color: #FFF;

    Hi John
    IE10 even though it is playing 'catch up' on some features it has surpassed all the other browsers when it comes to typography, see - http://blogs.msdn.com/b/ie/archive/2012/01/09/css-corner-using-the-whole-font.aspx
    hix77 -
    You could achieve the same effect using an IE matrix transform in IE8 and below, (but I would not recommend this). The other possibility is to use IE9's transform property along with the content property, (this css property insert text into the document) that way when you hover over the image the 'extra' text is inserted. But this will not be a gradual slide-in as the transition property is required for that.
    The other alternative is to use jQuery's slide-in plug-in.
    (I am going to cause some disagreement now, so you have been warned!) -
    IE8 is now on a decline in usage for the home user, so if you are not targeting corporate or business users, don't worry about that browser too much. Also IE has now introduced an automatic browser upgrade into its normal updates system, (auto updates) so home users not on XP will have the newest version of IE installed for their system, (currently in Australasia, other regions by autumn of this year).
    XP will be IE8,(xp usage declining at approx 2% per month, currently 34% overall, (Microsofts figures not mine)) Vista will be IE9, Windows 7/8 will be IE10, but illegal copies of windows will not get these or any other updates.
    PZ

  • BB Link won't move past 1st "getting started" screen

    BB Link installed on Win 7, opens but won't let me past page 1 of "getting Started" screen.  The "next" button is inactive. I have uninstalled and reinstalled twice now with same results.  Also computer can't find all drivers for my Z10.  Any ideas?

    Hi Steve,
    Do you know if UAC is enabled withing Windows when you connect your device?
    If so, try disabling it, then connecting the device again and see if the prompt to install then appears and allows the process to complete.
    The following link includes instructions on how to disable it:
    http://www.blackberry.com/btsc/KB28458
    Let us know if this helps.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Connection to AD Share not working past 1st level

    10.10.3 client running on a network with a 2008 AD Server. setup 3 computers. 2 work fine and 1 of those is a laptop with a mobile account. The network AD users log into the "other" account and can access the server at the 1st level and sub folders without issue. On the last laptop the setup was the same however the AD user logs in and can only access the same server folder at 1st level. Sub folders are not visible. So I setup a new test user and discovered that the test user can't access the Subfolders either. So it seems to be local to the mac even though they are AD network accounts. Then I setup another local admin account and logged into that and then logged into the server using the ADnetwork account using the DNS address and I could see the 1st level folders but not the subfolders. However connecting to the server share via the IP/share allows viewing of the subfolders. So it would seem that it is a dns issue however on the other computers they all (PC and MAC) access the domainname/Sharepoint with issue. If anybody can shed any light on how I can access the subfolders using the full dns string as apposed to the ip I would be greatful. Again the other computers can access the server via the domainservername/share point.
    Thank you.

    10.10.3 client running on a network with a 2008 AD Server. setup 3 computers. 2 work fine and 1 of those is a laptop with a mobile account. The network AD users log into the "other" account and can access the server at the 1st level and sub folders without issue. On the last laptop the setup was the same however the AD user logs in and can only access the same server folder at 1st level. Sub folders are not visible. So I setup a new test user and discovered that the test user can't access the Subfolders either. So it seems to be local to the mac even though they are AD network accounts. Then I setup another local admin account and logged into that and then logged into the server using the ADnetwork account using the DNS address and I could see the 1st level folders but not the subfolders. However connecting to the server share via the IP/share allows viewing of the subfolders. So it would seem that it is a dns issue however on the other computers they all (PC and MAC) access the domainname/Sharepoint with issue. If anybody can shed any light on how I can access the subfolders using the full dns string as apposed to the ip I would be greatful. Again the other computers can access the server via the domainservername/share point.
    Thank you.

  • Flash player won't work and new one won't install

    My adobe flash player is not working, when I tried to download the latest flash player it would not install which means I cannot download a file i need from the transfer email program which requires the flash player. I have gone to the web site and went through the suggested routine of making sure things are enabled. Still no Luck. Need help!

    What is your operating system & version?
    What is your web browser?
    What exactly means "not working"?
    What exactly means "cannot"?

  • Rentals won't work on 1st Gen Apple TV

    I have a "First Generation" Apple TV that is less than 2 years old. Now it appears I can not play rented TV episodes on it. I have to buy yet another thing. Why? Is Apple that desperate for revenue that they have to resort to this kind of blackmail?

    TV rentals are only a recent addition, and your original appletv never had them.
    you have not lost anything, your appletv still does what it did when you bought it.
    if you want access to TV rentals then you need to buy a $99 second generation appletv.
    only you can decide if spending $99 is worth it to get "limited" TV show rentals.

  • Transitions don't work (stay black)

    Hello, I hope somebody can help me with the following problem:
    I'm using Adobe premiere elements 7, and I'm trying to put some transitions between the videoclips. But only two transitions are working, it is possible to edit the other transitions and put them between the clips but when I preview them I only see a black screen (sound does continue playing) where the transition should be. Does anyone know what to do?
    Thanks!
    Jorien

    Hello again,
    I’ve enclosed the timeline, zoomed in. The first screen is the timeline with a transition that does work, the second one is the same timeline with a transition that doesn’t work. But what I’m thinking now, Is that the transition maybe does work, I just can’t see it on the preview-screen. I can see the transition in the timeline, but the monitor stays black during the transition. So maybe I do need some kind of videocodec (this is new computer, so that’s certainly possible)?
    Grtz, Jorien

  • A particular widget won't work for a particular user

    I recently upgraded from 10.3.9 to 10.4.6. After trying out various widgets I have hit on a curious problem: the Unit Converter widget that is installed with the system will not work on my user account. It works on other user accounts. It works on a new "test" user account. But on my account, the widget just seems to hang: it appears, but the menus stay empty and I cannot type anything into the number fields. On other accounts this is the way it looks before it has loaded. And the same thing happens on both computers! All other widgets (Apple and third-party) seem to work fine on my account.
    I have tried the following:
    - trashed com.apple.dashboard.client.plist
    - trashed com.apple.dashboard.plist
    - trashed caches/dashboardclient
    - repaired permissions with disk utility
    - cleaned up caches with Applejack
    - uninstalled and re-installed widgets
    but the problem is still there.
    The Activity Monitor tells me that the Unit Converter DashboardClient is using between 80% and 94% of CPU.
    What could be special about my user account that is preventing Unit Converter from working?

    Thanks for the advice, Niel. Interestingly enough, the Unit Converter had not created a plist file. I did try you suggestion of dragging all the widget plist files to the desktop, but the Unit Converter still didn't work.
    But I have now found the solution. The problem was being caused by a custom number format that I had inherited from the Panther installation. In Tiger it's impossible to set a custom number format - the number format is set automatically for each region and it's impossible to change it. But it was possible to set a custom number format in Panther and it is recognized by Tiger. So I can either keep using my custom number format, in which case Unit Converter won't work, or set one of the standard number formats, in which case Unit Converter works (I see that now it actually launches, it has also created its plist file: eveidently the file didn't exist before because the widget had never got as far as creating it).
    I think it's very bad that Apple removed the custom number format feature. And since the old custom number format from Panther was recognized by the new system, it's also bad that this widget doesn't work with it.
    But at least I've found the solution to my own problem!

  • Apple is selling a game that won't Work, for now.

    The game in question is "HeavyMach2". Apple has discounted it from $.99 to .99. Thing is, the game cannot be played. Why? Because the developers are based in Japan. So, why sell a game that cannot be played? It's info goes over WiFi, and until Japan is able to get some kind of normalcy (may God watch over them), Heavy Mach 2 will not be playable.
    I think it's pretty chintzy of Apple to take this kind of advantage during the disasters going on over there.

    Thanks for the advice, Niel. Interestingly enough, the Unit Converter had not created a plist file. I did try you suggestion of dragging all the widget plist files to the desktop, but the Unit Converter still didn't work.
    But I have now found the solution. The problem was being caused by a custom number format that I had inherited from the Panther installation. In Tiger it's impossible to set a custom number format - the number format is set automatically for each region and it's impossible to change it. But it was possible to set a custom number format in Panther and it is recognized by Tiger. So I can either keep using my custom number format, in which case Unit Converter won't work, or set one of the standard number formats, in which case Unit Converter works (I see that now it actually launches, it has also created its plist file: eveidently the file didn't exist before because the widget had never got as far as creating it).
    I think it's very bad that Apple removed the custom number format feature. And since the old custom number format from Panther was recognized by the new system, it's also bad that this widget doesn't work with it.
    But at least I've found the solution to my own problem!

  • I'm not able to copy and paste files from my mac to hard disk and usb. I have tried dragging the items to those devices but it won't work. I also have tried copying and pasting those files onto those devices but that doesn't work too. Can any one help?

    I'm not able to copy and paste files from my mac to hard disk and usb. I have tried dragging the items I want to copy to those devices but it won't work. I also have tried copying and pasting those files onto those devices too but that doesn't work too. Can any one help?

    Hi BobRz
    Thanks for you suggestion but it didn't work - are there other ways for solving this problem? Or is it because my files that I want to copy and paste onto my hard disk etc are too big? (However there is space on my hard disk and it works on a PC)

  • Copy/Paste won't work between PrePro and AE

    Hello,
    I'm working with 720p MXF clips from an HVX200, and I'm trying to copy from Premiere into AE. It won't let me paste into AE.
    I've tried using a Dynamic Link, but that makes no difference.
    Thank you in advance!
    Adobe Production Premium CS3
    Windows Vista
    Core 2 Quad 2.5GHz
    4GB ram
    GeForce 9800GT

    A couple of things:
    - If you're using Dynamic Link, you don't need to also use copy and paste. Dynamic Link is a totally separate (and usually much, much better) way of moving data between the two applications.
    - As described on this page, you don't paste into the Composition panel in After Effects. You can paste from one Timeline panel to the other Timeline panel, or you can paste from one Project panel to the other.
    I think that the first point is the more important one here: If you're using Dynamic Link, forget about copying and pasting between the two applications.
    It seems, from your description of what you're trying to do, that you should use the first procedure on this page to replace your clip(s) with an After Effects composition in Premiere Pro and---and this is the important part---automatically create a composition in After Effects that contains the clips from Premiere Pro.

  • Recently got a new computer and downloaded iTunes.  All of my music has downloaded from the cloud witht the exception of one song.  I have tried transferring from my phone, but it won't work.  How do I get it back without having to download again?

    Recently got a new computer and downloaded iTunes.  All of my music has downloaded from the cloud witht the exception of one song.  I have tried transferring from my phone, but it won't work.  How do I get it back without having to download again?
    Thanks.

    If you do not have access to the iTunes Library on your Old computer... or its Backup...
    See these 2 Links...
    Syncing to a New Computer...
    https://discussions.apple.com/docs/DOC-3141
    Recovering your iTunes library from your iPod or iOS device
    https://discussions.apple.com/docs/DOC-3991
    If you do have access... See Here...
    iTunes: How to move your music to a new computer
    Or...
    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    An Added Bonus is that you will have a Backup of iTunes.

  • Hello I am having all of a sudden with my Face Tiime on MacBook Pro. I can't get it to verify my email address with I have always used. For some reason it had me log back in and now won't verify.It's always worked. No one can reach me. It goes straig

    Hello I am having all of a sudden with my Face Tiime on MacBook Pro. I can't get it to verify my email address with I have always used. For some reason it had me log back in and now won't verify.It's always worked. No one can reach me. It goes straight to my phone instead of my MacBook Pro. Help!!

    Any error message?

  • HP 7520 all in one - scan to computer won't work

    Hi there,
    I was wondering if someone would be able to help me with a scanning issue. I use my HP 7520 wirelessly, and the printing works fine. I can scan to email and to a USB, but scanning to my computer won't work. It used to work, and stopped one day. I've tried shutting down the printer, computer, and router to re-start.
    I also followed all of these directions:
    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?javax.portlet.begCach...
    I have a Mac OSX 10.8 operating system. I tried un-installing and re-installing the software, nothing works. But the printer is connected to my wireless network. The only thing I couldn't do with those instructions is under the "check scan to computer setting" area, number 7. Whwn I open my print que and click on "settings", I don't have a utility tab. So there is no where for me to check the box "scan to computer". Is that the issue? Not sure why I don't see this on my computer. Thanks!

    Hi clh283 and onespeedbiker,
    I understand you aren't able to scan from the printer to the computer.
    Thank you for your reply.
    I will be happy to help you with this.
    If you are missing the Utility tab then you won't have the option to enable the scan to computer.
    What drivers did you install?
    I would uninstall the printer. Uninstalling the Printer Software.
    Follow these steps to repair Disk Permissions.
    On the Apple menu bar, click Go, then click Utilities.
    From the sub menu on the right, double-click Disk Utility .
    From the list on the left, select your drive or active partition.
    Click the First Aid tab, then click Verify then Repair Disk Permissions .
    Restart your computer.
    Then download and run the installation.
    Here is the URL for the HP Photosmart 7520 e-All-in-One Printer Full Feature Software and Drivers - Mac OS X v10.6, v10.7 an...
    I have provided a document for A 'No Computer Detected' or 'Connection Error' Message Displays during Scanning. Steps for enabling the scan feature.
    This information is for onespeedbiker since you are using Win XP.
    I would download and run the Print and Scan Doctor since it might resolve the issue automatically.
    Find and Fix Common Printer Problems Using HP Diagnostic Tools for Windows.
    Hope this helps.
    Thank you for posting on the HP Forums. Have a great day!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for