Smart albums not working with multiple faces

I have a picture in an event tagged with 2 faces, Chase and Caleb.
I setup a smart album with two criteria: 1) Face 'is' Chase, and 2) Face 'is not' Caleb.
My smart album includes the photo above, but it shouldn't since I have specified that I want Caleb's face excluded.
What am I doing wrong?

But you've also specified that you do want Chase.
So you've said the iPhoto: Do show me this pic and as well as that, Don't show me this pic.
Is it set to match 'All' the criteria or 'Any'?
Regards
TD

Similar Messages

  • Why is scrolling not working with multiple youtube embeds layed out vertically in a stack on one page?

    Why is scrolling not working with multiple youtube embeds layed out in a stack on one page?

    Hi ,  
      This is a sort of performance issue , because your program takes more than the max time set for the program to execute in foreground.
    There are many stuff in program which will hamper your performance.
    I will list down a few
    1. SELECT *
    FROM konp
    INTO CORRESPONDING FIELDS OF TABLE konp_itab
    FOR ALL ENTRIES IN a363_itab
    WHERE knumh EQ a363_itab-knumh
    in this statement you are using for all entries a363_itab , but before this statement you are not checking if the table has any entry or not , please do remember that for all entries has this characterstic , that if you internal table does not contain any record , then all the records are selected from the database table. So in this case if you table a363_itab is empty , so what you want is no data must be seelcted from table konp , but what will happen is all the records in KONP will be seelcted.
    2. While retreiving data you are using seelct * even though you do not require all the fields , an example is
    <b>SELECT *
    FROM mkpf
    INTO CORRESPONDING FIELDS OF TABLE mkpf_itab
    FOR ALL ENTRIES IN mseg_itab
    WHERE mblnr EQ mseg_itab-mblnr.</b>
    in this your internal table contains only 2 fields
    <b>mblnr LIKE mkpf-mblnr, "Number of Material Document
    bldat LIKE mkpf-bldat, "Document Date in Document</b> , but to get these 2 fields you are selecting all the fields of the table.
    3. In select you are using into corresponding fields of table , it is not a good practice., so please avoidd it.
    Please understand that you must try to reduce the access to your database tables and try to keep it minimal , because this same thing may happen becasue data in DEV is very less compared to the volume of data in production , so a program working in DEV will take much more time in PRD if not written properly and may result in timeouts , as in your case.
    Please try to make chanegs to the prorgam and see if it works.
    In case you have more queries , please do revert back.
    Regards
    Arun
    *Reward points if replay is helpful

  • Smart Talk not working with Bluetooth since update

    I have been using Smart Talk for many months now on my iPhone.   I have a bluetooth headset which I generally use. 
    This has worked fine (with the exception that when I get an incomming call it disconnects the bluetooth from the Smart Talk call).
    But now, since installing version 1.28.0, Smart Talk is not working with my bluetooth headset at all.   When I first make a call the headset is connected - I hear ringback tone.  But as soon as the call is answered, the headset disconnects and the call is transferred to the iPhone itself.  And the Smart Talk app does not give me any options to select the "audio source" (as it does if I make an ordinary mobile call).
    As I almost exclusively use the headset, this latest update has made Smart Talk unusable for me.
    Is there anyway I can get back to the previous version?

    I worked out the problem... I'm using iPhone 4S iOS7 
    - Start BT Smart Talk from in car
    - call someone, connects to bluetooth
    - call someone else, connects to bluetooth
    - call someone else, no bluetooth connection
    - kill and restart BT Smart talk
    - call someone, connects to bluetooth
    - call someone else, connects to bluetooth
    - call someone else, no bluetooth connection
    3rd call, always no bluetooth.
    It seems there is no way to select the output like with all other bluetooth devices too

  • Smart scan not working with Insert Select statements

    We have observed that smart scan is not working with insert select statements but works when select statements are execute alone.
    Can you please help us to explain this behavior?

    There is a specific exadata forum - you would do better to post the question there: Exadata
    I can't give you a definitive answer, but it's possible that this is simply a known limitation similar to the way that "Create table as select" won't run the select statement the same way as the basic select if it involves a distributed query.
    Regards
    Jonathan Lewis

  • Smart Groups not working with keywords?

    I've gone through the various forum posts on Smart Groups (especially this one - http://discussions.apple.com/thread.jspa?messageID=8649078&#8649078) but still haven't found an answer to this problem.
    After importing my test files into my local iTunes install, I used the "Get Info" method to edit the metadata for those files. At this time, I put a series of keywords in the "grouping" field. I then uploaded these test files to our iTunes U site.
    When I search for those keywords on our site, I get the results that I expect to get. However, when I try to create a Smart Group based on any of those keywords, I get no results. I waited for a few days, hoping that the indexing would catch up and yield more search results - but that didn't seem to fix the problem. The documentation states that Smart Groups should work with keywords... so is there something I'm missing here?
    Any thoughts would be very helpful.

    Duncan, thanks for responding to me quickly.
    I'm confused where the keyword field is, though. I don't know of a keyword field using the "Get Info" method of editing the file's metadata on the local iTunes install, and the guide is unclear about where that field is or how to add information into it.
    On this page (http://deimos.apple.com/rsrc/doc/AppleEducation-iTunesUUsersGuide/UsingiTunesUSe arch/chapter10_section2.html), it mentions the following method for adding keywords for iTunes U:
    "To add additional keywords for iTunes U to search:
    1. Control-click the track where you want to add keywords, then choose Get Info from the shortcut menu that appears.
    2. Click the Info tab.
    3. Add keywords to the Grouping field. When searching your iTunes U site, after a track title, keywords in the Grouping field have the second-highest matching relevance.
    4. Click OK."
    This is the method that I've been using, since it seems to say that any words added to the "Grouping" field on the local install get read as keywords by iTunes U. Is there another way to add keywords to a file that I'm missing?

  • H:inputtext not working with multiple forms in JSF2.2

    h:inputText is not working in the latest JSF2.2 with multiple forms. I have 2 forms
    form1 have: one command button and one input text
    form2 has: one input text and one output label
    on click of command button in form1, i am rendering the form2(both outputlabel and input text).
    but only output label is rendered properly with correct values (corresponding getter method gets called and value is displaying) but the input text is not calling the corresponding getter method hence showing null.
    Note: we noticed this issue only if we use multiple forms, within single form its working fine. also it worked fine in JSF2.0
    Version used: JSF api - 2.2 (com.sun.faces) JSF impl - 2.2 (com.sun.faces)
    let me know if anyone have solution to handle this.
    the forms are not nested and both the beans are in View scope.  
    <h:form id="form1" prependId="false">
    <a4j:commandLink id="actionEdit" title="Click" action="#{bean.action}" 
    render="paymentInstructionDetail" styleClass="iconLarge edit" />
    </h:form>
    <h:form id="form2" prependId="false">
      <a4j:outputPanel ajaxRendered="true" id="paymentInstructionDetail">
      <h:inputText value="#{bean1.amount}" id="sample"/>
      <h:outputLabel value="#{bean1.amount}" id="sampleLabel"/>
     </a4j:outputPanel>
    </h:form>

    Your link doesn't work. Do you mind reporting it?

  • "Place is empty" Smart Album - not working as expected

    Hey just trying to figure out why when I make a Smart Album with the only criteria being "Place" "is empty" I get no pictures.
    About 10,000 photos in library, several hundred if not thousands have a "Place" tag under places.
    I would expect this Smart Album would display all of the photos I have not tagged with a place, or have no GPS data already.
    What am I doing wrong?

    Using "Includes" and nothing in the text box worked. Thanks! Very odd behavior though...

  • Smart Album not working

    Trying to set up a Smart Album that shows all pics not already in an album used to work but does not now. I keep a library for each year and trying to make sure only has pics for that year hence the smart album. If I select not in the album for the year that works but not if I sleet not in any. Any advice greatly appreciated.
    thanks
    Peter

    Thanks again I think that Larry is correct and I shoudl put my albums back to gether again at least that way importing a single pic once fixes most of the difficulty.
    Having all photos in one large library has many advantages. Most importantly, you can search all photos at once. Now you can only search one library at a time and cannot create albums, books, sideshows basd on all your pictures.
    Have not tried Aperture yet and from what you say same porblem as iPhoto.
    Not the same problem, but the same library format. That makes it easy to travel between the two worlds, and I am doing it frequently.
    In Aperture this works without problems:
    "Album name is not empty and does not contain 'Last Import'".
    That confirmed my suspicion, that the "Last Import" library item is indeed a smart album and not an event.

  • Smart connect not working with headphones

    smart connect app has stopped working with headphones, have tried emptying data and also restored the phone to factory settings, but still nothing with any pair of headphones, I have installed the soundabout app and all headphones are working with that, so wondering if it is a software problem rather than the headphone jack that is the problem, any advice please?
    Solved!
    Go to Solution.

    You tried a factory reset - Try performing a system repair using PC Companion as this will often fix issues - This will factory reset your phone and erase all data so backup what you need 1st - This is not the same as a factory reset but will achieve the same outcome
    Switch off your phone and unplug from Pc (Hold volume up and power for around 10 seconds)
    Start PC Companion and select Support zone then Update my phone/tablet then in Blue Repair my phone/tablet and follow the on screen instructions - When prompted connect your phone still switched off holding volume down or back button - This should start the repair or reformat process
    If you are using Windows 8/8.1 or a 64bit operating system then adjust the settings for PC Companion and run in compatibility mode and chose Windows 7 or XP
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Search not working with multiple select in dropdown field

    Hello,
    Please first visit below site for searching form on left side.
    http://diventarepartner.unicaimmobili.com/home-page_copy_dynamic
    There is a field called Tipologia which is dropdown menu with checkbox (multiple select). Choose more than one checkbox and its automatic append with comma in text field which is customized using javascript. Now then if you submit button then its not working as our products.
    Now for this there is a custom field in admin in web apps items. This field is same for all items and values are different for all items like that which you can see above dropdown checkboxes value.
    Now my question Is it possible that for that one field in admin which has different value for different items and when i search from website and checked that cehck boxes and it search for all different items ??
    For example in admin suppose 2 items which has different value for that one field. Suppose one has value called Appartamento and other is Villa. Now from search form which is on website, that dropdown checkboxes, if i select these two values (Appartamento and Villa) from these and then search, it will display that both items from web apps ???
    Is it possible ??? Can you help me for this ???
    Waiting for reply. Thanks in advance.

    Your link doesn't work. Do you mind reporting it?

  • HT2486 Smart Group not working for Multiple 'Not a Member of' Options

    I am trying to go through my contacts and assign everyone to a group.  I want to create a smart group whose criteria is "not in Group 1" AND 'Not in Group 2'.
    This does not work.  It simply gives me all the contacts.
    Also, is there anyone to see a contact and know to which groups they belong.  When I can't remember who someone is, it is helpful if I know what group.

    I have a different conclusion : for me, it works since 10.9 where it has never worked before (and I just checked it still works with 10.9.1) !
    I did not modified my groups, they simply started to work properly with 10.9.

  • Phpvirtualbox not working with multiple servers

    Hi,
    I have been working on phpvirtual box 4.1-7 for quite some time now. I was initially using it in windows 7 but when I wanted to access multiple serves through it, it did not work. Later I shifted to ubuntu and here also when i want to work using multiple servers it is not working. The error shown is "error connecting to vboxweb srvice". Even if i specify the ip address of the same host(i.e.localhost not 127.0.0.1 but 192.168.*.*) it shows the same error.
    Pleas eadvise as to what I could be doing wrong. I am using ubuntu natty.

    Hi,
    thanks for the reply. I am running the vboxwebsrv otherwise the phpvirtual box will not run at all right? And I am trying this on windows 7 also. Right now it is working if I run two or more instances on localhost as different users with different port but it does not work if i specify some ip. And the error is always could not connect.

  • Network Locations not working with Multiple SSIDs

    I've had a MacBookPro 15 for three years.  Started with 10.5 and upgraded to 10.6.  I just received a new MacBookPro 15 with Lion 10.7.
    The Issue:
    On 10.5 and 10.6 I use multiple network locaitons.  One for work, one for Home and one for Roaming.  I have a "Work" SSID at work and at Home.  I also have a "Home" SSID at home.
    So basically, when I'm home I can select "work" to be on my hardware VPN router and connect directly to the office.  Then, when I'm not working, I can switch to the "home" location and automatically connect to my home network and not have big brother watching me surf the web.
    In 10.7 this no longer works.  All of the WIFI settings are them same in both locations.  When I'm on "home" I add the SSID for home and it connects.  I then turn off the wifi and switch locations (same as I do in 10.6).  Then I turn WIFI back on, and it connects to my home SSID.  I go to the wireless settings, and add the work SSID and delete the home SSID.  I shut off wireless, change back to home and turn it back on.  I go to wireless settings, and the only SSID is the one I added under the work location.
    Has anyone else seen this change in behavior?
    Dan

    I prefer to continue the way I've been using it for 3 years rather than switch now.  The work location has the WIFI adapter as primary so that the default gateway is the wifi network even if I have a network cable plugged in.  This allows me to use my "work" network, but I can still share content with my local home network and also print to my local printer (not on my work network).
    So, this solution really doesn't work for me.  And yes, I know you can only connect to one at a time, but  again, those are not the only settings that I change when switching locations.  Those are the only settings that are broken.
    Dan

  • Spry Photo album not working with spry accordion

    I am trying to get a photo album to work in the spry
    accordion - so that each panel you click on the accordion is a new
    photo subject (ie waterfalls, sunsets ect) but it does not work
    well. Both the thumbs and the main picture are visible through all
    the accordion panels instead of the one I put it in. Any ideas why
    it might not work? Would you need to see my code?
    Thanks

    oh, you can see the website at http://redesignsbyava.com

  • Queries not working with multiple bind position variables?

    still need help here - can anyone provide any direction?
    (note: this is a follow-up from prior topic, " How to use JDBC Positional Binding Style & ExecuteWithParams?")
    I created two simple view objects off of the same entity
    object to perform this test:
    #1 - ViewObject with one bind position variable - where clause: where id > ?
    #2 - ViewObject with two bind position variables - where clause: where id > ? and id < ?
    I created two separate .jspx pages, view1.jspx (one input field) and view2.jspx (two input fields), for each view object by dragging ExecuteWithParams operation onto the JSF page.
    The .jspx page with one input field works (returns result sets.) The view2.jspx page with two input fields does not work - the query does not return any result sets (no errors produced, it just does not return any rows) - I've tested my query outside of jdeveloper and it works fine. I also tried switching my inputs to make sure I did not have an illogical query (i.e., id >100 and id< 1).
    Is there anything different / extra I need to do to use two bind position variables?
    Everything in this simple test was identical except for using 2 input variables versus 1.
    Technology stack is: jdeveloper 10.1.3, jsf/ADF BC, mySQL 5.01
    Message was edited by:
    javaX

    Using the where clause: "where id > ? and id < ?” for the 2 input variables, I get the same result - no row results returned (though query works outside the browser.)
    Interestingly, I modified the where clause to “where between ? and ?”, and then used values of ‘1’ and ‘100’ to test. Using the BC4J tester, the query gave back a single row with id = 100 (should have brought back 100 rows because there are 100 records with id’s 1-100.) So I got it to return something, but not the right results. This makes me believe that a different query is being sent to MySQL other than what I'm expecting from what is shown in the SQL Statement of the View Object..
    Is there anyway to view what SQL statement is actually being sent to the database using the BC4J tester? Also, could this be an issue related to the mySQL connector drivers and JDeveloper? I’m using mysql-connector-java=3.1.11-bin.jar (10/10/2005)? First though, if I could see what query is actually being sent, this may help me to debug and figure out the problem.

Maybe you are looking for