How to string conversion in the Nodelist XML in java

Hai

I need to convert the string to a nodelist in java

Element parentcustom = (element) wink;

String resultNodeValue = replaceAngleBracketsChildType (parentcustom.toString ());

NodeList parentcustomList = resultNodeValue (NodeList);

I did high way, but I don't get the right answer

I need this resultNodeValue to be converted to nodelist.

can someone help me

Thanks in advance...

Your requirement is to get the "parentcustomdetails" inside the node 'parentruledetails '.

The following code will do that.

NodeList children = doc.getDocumentElement().getChildNodes();
for (int i = 0; i < children.getLength(); i++) {
     Node parentRule = children.item(i);
     if (parentRule.getNodeName().equals("Parentrule")) {
          NodeList nlParentRule = parentRule.getChildNodes();

          for (int j = 0; j < nlParentRule.getLength(); j++) {
               Node parentRuleDetails = nlParentRule.item(j);
               if (parentRuleDetails.getNodeName().equals(
                         "parentruledetails")) {
                    NodeList nlParentRuleDetails = parentRuleDetails
                              .getChildNodes();

                    for (int k = 0; k < nlParentRuleDetails.getLength(); k++) {
                         Node parentCustomDetails = nlParentRuleDetails
                                   .item(k);
                         if (parentCustomDetails.getNodeName().equals(
                                   "parentcustomdetails")) {
                              NamedNodeMap attributes = parentCustomDetails
                                        .getAttributes();

                              System.out.println(parentCustomDetails
                                        .getNodeName());
                              for (int l = 0; l < attributes.getLength(); l++) {
                                   Node attr = attributes.item(l);
                                   System.out.println("\t"
                                             + attr.getNodeName() + " -- "
                                             + attr.getNodeValue());
                              }
                         }
                    }
               }
          }
     }
}

The output of this code is,

parentcustomdetails
     CHILD_TYPE -- Console
     CMD_CODE -- 37135
     CMD_NAME -- login authentication [string]
     CMD_OPTION -- login authentication
     COLUMN_INDEX -- 0
     CONDN_OPER -- exists
     CONDN_VALUE -- True
     PARENT_RULE_CODE -- PR630
     RULE_TYPE_FLAG -- Customrule
parentcustomdetails
     CHILD_TYPE -- Console
     CMD_CODE -- 37135
     CMD_NAME -- login authentication [string]
     CMD_OPTION -- string
     COLUMN_INDEX -- 1
     CONDN_OPER -- equalsto
     CONDN_VALUE -- AAAAAAAAA
     PARENT_RULE_CODE -- PR630
     RULE_TYPE_FLAG -- Customrule

Tags: Flex

