How to remove faces added on Facebook?

Hello there,
I'll try to describe my problem as precisely as possible.
I have recently noticed that, after posting pictures on Facebook through iPhoto and then identifying some persons over there, their names do show up on my iPhone Photo App as separate entities!? ... although they do not appear at all in iPhoto on my Mac.
So basically my question is: how can I remove/delete these persons/tags that I identified when once using Facebook (that I don't use anymore - account deleted) from the native iPhoto application? Obviously it kept this information somewhere in an hidden spot
Thanks in advance for your help.

Apparently, I found out myself, by going back on the pictures involved, taking the "naming" command and deleting the frame around the persons in question ...
Not very intuitive but it worked apparently.

Similar Messages

  • How to remove faces from url

    Hi All,
    Following is my web.xml
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
        <description>Empty web.xml file for Web Application</description>
        <context-param>
            <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
            <param-value>client</param-value>
        </context-param>
        <context-param>
            <param-name>CpxFileName</param-name>
            <param-value>com.gemini.view.DataBindings</param-value>
        </context-param>
        <filter>
            <filter-name>adfBindings</filter-name>
            <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
        </filter>
        <filter>
            <filter-name>adfFaces</filter-name>
            <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
        </filter>
        <filter-mapping>
            <filter-name>adfBindings</filter-name>
            <url-pattern>*.jsp</url-pattern>
        </filter-mapping>
        <filter-mapping>
            <filter-name>adfBindings</filter-name>
            <url-pattern>*.jspx</url-pattern>
        </filter-mapping>
        <filter-mapping>
            <filter-name>adfFaces</filter-name>
            <url-pattern>*.jsp</url-pattern>
        </filter-mapping>
        <filter-mapping>
            <filter-name>adfFaces</filter-name>
            <url-pattern>*.jspx</url-pattern>
        </filter-mapping>
        <servlet>
            <servlet-name>Faces Servlet</servlet-name>
            <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
            <load-on-startup>1</load-on-startup>
        </servlet>
        <servlet>
            <servlet-name>resources</servlet-name>
            <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
        </servlet>
        <servlet>
            <servlet-name>geminiservlet</servlet-name>
            <servlet-class>com.gemini.view.managed.geminiservlet</servlet-class>
        </servlet>
        <servlet>
            <servlet-name>gemini</servlet-name>
            <servlet-class>com.gemini.view.managed.gemini</servlet-class>
        </servlet>
        <servlet-mapping>
            <servlet-name>Faces Servlet</servlet-name>
            <url-pattern>/faces/*</url-pattern>
        </servlet-mapping>
        <servlet-mapping>
            <servlet-name>resources</servlet-name>
            <url-pattern>/adf/*</url-pattern>
        </servlet-mapping>
        <servlet-mapping>
            <servlet-name>geminiservlet</servlet-name>
            <url-pattern>/faces/geminiservlet</url-pattern>
        </servlet-mapping>
        <servlet-mapping>
            <servlet-name>gemini</servlet-name>
            <url-pattern>/gemini</url-pattern>
        </servlet-mapping>
        <session-config>
            <session-timeout>35</session-timeout>
        </session-config>
        <mime-mapping>
            <extension>html</extension>
            <mime-type>text/html</mime-type>
        </mime-mapping>
        <mime-mapping>
            <extension>txt</extension>
            <mime-type>text/plain</mime-type>
        </mime-mapping>
        <welcome-file-list>
            <welcome-file>/login.jsp</welcome-file>
        </welcome-file-list>
    </web-app>I access the site using http://bri-dev2/Gemini/faces/login.jsp
    I want to remove faces from the URL. like http://bri-dev2/Gemini/login.jsp
    How can I achieve this ?
    I used /* in the Faces Servlet URL Pattern. and when I accessed the page using
    http://bri-dev2/Gemini/login.jsp it gave me FacesContext Exception. I am using FacesContext object in login.jsp and several other jsp pages. So /* did not work.
    Any idea ?
    thanks,
    pp

    Sorry, it took long time. bcoz after that, all the components of server were down. I had to restart the server.
    Well, Following is the log:
    07/08/09 18:12:35 Start process
    07/08/09 18:13:04 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:05 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:05 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:05 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:05 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:06 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:06 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:06 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:06 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:06 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:07 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/09 18:13:14 Error initializing site OracleAS Java Web Site: No application named 'BC4J' found in the server
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    Aug 9, 2007 6:13:19 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)
    07/08/09 18:13:25 Tutalii: D:\Apps\OraHome_1\j2ee\home\applications\webappjdk14ver80\webappjdk14ver80\WEB-INF\lib\adf-faces-api.jar archive
    07/08/09 18:13:25 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    07/08/10 08:21:29 Error initializing site OracleAS Java Web Site: No application named 'BC4J' found in the server
    07/08/10 08:22:30 Notification ==> Application Deployer for webappjdk14ver80 STARTS [ 2007-08-10T08:22:30.864PDT ]
    07/08/10 08:22:30 Notification ==> Do not undeploy previous deployment
    07/08/10 08:22:30 Notification ==> Copy the archive to D:\Apps\OraHome_1\j2ee\home\applications\webappjdk14ver80.ear
    07/08/10 08:22:30 Copy file C:\WINDOWS\TEMP\dir53654.tmp\webappjdk14ver80.ear to D:\Apps\OraHome_1\j2ee\home\applications\webappjdk14ver80.ear
    07/08/10 08:22:31 Notification ==> Unpack webappjdk14ver80.ear begins...
    07/08/10 08:22:31 Auto-unpacking D:\Apps\OraHome_1\j2ee\home\applications\webappjdk14ver80.ear... done.
    07/08/10 08:22:31 Notification ==> Unpack webappjdk14ver80.ear ends...
    07/08/10 08:22:31 Notification ==> Initialize webappjdk14ver80.ear begins...
    07/08/10 08:22:31 Auto-unpacking D:\Apps\OraHome_1\j2ee\home\applications\webappjdk14ver80\webappjdk14ver80.war... done.
    07/08/10 08:22:32 Copying default deployment descriptor from archive at D:\Apps\OraHome_1\j2ee\home\applications\webappjdk14ver80/META-INF/orion-application.xml
    to deployment directory D:\Apps\OraHome_1\j2ee\home\application-deployments\webappjdk14ver80...
    07/08/10 08:22:32 Notification ==> Initialize webappjdk14ver80.ear ends...
    07/08/10 08:22:32 Notification ==> Initialize webappjdk14ver80 begins...
    07/08/10 08:22:32 Notification ==> Initialize webappjdk14ver80 ends...
    07/08/10 08:22:32 Error initializing data-source 'jdbc/GeminiSQLConnection1CoreDS': DriverManagerDataSource driver 'com.mysql.jdbc.Driver'
    not found
    07/08/10 08:22:32 Notification ==> Application Deployer for webappjdk14ver80 COMPLETES [ 2007-08-10T08:22:32.695PDT ]
    07/08/10 08:22:32 Error initializing site OracleAS Java Web Site: No application named 'BC4J' found in the server
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    Aug 10, 2007 8:22:36 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)
    07/08/10 08:22:39 Tutalii: D:\Apps\OraHome_1\j2ee\home\applications\webappjdk14ver80\webappjdk14ver80\WEB-INF\lib\adf-faces-api.jar archive

  • How to remove music added to the frame

    I have added music (in loop) to the first frame of main timeline (through property panel), So it keeps playing till the last frame, but when the control jumps to first frame again after finishing all frames there are two musics playing, How can that be stopped?

    You don't have a lot of control if you dragged the sound to the stage and then set it to loop in the properties panel. You can either jump back to frame 2, so you don't play the sound at frame 1 when you loop the timeline or you can control the sound yourself using AS. Here's a little sample you could place in frame 1 that loops the sound 'libSound' 999 times, and only plays one time by using a flag variable:
    var a:Sound;
    var c:SoundChannel;
    var isPlaying:Boolean;
    if(!isPlaying){
        isPlaying = true;
        playSound();
    function playSound()
        a = new libSound(); //sound from library
        c = new SoundChannel();
        c = a.play(0,999);   

  • JLayeredPane problem:  How to remove object added at specific depth in

    JLayeredPane?
    For instance, I have a class called BlobEvolution. In that class, I have an array of JLayeredPanes squrares[row][col][depth]. I add an object Blob, to a new LayeredPane cell, using the statement LayeredPane cell=new LayeredPaine();
    cell.add(Blob, new Integer(2));, then I add the cell to a contentPane using contentPane.add(cell). I set squares[row][col][0] to point to cell, and squares[row][col][2] refers to the blob object in the cell.
    but now I want to remove a certain layer from the cell and repaint that cell to display only the deeper contents of the cell. Or I want to remove the blob in the cell, which is always at depth 2 in the cell. How would I do that? And how do I repaint only that cell?

    By the way, both objects that I add to the layeredpanes extend JLayeredPanes.
    I actually tried to do this remove call: squares[row][col][0].remove(2);
    I was trying to point to the cell layeredpane that contains the two objects, blob, and plankton. blob was placed at depth 2, so I tried to remove the depth 2 component. but I get an ArrayIndexOutofBounds Exception and it says no such child:2. java.awt.Container.getComponent(Container.java:237)
    javax.swing.JLayeredPane.remove(JLayeredPane.java:216)
    BlobEvolution.removeblob(BlobEvolutioin.java:133)
    That's essentially the error message I get in the console. Obviously, it's the remove statement above that's giving me the problem, but I don't know what's wrong with it and how to fix it.
    Please, if anyone can help I'd really appreciate it.

  • How to Remove Computer Added Mysteriously and Without NMagic!

    Don't know how but on my NMagic map there is now a mysterious new computer which I didn't add.  I can't figure out how to get rid of it since it also says I need to install NMagic on that mysterious computer.  If I install it on that computer which is non-existent, then I'll really be installing it twice on my desktop (which, yes, is already in the network map).  Does anyone know how to get rid of a ghost computer which has showed up in my NM map?   Geesh!!! Email at [email protected] if you can help.  Thanks!

    Solved my problem. I made all the changes suggested by mbroadfo  in the query "Network Map Issues Solved" and it fixed my problem
    Theron...

  • How to remove default facebook email on login scre...

    I am using the latest version of Skype.
    When I start Skype, the main Skype login screen show up.  At the bottom right corner, there is a link to Sign in with facebook,  After the link is clicked, then a facebook logon screen will showup.  I did logon using facebook once and logout but my facebook id becomes the default on that field.
    My question is how to remove the default email/facebook ID on that screen.  I did not login in to Skype, not on facebook.  I have tried uninstall Skype and delete all the file in %appdata%skype directory. I did try to blank out the field and close Skype.  It doesn't work.
    However none of the method works.  When I go to the facebook logon screen in Skype, the default facebook ID still show up(I used that ID logon once but have already logout).
    I have already removed the my Skype/facebook account association already but the facebook address still showup as default.
    Any idea to clear that default?

    Will this terminal command work in OS X 10.10?
    sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED FALSE

  • How do you remove previously added computers?

    Just a little while ago, I noticed some unknown device appeared on my "Computers" box on the "My Network" menu. I don't know the origin of this device, but I would like to remove it from my wireless network as soon as possible (especially if it's from an outside source). However, I couldn't find anything telling me how to remove previously added computers/devices.
    Oh, and if this device is from an outside source (e.i. hacker), I just activated my router's security settings as a precaution.

    I had the same problem--an unknown computer suddenly showed up on my secured network and I was notified. I changed my encription but that computer is still listed. Is changing the encryption good enough? It makes me nervous to see that computer sitting there without knowing where it came from and whether it is actually able to access my network.

  • Remove faces messages from context

    Hi,
    I am using below code to remove messages from context.
    But unable to remove messages.
    Please any one help me how to remove faces messages from context.
    Iterator iterator = FacesContext.getCurrentInstance().getMessages();
    while (iterator.hasNext()) {
            iterator.remove();
    }Thanks,
    sivareddy
    Edited by: sweetreddy2001 on Aug 26, 2009 6:56 PM

    Check the topic right below yours in the topic listing. The same question was asked and answered some hours ago.

  • How to remove old Facebook faces from iTunes Sync of iPhoto pictures

    Hey,
    I'm using iPhoto since years for collecting and managing all of my pictures.
    Some years ago I allowed iPhoto to connect to Facebook in order to sync pictures and compare names with faces.
    After soe weeks I just deleted this function in order to let iPhoto manage my pictures and faces alone.
    Now after the last update of Mavericks and iTunes I'm quite wondering why iTunes displays all the delected faces  from the facebook integration years ago as an option to sync faces to my iPhone. (but this faces or even names are no longer available in iPhoto library)
    Does anyone know how to solve this.
    Thank you very much indeed

    Thanks for the reply. That's what I thought. The strange thing is every place I look it is correct. The mail account on my Mac is correct and functioning properly. The entries in the MobileMe System Preference is correct as well.
    Is there anyway to force iTunes to update the mail accounts listed or would i have to backup and then deleted the mail account on my Mac and redefine it. Would that work?
    The reason I am trying to get the sync to work is to try and get another problem resolved. My MobileMe Calendar and Contacts are not syncing wirelessly to my iPhone (although mail works fine). I've read in some cases syncing through iTunes will sometimes resolve this issue.
    Thanks again

  • Removed face tags in iPhoto remain on Facebook

    Hello,
    I have published pictures with face tags to Facebook. Adding new faces to the picture in iPhoto works just fine, the changes appear on Facebook. However, when I delete faces from pictures in iPhoto, the tags don't get removed from the Facebook page.
    I did click on the sync-symbol next to the published albums name.
    Has anyone similar problems with Facebook synchronization?
    Thanks for any help.

    There is no standard field for faces. To transfer information you must put it in the standard place that the new program will use. That does not exist for faces. One work around would be to use keywords. You include the available metadata in a photo by checking all if the boxes when you export the photo(s). What the receiving program is determined by the authors of that program. All iPhoto can do is write what it offers to the IPTC &amp; EXIF fields which it will
    LN

  • HOw Can I remove faces from the URL

    I know that it's in the web.xml file but as soon as i remove the faces part from the file nothing works. Someone please tell me how to properly remove "faces" from the url. Example http:.//localhost:8080/croot/Page1.jsp
    Thanks in advance

    I know that it's in the web.xml file but as soon as i remove the faces part from the file nothing works. Someone please tell me how to properly remove "faces" from the url. Example http:.//localhost:8080/croot/Page1.jsp
    Thanks in advance

  • Does anyone know how to remove references to facebook and Twitter from the settings and "share" feature screens?

    I don't use facebook or Twitter and I shouldn't have to see references to them in the settings section or the "share" dropdowns of Safari, the photo management screens, or anywhere else. Can anyone tell me how to remove these references?

    To the best of my knowledge you can't.
    You can try going into the settings and restrictions and turn them off and see if that makes the icons disappear (probably won't) but there's no way to select the icons you want.

  • I just added my Facebook contacts with my iphone Contacts, how can I include those in my mac Contacts?

    I just added my Facebook contacts with my iphone Contacts, how can I include those in my mac Contacts?

    I did that, but the recently added FB contacts in my iphone are not on my mac's contacts.

  • How to remove the 0 that is added to the formula result

    Hi,
           I have a formula field. i placed the formula field in the group footer. zero (0) is added to the formula result. if the formula result is 8 then i am getting 0.00 and 8 as data when i select the browse field data of that field . how to remove the zero. i also used supress formula for the field. but it is not working. any idea on this regard.
    Regards,
    Shanthakumar.

    hi,
      Formula : GRP1Focus
                  if ({@Grp1BrandName}={@All Brand Names})  then {@FocusValue NBSH}. when i right click the formula field and select browse data. 0.00 and 8 are displaying.
    Suppress formula
             GRP1Focus=0
    Regards,
    Shanthakumar

  • HT5858 In control centre some how facebook app is getting displayed I dont want any app to be clickable from control centre how to remove it from control centre panel

    In control centre some how facebook app is getting displayed I dont want any app to be clickable from control centre how to remove it from control centre panel

    .

Maybe you are looking for