I am unable to batch tag photo's,  I followed the instructions but it only tags the first photo

I am trying to batch tag photos.    It will only tag the first photo

Do it in grid mode (press 'g').

Similar Messages

  • Most times when I import photos from my desktop or dropbox to iPhoto, iPhoto will keep the title I created for the image as the display title under the image. but occasionally it displays the filename instead and I have to go back through and reenter

    most times when I import photos from my desktop or dropbox to iPhoto, iPhoto will keep the title I created for the image as the display title under the image. but occasionally it displays the filename instead and I have to go back through and reenter the title in iPhoto. why the inconsistency? running OS 10.9.5 and using iPhoto 9.5.1

    Try this:  select one of the photos that are showing the wrong title and use the Photos ➙ Batch Change ➙ Title to File Name menu option.
    See if that will put the name that you want under the thumbnail.

  • I have a photo album in my apple tv but can't get the apple tv to use it as a screen saver. it is using older photos

    I have a photo album in my apple tv but can't get the apple tv to use it as a screen saver. it is using older photos

    Is this a software or hardware issue? 

  • Is there any reason photos in an album page display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

    Is there any reason photos in an album page created in iweb display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

    there are three displays in photos page:
    1) thumbnails grid - smallest
    2) deatial view and detail view slideshow - large
    3a) pop-up slideshow - vary - this is slideshow.html
    3b) or iphone/ipad slideshow phoneshow.html - iphone/ipad can't do pop-up
    it's difficult to know which you refer to.
    if you refer to pop-up slideshow then you should not look into iwebmediagrid.js as wyodor suggested.
    instead look in phoneshow.html and change width and heigth of element id slideshow:
    #slideshow {
    position: relative;
    width: 320px; /* this is default width */
    height: 360px; /* this is default height */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

  • My flash reads the xml, but does not understand the tag php....

    my flash reads the xml, but does not understand the tag php. I want to read my xml dynamically, please help me.
    code:
    stop();
    function randomOrder(targetArray)
        var _loc2 = targetArray.length;
        var _loc3 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc3[_loc1] = _loc1;
        } // end of for
        var _loc4 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc4[_loc1] = _loc3.splice(Math.floor(Math.random() * _loc3.length), 1);
        } // end of for
        var _loc5 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc5[_loc1] = targetArray[_loc4[_loc1]];
        } // end of for
        return (_loc5);
    } // End of the function
    var randomNUM = "?n=" + random(9999);
    _root.lan = 1;
    var homehead;
    var homelink;
    var homelinkwindow;
    var homebg;
    var homeflash;
    var lamp = Array();
    var promo = Array();
    var promobottom = Array();
    var headimg = Array();
    f_xmlwork2 = new XML();
    f_xmlwork2.ignoreWhite=true;
    f_xmlwork2.load("banner.php");
    f_xmlwork2.onLoad = function(sucess){
        if (sucess){
             trace ("XML loaded!");
             f_xmlItemx2 = parseInt(this.firstChild.childNodes[0].firstChild);
             f_totalx2 = f_xmlItemx2.length;
            trace(f_totalx2);
             var _loc12 =0;
             // declarar a imagem de fundo
             homebg = this.firstChild.childNodes[0].firstChild.nodeValue;
             f_headimg = this.childNodes[1];
                 for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)    {
    juju = f_headimg.childNodes[_loc2];
    jj = headimg.push({headimg: f_headimg.childNodes[_loc2].attributes.headimg, bgimg: f_headimg.childNodes[_loc2].attributes.bgimg, msgimg: f_headimg.childNodes[_loc2].attributes.msgimg, leftthrow: f_headimg.childNodes[_loc2].attributes.leftthrow, rightthrow: f_headimg.childNodes[_loc2].attributes.rightthrow});
                 //end for
    allpromo = this.childNodes[2];
    jjpromo = allpromo.childNodes;
    for (var _loc2 = 0; _loc2 < allpromo.childNodes.length; ++_loc2)
    trace (jjpromo[_loc2].attributes.title);
    jj = promo.push({img: jjpromo[_loc2].attributes.img, title: jjpromo[_loc2].attributes.title, url: jjpromo[_loc2].attributes.url, window: jjpromo[_loc2].attributes.window, info: jjpromo[_loc2].childNodes[0].nodeValue});
        // end of for
        allpromobottom = this.childNodes[3];
        jjpromobottom = allpromobottom.childNodes;
        for (var _loc2 = 0; _loc2 < allpromobottom.childNodes.length; ++_loc2)
            trace (jjpromo[_loc2].attributes.title);
            jj = promobottom.push({url: jjpromobottom[_loc2].attributes.url, window: jjpromobottom[_loc2].attributes.window, info: jjpromobottom[_loc2].childNodes[0].nodeValue});
        } // end of for
         if (f_xmlwork2.loaded == true)
            headimg = randomOrder(headimg);
            for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)
                trace (headimg[_loc2].headimg);
            } // end of for
            play ();
        } // end if
    trace(f_xmlwork2);
    stop();
    PHP code:
    <?
    $link=  mysql_connect("localhost","rnpac_eco","123");
    mysql_select_db("rnpac");
    $dir="banner/";
    $dir1="produtos/img_pro/";
    $dir2="universo/actividades/";
    $sql = 'SELECT tbl_produto.id_produto, tbl_produto.produto, tbl_produto.legenda, tbl_produto.detalhe, tbl_produto.preco, tbl_produto.produto_cat_id, tbl_detalhe_produto.proprietario, tbl_detalhe_produto.local, tbl_detalhe_produto.qualidade, tbl_detalhe_produto.alcool, tbl_detalhe_produto.acidez, tbl_detalhe_produto.ph, tbl_detalhe_produto.informacao, tbl_detalhe_produto.gestor, tbl_detalhe_produto.condicionamento, tbl_detalhe_produto.detalhe_t, tbl_detalhe_produto.interesse, tbl_detalhe_produto.transporte, tbl_detalhe_produto.produto_id, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1, tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6
    FROM tbl_cat_produto, tbl_produto, tbl_detalhe_produto, tbl_imagem_produto WHERE tbl_produto.id_produto = tbl_detalhe_produto.produto_id AND tbl_produto.id_produto = tbl_imagem_produto.produto_id ORDER BY RAND()';
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row1=mysql_fetch_array($resultado);
    $sql = "SELECT  tbl_sub_universo.id_subuniverso, tbl_sub_universo.subuniverso, tbl_sub_universo.universo_id, tbl_actividade.id_actividade, tbl_actividade.entidade, tbl_actividade.legenda, tbl_actividade.subuniverso_id, tbl_actividade.det, tbl_actividade.preco, tbl_actividade.data, tbl_detalhe_actividade.actividade_id, tbl_detalhe_actividade.periodo, tbl_detalhe_actividade.descricao, tbl_detalhe_actividade.programa, tbl_detalhe_actividade.informacoes, tbl_detalhe_actividade.actividades, tbl_detalhe_actividade.localizacao, tbl_detalhe_actividade.locais, tbl_detalhe_actividade.servicos, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1,tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6, tbl_imagem_produto.actividade_id FROM  tbl_sub_universo, tbl_actividade, tbl_detalhe_actividade, tbl_imagem_produto WHERE tbl_actividade.id_actividade =tbl_imagem_produto.actividade_id AND tbl_actividade.id_actividade =tbl_detalhe_actividade.actividade_id ORDER BY RAND()";
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row2=mysql_fetch_array($resultado);
    $query='SELECT * FROM tbl_banner ORDER BY RAND()';
    $resultado = mysql_query($query);
    echo' <?xml version=\"1.0\"?>
    <home_left_headline>
    <bgimg>'.$dir2.''.$row1['imagem1'].'</bgimg>
    </home_left_headline>
    <home_flash>';
    while($row = mysql_fetch_array($resultado)) {
    echo'<swf headimg="" bgimg="" msgimg="" leftthrow="" rightthrow=""></swf>';
    echo'</home_flash>';
    echo'<promotop>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    </promotop>';
    mysql_close($link);

    i have two files banner.php, for testing my flash banner.
    This one works:
    -------------------------------| banner.php |---------------------------------------------
    <?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>
    -------------------------------|end  banner.php |---------------------------------------------
    this other does not work:
    -------------------------------| banner.php |---------------------------------------------
    <?php
    echo"<?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>";
    ?>
    -------------------------------|end  banner.php |---------------------------------------------
    Why? What is wrong? why does my flash does not understand the tag php
    Message was edited by: armandix

  • HT1048 Hi, I'm trying to order a photo album through IPhoto, my billing address is in the UK but I'd like the book to be sent to an address in the US. I cant change the shipping address to US.

    Hi, I'm trying to order a photo album through IPhoto, my billing address is in the UK but I'd like the book to be sent to an address in the US. Step 3 says enter shipping address, I go to enter new address and the only country it offers is the UK, I cant change the shipping address to US.

    Go to File / Provide Feedback and tell Apple that you want this enhancement in their product.

  • HT201276 hi I was unable to quit Safari on my laptop it is buffering but it is not closing i have re-started the laptop but after re-start the laptop safari is not closing still it is buffering

    hi I was unable to quit Safari on my laptop it is buffering but it is not closing i have re-started the laptop but after re-start the laptop safari is not closing still it is buffering
    Please help me

    Force Quit Safari.
    Press command + option + esc keys together at the same time.
    Wait.
    When Force Quit window appears, select Safari if not already.
    Press Force Quit button at the bottom of the window.
    Wait.
    Safari will quit.
    If this does not help, press the power button for 7 or more seconds.
    Computer will shut down.
    Restart.

  • HT1338 Hi, I have accidently sent my iPhoto from the dock to the trash, can I get it back? I've searched the trash but can't find it, my photos are still in the computer, but I can't access them with the iPhoto icon in the dash.

    Hi, I have accidently sent my iPhoto from the dock to the trash, can I get it back? I've searched the trash but can't find it, my photos are still in the computer, but I can't access them with the iPhoto icon in the dash.

    See this,
    I lost my Safari /other on the Dock! "poof" "?"

  • HT1688 My phone is trying to send an email that it can't send. The message is in the Outbox. I would like to delete the message but as long as the message is trying to send it, I am unable to.  Is there any way to tell it to stop sending so that I can del

    My phone is trying to send an email that it can't send. The message is in the Outbox. I would like to delete the message but as long as the message is trying to send it, I am unable to.  Is there any way to tell it to stop sending so that I can delete it?

    Thanks - the only thing is for a long time it would not allow my to select Edit - I tried it but - what ever - this time it did - THANKS - Mark

  • HT1420 I have successfully deauthorised my old computer but am unable to authorise my new machine.  I have followed the instructions but there is no option on the store menu to 'Authorise this computer'. Please help!

    I have successfully deauthorised my old computer but a unable to authorise my new machine.  I have followed the instructions but there is no option on the store menu to 'Authorise this computer'.  Please help!

    There's a couple of ways to get through to the authorisation controls in the 11.0.x versions.
    The control is still in the Store menu, but first (if you're using iTunes versions 11.0.x) you might need to bring up the menu bar to see the Store menu.
    If you're using 11.0.x, click on the wee boxy icon up in the top-left corner of your iTunes to see the "Show Menu Bar" control, as per the following screenshot:
    Then you'll find the control in the Store menu:
    Alternatively, if you don't want to bring up the menu bar, it's still possible to get into the authorise controls via nested menus accessible from the wee boxy icon. Here's a screenshot of where to find them:

  • Using WEB Output HTML Gallery and uploading using ftp upload the HTML page views correctly but images only display the alt tag?

    Using WEB Output HTML Gallery and uploading using ftp upload the HTML page views correctly but images only display the alt tag in the browser window?

    After a little investigation, I discovered that PNGs also do not render correctly in IE7 in similar circumstances.
    I ended up using Levels in Photoshop to bring the output blacks up to "5", saved the images as PNGs, modified the HTML from .jpg to .png, and that seems to have covered up the problem well enough.
    By the way, I did confirm that IE8 beta 2 renders the images correctly.
    Brian

  • My problem started when i connected my iphone5 into mac book and i started restoring data, by that i lost my recent photo's ,i tryed a program but it was recovering the previous photo's not the recent once ... need ur help what to do plz....thank u

    my problem started when i connected my iphone5 into mac book and i started restoring data, by that i lost my recent photo's ,i tryed a program but it was recovering the previous photo's not the recent once ... need ur help what to do plz....thank u

    Not much you can do.  You overwrote your current data with older data when you restored the phone from that backup.  Your data's gone.

  • I am deciding to get CC for photographers package. I already have Lightroom 5 (I bought this separately a few months ago) The photo package includes Photoshop and Lightroom but I only need Photoshop. Would I get a discount if I only need photoshop? Is thi

    I am deciding to get CC for photographers package. I already have Lightroom 5 (I bought this separately a few months ago) The photo package includes Photoshop and Lightroom but I only need Photoshop. Would I get a discount if I only need photoshop? Is this a possible option?

    There are no discounts. the package is already as cheap as it gets.
    Mylenium

  • I cant send a photo to my phone in iphoto but i can through the regular mail i rebuilt iphoto but it still wont send a simple photo to my verizon phone

    I cant send a photo to my phone in iphoto but i can through the regular mail on my Imac i rebuilt iphoto but it still wont send a simple photo to my verizon phone

    I tried to use mail in iphoto and it doesnt work
    Ok. Get any error messages?
    When I totally bypass iphoto and use my Apple mail program it will work
    Ok.
    If I try to use my Apple mail  program  in iphoto it wont work
    Doesn't that directly contradict the last statement?

  • I have deleted photos from my i phone 4 but when i sync the phone they reappear in my How do i delete these permenantly.  I cannot see them anywhere backed up to the computer.

    Hello
    I have deleted photos from my i phone 4 but when i sync the phone they reappear on my camear roll.  How do i delete them permenantly? I cannot see them backed up onthe computer anywhere.

    iPhone's Photos app > Photo Stream > select photos and tap the trashcan.

Maybe you are looking for

  • NI-LabVIEW run-time engine interop 2010 failed to install

    Hi, While installing Labview 2010 (32 bit) I got an error message: NI-LabVIEW run-time engine interop 2010 installation has failed with the following error: Error 1935. .... (see the .ppt for screenshot if interested)... HRESULT 0x8002802F I googled

  • How can i get the music from my old generation ipod touch on to my new windows computer

    I have an old generation ipod touch 8GB with itunes version 3.1.1 and i want to get the music that is on it on to my new computer. some of the music was downloaded from websites while some of it was rippped from CDs and my computer.

  • Office jet pro 8600 plus Printer and software will not open in windows 8.1

    I have unistalled and reinstalled printer and updated driver.  my computer and printer are reading each other but the "printer assistant control panel thing. will not open nor will the diagnostic software.  I have run out of ideas. Help!

  • ITunes 8.0.2 won't install

    I haven't been able to install I-Tunes 8.0.1 or 8.0.2. I have Windows XP. I get the message: "There is a problem with this Windows Installer Package. A program run as part of the set up did not finish as expected. Contact your support personnel or pa

  • MBA frozen at start-up

    My MBA 2011 (latest update) froze at the apple icon after I installed Java 7 and Adobe Flash.  The Java 7 was installed without an issue, but during updating Adobe Flash, it had asked me to quit Firefox to continue with the update.  I delayed closing