Similar Questions

  • How to 'Allow smoothing' for the loaded XML .jpg?

    I have a thumb wheel image that loads a bunch of jpg. They are be enlarged rollover in 1,05.

    I've seen pixelated at scale 1 x 1 as well as expanded.

    I'm happy prettey how Flash renders the images with "Allow smoothing" on.

    How would I do it for the loaded xml jpg? Would it be as a script in the main folder or in the xml file?

    Here's how to load images in AS3:

    function completeHandler_AppPopUps(e:Event):void{
              //trace("thumbnail complete "+e.target.loader.parent.parent.name)//tells us when the loading is complete
    
              //size image into scroller (need only if I will have images at different sizes)
              resizeMe(e.target.loader.parent, 60, 90, true, true, false);
    
              TweenMax.to(e.target.loader.parent.parent, .5, {alpha:.7});//makes all thumb images at alpha=.7 after they are fully loaded
              //Tweener.addTween(e.target.loader.parent.parent, { alpha:1, time: .5 } );//caurina version
    
              TweenMax.to(e.target.loader.parent.parent, .5, {colorMatrixFilter:{contrast:1.1, brightness: .7, saturation: .5}});//makes all thumb images at brightness:0.5 after they are fully loaded
    
    
    }
    
    

    I don't want to complicate things more than necessary, but just in case it's needed here is the complete code for the edification of the wheel section:

    /////Parse XML
    //build scroller from xml
    function buildScroller(imageList:XMLList):void{
              trace("build Scroller");
    
              for (var item:uint = 0; item<imageList.length();item++) {
                        var thisOne:MovieClip = new MovieClip();
    
                        //outline
                         var blackBox:Sprite = new Sprite();
                        blackBox.graphics.beginFill(0xFFFFFF);
                        blackBox.graphics.drawRect(-1, -1, 62, 92);//-1,-1 places rectangle 1px left and up.62, 92 draws rectangle 1px wider on all sides of placed image dimenstions of 60x90
                        blackBox.alpha = thumbFadeOut;//setting Border Tweens
                        thisOne.addChild(blackBox);
                        thisOne.blackBox = blackBox;//setting Border Tweens
    
                          thisOne.x = thisOne.myx = (60 + padding) *item;//replaces the line above for scale tweenw roll over calculation. "myx" is a made up term which defines the position. 61 is the width of the thumb
                        thisOne.itemNum = item;
                        thisOne.title = imageList[item].attribute("title");
                        thisOne.link = imageList[item].attribute("url");
                        thisOne.src = imageList[item].attribute("src");
                        thisOne.alpha = 0;//makes all thumb images at alpha=0 before they are fully loaded
    
                        //Loading and Adding the Images
                        //image container
                        var thisThumb:MovieClip = new MovieClip();
                        //add image
                        var ldr:Loader = new Loader();
                        //var url:String = imageList[item].attribute("src");
                        var urlReq:URLRequest = new URLRequest(thisOne.src);
                        trace("loading thumbnail "+item+" into Scroller: " + thisOne.src);//url
                        ldr.load(urlReq);
                        //assign event listeners for Loader
                        ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,completeHandler_AppPopUps);//tells us when the loading is complete
                        ldr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, errorHandler_AppPopUps);//tells us if there are any typo errors when the loading is complete
                        thisThumb.addChild(ldr);
                        thisOne.addChild(thisThumb);
    
                        //create listeners for this thumb
                        thisOne.buttonMode = true;//makes boxes act as buttons
                        thisOne.addEventListener(MouseEvent.CLICK, clickScrollerItem_AppPopUps);//makes boxes act as buttons
                        thisOne.addEventListener(MouseEvent.MOUSE_OVER, overScrollerItem_AppPopUps);//traces the title when the mouse is over the bounding box in the Output Panel
                        thisOne.addEventListener(MouseEvent.MOUSE_OUT, outScrollerItem_AppPopUps);//traces the title when the mouse is out the bounding box in the Output Panel
    
    
    
                        //add item
                        scroller.addChild(thisOne);
              }
              scroller.addEventListener(Event.ENTER_FRAME, moveScrollerThumbs);//adding movement on mouse position
              trace("termination of build scroller");
    
    }
    
    
    

    in your listener to full charge, enable the property smoothing to the content of your charger (expressed as a bitmap).

    function completeHandler_AppPopUps(e:Event):void{

    Bitmap(e.currentTarget.loader.content).smoothing=true;
              //trace("thumbnail complete "+e.target.loader.parent.parent.name)//tells us when the loading is complete

    //size image into scroller (need only if I will have images at different sizes)
              resizeMe(e.target.loader.parent, 60, 90, true, true, false);

    TweenMax.to(e.target.loader.parent.parent, .5, {alpha:.7});//makes all thumb images at alpha=.7 after they are fully loaded
              //Tweener.addTween(e.target.loader.parent.parent, { alpha:1, time: .5 } );//caurina version

    TweenMax.to(e.target.loader.parent.parent, .5, {colorMatrixFilter:{contrast:1.1, brightness: .7, saturation: .5}});//makes all thumb images at brightness:0.5 after they are fully loaded

    }

  • How to add lines to the PresetEffects.xml from a script

    Hi, I would like to add a few lines in the PresetEffects.xml to another text file or an another JavaScript add lines like this how can I do? :

    < name of the group = "$$$ / AE/Preset/AnimalHead14 / = mouth" >

    < name of the cursor = "' $$$ / AE/Preset/AnimalHead14/MouthOffsetX = mouth X shift" default = '0' valid_min = '-30,000"valid_max ="30000"slider_min = slider_max"-500"= '500' precision ="1"DISPLAY_PERCENT ="true"/ >"

    < name of the cursor = "' $$$ / AE/Preset/AnimalHead14/MouthOffsetY = mouth Offset Y" default = "0" valid_min = "-30,000" valid_max = "30000" slider_min = slider_max "-500" = '500' precision = "1" DISPLAY_PERCENT = "true" / > "

    < name of the cursor = "' $$$ / AE/Preset/AnimalHead14/MouthScaleWidth = scale Overture" default = "100" valid_min = "-30,000" valid_max = "30000" slider_min = slider_max '-500' = '500' precision = "1" DISPLAY_PERCENT = "true" / > "

    < name of the cursor = "' $$$ / AE/Preset/AnimalHead14/MouthScaleHeight = scale of mouth height" default = "100" valid_min = "-30,000" valid_max = "30000" slider_min = "-500" slider_max = "500" precision = "1" DISPLAY_PERCENT = "true" / > "

    < / Group >

    < / effect >

    {function onClick.btn

    Add the lines of my text file in the PresetEffects.xml

    I did once, like this:

    var scriptEffect = {};
    scriptEffect.xml =
    
        
            
            
        
        
            
            
            
        
    ;
    scriptEffect.matchName = [email protected]();
    
    function installScriptEffect(){
    
        var ret;
        var file = new File(Folder.appPackage.absoluteURI + "/PresetEffects.xml");
        var str, idx, header, xml;
        var xmlSettings = XML.settings();
    
        XML.setSettings(XML.defaultSettings());
    
        try{
            if (!file.exists) throw "ERR_FILE_NOT_FOUND";
    
            file.open("r");
            str = file.read();
            file.close();
    
            idx = str.indexOf("");
            if (idx<0) throw "???";
    
            header = str.substring(0, idx-1);
            xml = new XML(str.substring(idx, str.length));
    
            if (!xml.contains(scriptEffect.xml)){
                xml.appendChild(scriptEffect.xml);
                if (!file.copy(new File(file.absoluteURI+".bak"))) throw "ERR_CANNOT_WRITE";
                file.open("w");
                if (!file.write(header + xml.toXMLString())) {file.close(); throw "ERR_WRITE_FAILED";};
                file.close();
                alert("Preset installed succesfully. Please restart After Effects");
                }
            else{
                alert("Preset already installed. You need to restart After Effects to make it effective.");
                };
            ret = true;
            }
        catch(e){
            file.close();
            alert(e);
            ret = false;
            };
    
        XML.setSettings(xmlSettings);
    
        return ret;
        };
    

    Then, when you want to add the effect, check with myLayer.effect.canAddProperty (scriptEffect.matchName).

    If true, nothing to do, otherwise use the installScriptEffect function. Normally, it works (haven't tried for a long time).

    Xavier

  • How to add tags in the existing XML file?

    Hello
    I have a requirement in which I need to add a tag to the existing xml data.

    For example:
    < ROW >
    < EVNT_ID > 7333976 < / EVNT_ID >
    < DISTRCT_CD > 67 < / DISTRCT_CD >
    < TIME_OFF > 6 May 2008 10:50:04 < / TIME_OFF >
    < / ROW >

    The desired output is,

    < DI_DATA >
    < ROW >
    < EVNT_ID > 7333976 < / EVNT_ID >
    < DISTRCT_CD > 67 < / DISTRCT_CD >
    < TIME_OFF > 6 May 2008 10:50:04 < / TIME_OFF >
    < / ROW >
    < / DI_DATA >

    I must add < DI_DATA > < / DI_DATA > at the beginning and end of the entry.

    Anyone of you could help me with that?

    Thank you
    GV

    If your XML is just in a CLOB, you can just use manipulation of strings to add/add nodes on. If you have it in an XMLType you could just do the following

    select appendchildxml(XMLTYPE(''),
                                  'DI_DATA',
                                  XMLTYPE('
    7333976
    67
    06-May-2008 10:50:04 AM
    '))  -- this would be your variable
      from dual;
    

    which will put your data in the DI_DATA node.

  • A string that contains the prefix XML forcing

    Is there any way to create an XML node from a string that contains a prefix?

    example:

    var str:String = ' content < w: Body > < / w: Body > ";

    var newXML:XML = new XML (str);

    The result: the prefix 'w' to the 'body' element is not bound.

    Is there a way to force this?

    I tried to add a namespace w but without success.

    Use a cdata node:

    var str: String = "[ contents]] > ';"

    var newXML:XML = new XML (str);

  • How to select and join the 2 XML columns in a table to a physical table

    Hello

    I have a problem with the handling of xml data in oracle 10G.

    I have a table 'table1' below with the following columns:
    ID Column1 Column2
    xml2 xml1 123

    For XML1, structured as follows:
    <? XML version = "1.0" encoding = "UTF-8"? >
    < Tag1 >
    < Tag2 >
    < / Tag2 >
    < > 5625 LocationID < / LocationID >
    Africa < LocationName > < / LocationName >
    < / Tag1 >

    For XML2, structured as follows:
    <? XML version = "1.0" encoding = "UTF-8"? >
    < book >
    < book >
    Book1 < name > < / name >
    Hellothere < author > < / author >
    < / book >
    < book >
    Book2 < name > < / name >
    Hellohere < author > < / author >
    < > 5625 LocationID < / LocationID >
    < / book >
    < book >
    Book3 < name > < / name >
    < Author > Hello < / author >
    < / book >
    < / books >

    The desired output of the selection will be as follows:
    Book author LocationName
    ======================
    Book1 Hellothere NULL
    Book2 Hellohere Africa
    Hello book3 NULL

    Any help will be much appreciated. Thanks in advance.

    Kind regards.

    How XML1 looks like when there is more than one location?

  • Channel of String conversion to the data channel

    I have a problem I tried to accomplish through a. The URI of the file but can seem to make it work good for me.  I have an original data channel are in TEXT format and the data in the channel are the phone number in the format 6667779999 or 4343. Can someone help me with a suggestion of script to convert this. Most of my ATTEMPTS end with a 66.67779e5.  Can be simple but I can just figure it out.

    Thank you J

    Hello J,

    A number such as 66.6778888e5 can be shown as 6667778888 in a DISPLAY box or table or text REPORT or a axis of REPORT graph by using the display correct format string - in this case "d".  Where do you 6667778888 number appears like this in DIAdem, exactly?  If you want to see in a BULLETIN Board, you will need to choose the option button 'Selected channels' first in the configuration dialog box, and only then will you be able to choose a format string to display such as "d" for this column.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • How to get rid of the AppConfig.xml in memory

    I've made changes to AppConfig.xml, ran "runcommand.sh - update-definition" and received the message that there were no differences. Is this a way of dumping the configurations that are 'in memory '?

    Use eaccmd.sh describe-app - app app_id

  • How cut the length of the string IE channel name here, if it exceeds 20 characters or letters. The channel name is dynamically analyzed the spreadsheet/xml file.

    How cut the length of the string IE channel name here, if it exceeds 20 characters or letters. The channel name is dynamically analyzed the spreadsheet/xml file.

    My Council of Europe in the .js file is

    function generateHTMLMarkup (i, channel) {}
    Alert ("this is lang" + str);
    var str ="";
    "Str += '.

    ";
    "Str += '.
    "+ ""+""+"
    ";
    Alert ("this is lang" + str);
    return str;

    }

    nerateHTMLMarkup: function (i, channel) {}
    Alert ("this is lang" + str);
    var str ="";
    "Str += '.

    ";
    str += "" +
    "" +
    "" + channel ['name'] + "" +.
    "" + "
    ";
    "Str += '.
    "+ "" + "
    ";
    Alert ("this is lang" + str);
    return str;

    etc.

    Give mthe rhythm and the exact code where Ihave tio get implemented.

    in the code, replace change

    channelName var = channel ['name'];

    TO

    channelName var = channel ['name'];

  • How to use the query xml in as3

    What follows is the result of the motion preset xml export.

    < motion duration = "1" xmlns="fl.motion. * ' xmlns:geom=" flash.geom. * ' xmlns:filters="flash.filters. * '>

    < source >

      < source frameRate = "24" x="449.5" y="138.55" scaleX="1" scaleY="1" rotation="0" elementType="movie clip" instanceName="ball" symbolName="ball">

    < size >

      < geom: Rectangle left="-51.5" top="-51.5" width="103" height="103"/>

    < / size >

    < transformationPoint >

      < geom: Point x="0.5" y="0.9956310679611651"/>

    < / transformationPoint >

    < / source >

    < / source >

    <Keyframe index="0"/>

    < / movement >


    can someone show me how the as3 in flash script should be to put the motion to my mc "ball" in the fla?

    You cannot use a string.  Use the movieclip, evt.target not evt.target.name.

    (p.s when you use the adobe forums, check useful/correct, if there is.)

  • How to update day/change the value stored in a file XML with AS3

    I have the following xml file...

    <Customers>
         <Email address="[email protected]">
              <FName>joe</FName>
              <Surname>bloggs</Surname>
              <DayBirth>02</DayBirth>
              <MonthBirth>01</MonthBirth>
              <YearBirth>1981</YearBirth>
              <House>2</House>
              <Address1>Johns Street</Address1>
              <Address2>Trekville</Address2>     
              <City>Timbuktoo</City>
              <PostCode>CF67TH</PostCode>
              <Gender>Male</Gender>
         </Email>

         <Email address="[email protected]">
              <FName>fred</FName>
              <Surname>bloggs</Surname>
              <DayBirth>03</DayBirth>
              <MonthBirth>02</MonthBirth>
              <YearBirth>1982</YearBirth>
              <House>22</House>
              <Address1>Johns Street</Address1>
              <Address2>Fredville</Address2>
              <City>Cardiff</City>
              <PostCode>CF71TH</PostCode>
              <Gender>Male</Gender>
         </Email>
    </Customers>


    I loaded the XMLfile in my flash site and I am able to filter by the email address and display the corresponding data. Code below...

    var custXML:XMLList;

    var xmlCustLoader:URLLoader = new URLLoader();

    xmlCustLoader.load (new URLRequest ("Customers.xml"));

    xmlCustLoader.addEventListener (Event.COMPLETE, custXMLLoaded);

    function custXMLLoaded(e:Event):void {}

    xmlCustLoader.removeEventListener (Event.COMPLETE, custXMLLoaded);

    load xml in object custXML data

    custXML = new XMLList (e.target.data);

    run the analysis function

    ParseCustomer (custXML);

    }

    function ParseCustomer(customerInput:XMLList):void {}

    trace ("Output XML");

    trace("------------------------");

    var custAtts:XMLList = customerInput.Email. (@address is entEmail;)

    for each {(var custEmail:XML in custAtts)

    trace (custEmail);

    }

    set variables for the filtered result

    entFName = customerInput.Email. (@address is entEmail). FName;

    entSurname = customerInput.Email. (@address is entEmail). Family name;

    entDay = customerInput.Email. (@address is entEmail). DayBirth;

    entMonth = customerInput.Email. (@address is entEmail). MonthBirth;

    entYear = customerInput.Email. (@address is entEmail). YearBirth;

    entHouse = customerInput.Email. (@address is entEmail). House;

    entAdd1 = customerInput.Email. (@address is entEmail). Address1;

    entAdd2 = customerInput.Email. (@address is entEmail). Address2;

    entCity = customerInput.Email. (@address is entEmail). City;

    entPCode = customerInput.Email. (@address is entEmail). Postal code;

    entGender = customerInput.Email. (@address is entEmail). Gender;

    }

    Now, I want to edit a record in this file (for example, change the < FName > Fred to say Paul and save the changes to the Customers.xml.) How can I do this?

    It's because you're not assign the name of the film, time, etc. and I only showed how to solve the problem you asked originally.

    now, ask yourself a different (but related) question.  Here is the solution:

    seat of the var: int;

    var chosenSeat:String;

    b.addEventListener (MouseEvent.CLICK, seat1Click);

    function seat1Click(event:MouseEvent):void {}

    seat = 1;

    set the chosenSeat to the name of the XML tag Seat1 - this will be used to record

    chosenSeat = "Seat1;

    instead of hard-coding these channels, they should be attributed using comboboxes or something else.

    UpdateBooking (bookXML, chosenSeat, seat, "St Davids", "300: Empire builders", "Tuesday", "18:00");

    }

    function UpdateBooking(xml:XML,chosenSeat:String,seat:int,room_name:String,movie_title:String,day__name:String,showing_time:String):void {}

    XML. room. (@name is room_name). Film. (@title is movie_title). Day. (@name is day_name). Display. (@t ime is showing_time) [chosenSeat] = seat;

    }

  • How can I get the original xml code to a webservice called...

    I use WL 10.3.

    I created a WebService using WSDL as a starting point. The Web service is running as it should, but now I want to go back to the original XML that was passed in.

    I tried to collect the data to a string using JAXB, but he complains that there is no notation for @XmlRootElement - so, who does not work.

    I also tried to access the original data by injecting the WebServiceContext, but this value is always zero (not sure why that doesn't work)...


    Is someone can you PLEASE tell me how can I get the original XML code?

    You can use managers to this end, for example,

    package server.handlers;
    
    import javax.xml.transform.Source;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.stream.StreamResult;
    import javax.xml.ws.LogicalMessage;
    import javax.xml.ws.handler.LogicalHandler;
    import javax.xml.ws.handler.LogicalMessageContext;
    import javax.xml.ws.handler.MessageContext;
    
    public class ServiceLogicalHandler implements LogicalHandler {
    
        public boolean handleMessage(LogicalMessageContext context) {
            Boolean direction = (Boolean) context.get(LogicalMessageContext.MESSAGE_OUTBOUND_PROPERTY);
            if (direction) {
                System.out.println("LOGICAL - DIRECTION IS OUTBOUND");
            } else {
                System.out.println("LOGICAL - DIRECTION IS INBOUND");
            }
            return true;
        }
    
        public boolean handleFault(LogicalMessageContext context) {
            Boolean direction = (Boolean) context.get(LogicalMessageContext.MESSAGE_OUTBOUND_PROPERTY);
            if (direction) {
                System.out.println("LOGICALFAULT - DIRECTION IS OUTBOUND");
    
                LogicalMessage message = context.getMessage();
                Source payload = message.getPayload();
                try {
                    Transformer transformer = TransformerFactory.newInstance().newTransformer();
                    transformer.transform(payload, new StreamResult(System.out));
                } catch (TransformerException ex) {
                    ex.printStackTrace();
                }
            } else {
                System.out.println("LOGICALFAULT - DIRECTION IS INBOUND");
            }
            return true;
        }
    
        public void close(MessageContext context) {
        }
    }
    

    More information on managers can be found here: http://www.javaworld.com/javaworld/jw-02-2007/jw-02-handler.html

  • No idea how to loop and add the value to the attribute of the xml node?

    I work on a lot of flattening of project using a watched folder.

    I have a process parent to locate the directory and call a sub-process to flatten PDF files.

    I want to write the directory failed to XML.

    If there are several directory failed locations and if I want to add it to the node, he doesn't let me do.

    If I set the Xpath location like/process_data/outputXML/flattenDirectoryRequestMessage/failureFileLocation[x]/@path it gives me invalid character exception. I use 'x' for looping and incrementing.

    If I do not use the [x]. The directory is overwritten.

    No idea how loop and add all the directories failed to attribute of the xml node?

    I understand that you can not browse the xml code to assign the value at each node. Rather you can assign only one time to the node.

    I realized that it is not possible to do it this way. Then concatenate it as strings, and then attach to the xml once.

  • How to make src of the image of the place holder something xml file

    Hello
    im doing xslt on xml file and I want to store the path to the image on an element of the xml file and display the image on the page how?
    I can write about the CBC textbox like any expression xml xml string how?

    > im doing xslt on xml file and I want to keep the image on an element path
    > XML file and display the image on the page how?
    > can I write on the CBC textbox like any expression xml xml string how?

    I'm a little confused, but if you transform XML via XSLT, then
    You must create the link of the image via the XSLT file:

    Assuming that you store in an XML file name of the image node
    "imageFileName":

    -Darrel

  • How to have separate conversations w / the same person in messages app

    Hey guys,.

    is it possible to have several conversations with the same contact but different addresses in the messages (El Cap) application?

    My problem: I have two conversation with the same person: I text him through iMessage using his e-mail and SMS (phone number, no iPhone) that appears in the application messages through continuity (or let do or what they call that). However, the iMessage cat and the cat of text message (which is separated on my iPhone) is mixed in a chat on the Mac (which is a mixture of blue and green bubbles). And when I type a message on the Mac it's a lottery if it will be sent as a text message or an iMessage. On the iPhone, it is clearly separate.

    How can I have discussions in the messages.app on my Mac?

    Thank you

    Phil

    Hello

    Create different Contacts card for him.

    21:13 Tuesday; 24 may 2016

     iMac 2.5 Ghz i5 2011 (El Capitan)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro (Snow Leopard 10.6.8) 2 GB
     Mac OS X (10.6.8).
     iPhone and iPad (2)

Maybe you are looking for

  • How can I keep my macbook pro closed with logic?

    I have a Macbook Pro 2015 retina and a bolt of lightning 27 screen. I use Logic Pro X How can I keep the Macbook Pro closed on a stand?   without opening it to activate the market every time I use it? I've seen many people do. And it will do no harm

  • Question about a Satellite P200-13z graphics card upgrade

    Can I upgrade the graphics card on my Satellite P200-13z? What are my different options and the corresponding prices? Only, I built in 3D accelerator card intel.

  • Blocking ring control

    Hi all I have a (large complex) CVI linux program that sometimes blocking opening of the selectors of large ring (large being defined by a hundred points, more than the vertical screen can handle but not wildly so). Quite often, it crashes at this st

  • How to uninstall PowerShell when it is not in Add/Remove list even w / 'show updates' checked?

    I have powershell on my Start menu, but it does not appear in Add/Remove, even w / 'show updates' checked.  I checked for updates kb926139, kb926140 and kb926141. None of those appear no more, even w / 'show updates' ticked.  I tried to run, type app

  • How can I restore of 2015.3?

    So, when I recorded my project prpro in the new update, it was totally messed up. All missing titles, etc.How can I go back to the previous?It is quite ridiculous that there are already problems with this update. You would think that they would check