How to move a selection into another selection in elements 12

how to move a selection into another selection in elements 12

Open picture B, the one you wish to select something from to add to another picture.
Use one of the selection tools, e.g. selection brush, lasso tool, to select the object. You will see an outline ("marching ants") once the selection is complete
Go to Edit menu>copy to copy the selection to the clipboard
Open picture A, then go to Edit>paste
Use the move tool to position object from picture B.
In the layers palette you should see picture A as the background layer, and object B on a separate layer

Similar Messages

  • How to move one array into another...

    Move the values in temp[] into scores[][].
    int temp[]= {34 ,24,78,65,45,100,90,97,56,89,78,98,74,90,98,24,45,76,89,54,12,20,22,55,66};int scores = new int[5][5];
    Thanks
    c

    well last try... :)
    some chars just dont display... when I use [ _pre_ ]
    tagg
    public static void main(String[] args)
    int temp[]= {34
    {34
    ,24,78,65,45,100,90,97,56,89,78,98,74,90,98,24,45,76,89
    54,12,20,22,55,66};
    int[][] scores = new int[5][5];
    int k = 0;
    for( int a=0; a<scores.length; a++ )
    for( int b=0; b<scores[a].length; b++ )
    scores[ a ][ b ] = temp[ k++ ];
    for( int a = 0; a<scores.length; a++ )
    for( int b = 0; b<scores[ a ].length; b++ )
    System.out.print( scores[ a ][ b ] + " ");
    In case you're wondering, this is my reply from the Advanced Topics forum decoded into a "New to Java" forum answer. ;) Also an illustration of a bug in the code brackets.

  • How to convert a optionset into multi selection picklist in crm 2011 using javasacript??

    hi,
    where user want to select not only one but multiple value
    from a pick list. I tried  examples but it shows some errors.
    How  to do it??

    Hey I meet a problème on my development see my result :
    link : https://social.microsoft.com/Forums/getfile/652331
    a multiple select list on my crm 2013 I do this process on this forum :
    link : https://social.microsoft.com/Forums/en-US/2db47a59-165d-40c9-b995-6b3262b949eb/how-to-convert-a-optionset-into-multi-selection-picklist-in-crm-2011-using-javasacript?forum=crmdevelopment
    my development :
    // var_sc_optionset >> Provide schema-name for Option Set field
    // var_sc_optionsetvalue >> Provide schema-name for field which will store the multi selected values for Option Set
    // OS >> Provide Option Set field object
    // OSV >> Provide text field object which will store the multi selected values for Option Set
    //Method to convert an optionset to multi select Option Set
    function ConvertToMultiSelect(var_sc_optionset, var_sc_optionsetvalue, OS, OSV)
    if( OS != null && OSV != null )
    OS.style.display = "none";
    Xrm.Page.getControl(var_sc_optionsetvalue).setVisible(false);
    // Create a DIV container
    // var addDiv = document.createElement("<div style='overflow-y:auto; color:#000000; height:160px; border:1px #6699cc solid; background-color:#ffffff;' />");
    var addDiv = document.createElement("div");
    addDiv.style.overflowY = "auto";
    addDiv.style.height = "160px";
    addDiv.style.border = "1px #6699cc solid";
    addDiv.style.background = "#ffffff";
    addDiv.style.color = "#000000";
    OS.parentNode.appendChild(addDiv);
    // Initialise checkbox controls
    for( var i = 1; i < OS.options.length; i++ )
    var pOption = OS.options[i];
    if( !IsChecked( pOption.text , OS, OSV) ){
    // var addInput = document.createElement("<input type='checkbox' style='border:none; width:25px; align:left;' />" );
    var addInput = document.createElement("input" );
    addInput.setAttribute("type","checkbox");
    addInput.setAttribute("style","border:none; width:25px; align:left;");
    else {
    // var addInput = document.createElement("<input type='checkbox' checked='checked' style='border:none; width:25px; align:left;' />" );
    var addInput = document.createElement("input" );
    addInput.setAttribute("type","checkbox");
    addInput.setAttribute("checked","checked");
    addInput.setAttribute("style","border:none; width:25px; align:left;");
    // var addLabel = document.createElement( "<label />");
    var addLabel = document.createElement( "label");
    addLabel.innerText = pOption.text;
    // var addBr = document.createElement( "<br />"); //it's a 'br' flag
    var addBr = document.createElement( "br"); //it's a 'br' flag
    OS.nextSibling.appendChild(addInput);
    OS.nextSibling.appendChild(addLabel);
    OS.nextSibling.appendChild(addBr);
    ///////Supported functions
    // Check if it is selected
    function IsChecked( pText , OS, OSV)
    if(OSV.value != "")
    var OSVT = OSV.value.split(";");
    for( var i = 0; i < OSVT.length; i++ )
    if( OSVT[i] == pText )
    return true;
    return false;
    // var_sc_optionsetvalue >> Provide schema-name for field which will store the multi selected values for Option Set
    // OS >> Provide Option Set field object
    // Save the selected text, this field can also be used in Advanced Find
    function OnSave(OS, var_sc_optionsetvalue)
    var getInput = OS.nextSibling.getElementsByTagName("input");
    var result = '';
    for( var i = 0; i < getInput.length; i++ )
    if( getInput[i].checked)
    result += getInput[i].nextSibling.innerText + ";";
    //save value
    control = Xrm.Page.getControl(var_sc_optionsetvalue);
    attribute = control.getAttribute();
    attribute.setValue(result);
    I have to do 2 field one is option list field and the second is textfield, 
    option list field : new_books
    textfiled          : new_picklistvalue
    my js is on onload event see : 
    link : https://social.microsoft.com/Forums/getfile/652333
    thanks you for you'r help 

  • How to include one view into another view

    Hi SDN's,
                   Could any please tell me,How to include one view into another view.
    In my requirment.I want to create a 'Z' view for an interface .In that  view i have to take,
    1) Ship-to-email adrr by
                              LIKP-KUNNR -> KNA1-ADRNR
                              KNA1-ADRNR -> ADR6-ADDRESNUMBER.
    2) E-mail addr of person who created the document.i.e
        LIKP-ERNAM -> USR21-BNAME.
        USR21-ADDRESNUMBER ->  ADR6-ADDRESNUMBER 
        USR21-PERSNUMBER -> ADR6-PERSNUMBER.
       In both the case we have to pass ADDRESSNUMBER to ADR6 table.
    If we pass these condition it fails,B'Coz at a time it passes Two ADDRESSNUMBER and a PERSNUMBER.
    So i created two which fetches only the email addr of  person who created the document.and another view fetches Ship-to-email addr.
    Now i want to include the second view into first view . Is it possible?or please
    tell me someother way to get these email addresses in a single view.

    hi
    as per my knowledge, nested views are not possible. However, while creating a new view, selection method will not giv u option to select the already created view(S) except the tables..i think so.
    regards,
    shamim

  • How to insert one document into another in microsoft word?

    I would like to set up a word document such that the document has embedded in it another document shrunk down a bit to make room for additional comments and information which I will add on the side. I've been looking to see if word 2007 has this feature
    but have had difficulty finding it. Is it possible to take an entire document and insert it as a resizeable object into another?
    Some of my research suggests that I might be able to accomplish something of this nature with publisher, and while several people in my office do not have publisher and we'd prefer if it were doable in word, instructions for publisher would be appreciated
    as well if Word 2007 cannot do this.

    Hi,
    Thank you for using 
    Word IT Pro Discussions
    forum. 
    From your description, I understand that 
    you would like to know to how to add a Word document into another Word document in Word 2007, and you can make some comments besides the embedded Word documents.
    If there is any misunderstanding, please feel free to let me know.
     Thank you for your inquiring.
    To insert a Word document to another Word document in Word 2007, follow the steps below:
    =========
    1.      
    In the Word document, click the
    Insert tab.
    2.      
    Click the
    Object in the Text group.
    3.      
    Click
    object. Then click the Create from file tab.
    4.      
    Click the
    Browse button to select the Word document. Also, check the checkboxes before:
    Link to file and Display as icon.
    5.      
    Click
    OK to save the settings.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything I can do for
    you, please feel free to let me know.
    Best Regards,
    Sally Tang

  • (ESSBASE) How to move shared member into hyerachy

    Hi, i've this question: How can I move a shared member into the Essbase Outline hyerarchy when I load metadata?
    I've tried using the "Allow Move" option into "Dimension Builiding" session of the rule, but the system gives me an error...

    I have a dimension called "clienti" structured in this way:
    Clienti
    - GER1
    -XXXXX 1
    -A
    -XXXXXX 2
    -GER2
    - YYYY1
    - YYYY2
    - A (shared)
    -GER3
    - ZZZZZ1
    - ZZZZZ2
    - A (shared)
    Now, using a rule that reads form SQL source, I wanto to transofrm my hyerarchy in this way (the member "A" changes his parent in all hyerarchies [Ger1, 2 and 3]):
    Clienti
    - GER1
    -XXXXX 1
    -XXXXXX 2
    -A
    -GER2
    - YYYY1
    - A (shared)
    - YYYY2
    -GER3
    - ZZZZZ1
    - A (shared)
    - ZZZZZ2
    The way I follow it's:
    1) load ONLY GER1 members filtering by SQL statement (Select * form "TABLE" where "FILED_NAME" ="GER1") with "ALLOW MOVE" option checked into rule properties -> IT'S OK, the member "A" changes its partent correctly
    2) load GER2 in the same way, but the system gives me this error: Dimension build failed. Error code[1060053]. Check the server log and the dimension duild log for more information. Unexpected essbase error1007083
    The log dont give me any info and the dimension build log is not created
    The same when I try to load GER3 and if I try to load ALL (Ger1 + 2 +3)
    My doubt is that is not possible to move shared members..
    Thaks!!

  • How to move one screen to another screen Webdynpro ?

    Hi,
    How to move from one screen to another screen Webdypro ?
    Best Regards,
    Kishore

    Hi,
    for this you have to declare in and outbound plugs to your views,
    bind them into the window area of your component and fire the
    outbound plug in your action handler in view one, view2 will be called
    automatically.
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/1f/464941db42f423e10000000a155106/frameset.htm">documentation</a>
    grtz
    Koen

  • How to place grouped items into another object with content collector tool?

    Is it possible to paste a group into another object (i.e. frame) by using the Content Collector Tool while linking the content?  Paste Into is either deselected or possibly whatever was last saved to the clipboard ends up inserting. I was able to place grouped, linked content into a frame (and later applied a scrollable frame overlay to it) once or twice but can't seem to repeat. Tried selecting the object being pasted into.. holding shift, holding ctrl, all kinds of options, just very confused now.

    Found a potential work-around (I think....).
    1. Use the Content Collector tool and select grouped objects
    2. Select Content Placer tool, check "Create Link"
    3. Place grouped object into doc/onto page with Content Placer tool
    4. Copy placed grouped objects
    5. Paste into frame that will be scrollable later
    For now it seems like the link still works

  • How to insert an html  into another html

    Hi there,
    I have created a slide show with adobe bridge CS4 ,
    www.roulasorour.com/storm/index.html
    I am trying to insert it into the edit3 region of page
    www.roulasorour.com/test
    Steps I am taking to do this:
    Select all code of the slide show
    Paste it into Edit3 region
    as you can see the slide show is not showing...
    Would appreciate any help,
    sincerely

    To bring one HTML page into another HTML page, use an iframe (inline frame).
    <iframe name="IFRAME1" id='IFRAME1" width="100%" height="500" frameborder="0" allowtransparency="true"  scrolling="auto" src="folder/page.html">
    More on iframes:
    http://www.w3schools.com/tags/tag_iframe.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How do you superimpose someone into another photo quickly?

    In the video of Photoshop Element 11, the man draws a green swiggly over his daughter on the beach and adds her into another photo a couple of times, so he ends up with her on the beach 3 times next to each other. I really want to know how to do that in a quicker way than with the lasso tool.

    Try http://www.youtube.com/watch?v=KuPI4hqmDDQ
    Thanks
    Andaleeb

  • How to call one  JSFF into another JSFF

    Hi,
    I am very new to ADf. Could you please tell me how to call one JSFF inside another JSFF. We have a common pop-up written in one JSFF. Is there any best approach to get this pop-up into other JSFF.
    Thanks in Advance.
    Regards
    Narasimha

    If you want to resue the jsff code, make use of bounded task flow with page fragment and then use it as a region.
    For more details you can refer: http://docs.oracle.com/cd/E21764_01/web.1111/b31974/taskflows_regions.htm
    One more:
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_57/jdtut_11r2_57.html

  • How to add one DC into Another

    Hi
         I have created one DC ,now I want to use this DC into another.
         My application is like:
         I have one i/p field and beside it one button which calls another DC.So how     to   do this?
    Thanks
    Prajakta

    Hi,
    This link will solve your problem.
    WebDynpro DC -create and use
    Correct steps to use Java class in WD Java DC from another WD Java DC
    For any queries feel free to ask.
    Regards,
    Praveen

  • How to move a window to another, existing space that already has windows

    NOT happy with the new Mission Control.  Give me back spaces!
    I have been using virtual desktops (VDT) for years and I often work 14 to 18 hours a day on my mac.. 
    I can reorder my spaces in MC but that seems to be about all I can do and it really is ******* me off.
    I need to be able to drag a single window from 1 space to another space where I already have another application running. This was TRIVIAL in SPACES but seems impossible in MC.
    example:  I have a text file of notes in vi in one VDT and in another I have a browser window open to a customer location where I need to use or add to those notes with some complexity. I want to move that notes window from the VDT that it is in (because there are other apps there) to the current VDT so that I can easily use the notes and the browser together. I do NOT want to have to make the stupid vi window in ALL spaces. How do I do this?
    another example: I have a browser with multiple tabs and I want to move ONE of them to another VDT. I can pull the tab to make another window.. But I can't move just that tab to another VDT!! How can I do that?
    Please please PLEASE fix this in Mountain Lion !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    You have to start from the Desktop where the window is currently living to move it to another Desktop.
    If you are using Safari in Full Screen, that screen is its own desktop and can't be moved to another desktop. If you are not in Full screen, go to the desktop that hosts the window and drag it to another Desktop in MC.

  • How to copy exitsitng extracter into another new extracter?

    Hello,
    Please some one can tel me how to copy the existing  extracter into another new extracter.
    I have requirment as below
    Currect me if i am wrong ,need to enhance the existing extracter and add some new fields,and need to include some masterdata filds also to it.
    For master data i am going to do write routines at Transfermation so that no need to include in my exter for those filds to extracter.
    Please some one guide me in this scenario.
    Chrs

    Hi,
    you do not have to copy the extractor, you can enhance it with fields and fill them via enhancement coding --> rsa6.
    If you want to copy it, you need to check what kind of extractor you have. Is it a function module or just a table extractor.
    for fm: copy the function module via se37 and copy the extract structure via se11. Add your enhancements in the copied structures and coding. Create a new datasource with rso2.
    for table extractor: create a view adding the additionally needed fields. create a new ds with rso2. Surely you need to add some coding in the relevant enhancement.
    regards
    Siggi

  • HR ABAP-How to copy a PERNR into another new PERNR?

    Hi All,
            How can we copy all the Infotype details related to a Personnel Number into another new Personnel number?
    Thanks in Advance,
       Anjaly

    Hi anjaly,
    1. There is no method/concept of Copying, w.r.t Personnel number.
    2. A new pernr,
        has to be hired in the system FIRST,
        via pa30/pa40 (hiring action),
    3. ONLY THEN,
    4. A new pernr is created in the sytem,
    5. ONLY AFTER THAT,
       we can put other data realted to pernr in the system using pa30 or anything else.
    regards,
    amit m.

Maybe you are looking for

  • Make-to-order: COPS for  KMAT materials (Non-valuated sales stock)

    Hello, We are working with KMAT configurable material (i.e. non valuated sales order stock). The client is requiring that inventory of these KMAT material should be shown in the financial accounting;however as we work with KMAT, this seems not possib

  • Where I save Executor instance in MDB environment

    Hi, I've been doing some experiences with JMS and Message Driven Beans. I put in a queue messages and see how many MDB beans catch and treat the message. I've concluded that Glassfish creates many MDB beans and some are removed. My goal is control th

  • During app load, Premiere elements 11 stopped working all of a sudden. Why?

    Premiere elements 11 stopped working all of a sudden. Says "A problem caused the program to stop working correctly" I re-installed it but still the same. I haven't installed any other apps except adobe reader and there were a few Windows updates but

  • How to delete a birthday

    How to delete a birthday

  • How to alter 'add to file names' script?

    I'm working on some stuff that I need to get done today, and it dawned on me that I could save a lot of time if I had a certain script perform a simple task for me. Unfortunately I haven't been able to get one to work right. I just want to be able to