Grouping and Ungrouping

hello
am working wiht photo editor project . i need to implement
transform tool and multiple images need selecting
when iam selecting using CTRL key multiple images every time
i need to apply transform tool and after i want
if user pressed grouped button all selected images need gruop
and ungroup functionality
thank you
yugandhar

You could possibly put them in a container object and then
operate on all children of that container.

Similar Messages

  • Grouping and UnGrouping of JTable Rows?

    Hi,
    Has somebody done Grouping and UnGrouping of JTable Rows as we find in MS-Excel.
    Thanks & regards
    blue

    Hi,
    Have anyone done something like this.
    If u r not clear about the requirement:
    Please see the screenshot uploaded at below url:
    [http://www.geocities.com/coolneela/GroupableTable.JPG]
    As shown the screenshot i want the Group 1 ,2,3 to be expandable and hideable i.e should behave like a Jtree node.....In rest of the column User can enter any input i.e for the columns A,B,C..
    thanks & regards
    Neel

  • Group and Ungroup without moving all data to one layer?

    Good morning!  When I group multiple features (usually for alignment purposes), ungrouping them then tosses all items onto one layer.  This is quite frustrating; anyone know a workaround? 

    My coworkers and I realized this workflow is a hang-over from FreeHand.  FH took issue with moving multiple objects, but did so happily if said objects were grouped.  Ungrouping then released to the original layers.  AI moves multiple objects without complaint!  Thanks again!

  • Grouping and ungrouping problem

    I have a number of text boxes and graphic boxes that overlap each other for a catalog I do. I have them on separate layers so that they are easier to work with and I don't accidentally move something I didn't mean to. The group function is useful to me except that when I ungroup all the elements are on one layer!!! How do I ungroup so that each element goes back to its correct layer?
    Thanks

    > Let me ask this then; Is there a way when pasting from layers to get all the selected elements to snap to a guide? If I have an element or 5 elements selected, as long as they are on the same layer i can get them to snap to a guide. If I have 5 elements selected across say 3 layers I can no longer get them to snap to a guide.....
    I don't understand what you are saying here. Snapping behavior for objects on multiple layers is exactly the same, as far as I can tell, as it is if they were on a single layer. What isn't working?
    Peter

  • Does the tool to Group and Ungroup objects still exist in word 2011 14.3.9 and if so how can one access it

    See my question !!!

    Hi Johnandhanna
    This question relates to Microsoft Office and you've posted it to an Apple community. The best place for all MS Office for Mac questions is at:
    http://answers.microsoft.com/en-us/mac?auth=1
    In regard your question, the answer is yes, it does still exist. You need to select the items first (so you get the 4 arrowed cross cursor) and then right-click on them to access the Grouping submenu.
    Hope this helps.
    Joe.

  • Ungroup a group and keep the scriptlabel for each item of the group

    Hi
    does someone know how to ungroup a group of rectangles with a certain label (example groupA) an give each rectangle a own label (the same text groupA)
    I can find the group and ungroup it but I can't label the rectangles...
    var oPageItems = app.activeDocument.allPageItems;
    for (var j = oPageItems.length-1;  j >= 0; j--) {if (oPageItems[j].label==("groupA")) {oPageItems[j].ungroup();)
    Please help

    Hi,
    before
    oPageItems[j].ungroup();
    go into the loop and set proper label to each item inside group:
    for (var k; k < oPageItems[j].length; k++)
    oPageItems[j][k].label = "groupA";
    assuming your oPageItems[j] is a group indeed.
    hope...

  • Grouping and Decimal characters in rtf templates.

    Hi guys and girls,
    I’m really struggling with a problem here regarding the decimal characters for the prices in my output.
    I'm using XML Publisher 5.6.3.
    My goal is to control the grouping and decimal character from my template.
    The numbers in the XML data file can either be 10.000,00 or 10,000.00. The format is handled by the users nls_numeric_characters profile option.
    The output of the template shall be based on the locale and not the data generated by Oracle Reports. For example: Reports to US customers shall show the numbers in the following format 10,000.00. Reports to our European customers shall show the numbers in this format 10.000,00.
    How can I achieve this in my templates? Can it be achieved at all?
    Thank you in advance.
    Kenneth Kristoffersen
    Edited by: Kenneth_ on May 19, 2009 1:30 AM

    Hi,
    Thank you for your reply.
    The problem is that the report is generating the output based on the users profile option nls_numeric_characters.
    I have tried to override the users profile option in the before report trigger without any luck. I can alter selects so the query gets the numbers in the right format but then I would have to go through all queryes and reports which seem a bit wrong? Especially for the standard Oracle reports.
    BR Kenneth

  • Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount 28

    Post Author: tadj188#
    CA Forum: Formula
    Needed: Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount > 28
    Background:
    1) Report SQL is created with unions to have detail lines continue on a page, until it reaches page footer or report footer, rather than using  subreports.    A subreport report is now essentially a group1a, group1b, etc. (containing column headers and other data within the the report    with their respective detail lines).  I had multiple subreports and each subreport became one union.
    Created and tested, already:
    1) I have calculated @TotalLineForEachOfTheSameGroup, now I need to sum of the individual same group totals to get the total line count on a page.
    Issue:
    1) I need this to create break on a certain line before, it dribbles in to a pre-printed area.
    Other Ideas Appreciated:
    1) Groups/detail lines break inconveniently(dribble) into the pre-printed area, looking for alternatives for above situation.
    Thank you.
    Tadj

    export all image of each page try like this
    var myDoc = app.activeDocument;
    var myFolder = myDoc.filePath;
    var myImage = myDoc.allGraphics;
    for (var i=0; myImage.length>i; i++){
        app.select(myImage[i]);
        var MyImageNmae  = myImage[i].itemLink.name;
        app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high;
        app.jpegExportPreferences.exportResolution = 300;
           app.selection[0].exportFile(ExportFormat.JPG, File(myFolder+"/"+MyImageNmae+".JPEG"), false);
        alert(myImage[i].itemLink.name)

  • What  is difference between user group and reference user group?

    hi
    guys,
            what  is difference between user group and reference user group? 
    your regards
      p.suresh

    Hi ,
    Chk the link below for your clarifiacation.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5c/c1c81c445f11d189f00000e81ddfac/frameset.htm
    Hope it helps.
    Regards,
    Amit
    Edited by: Amit Kotwani on Sep 2, 2008 2:15 PM

  • PO Change according to material group and G/L Account no.

    Hi Expert,
    I have a requirement of "PO Change according to material group and G/L Account no.". I am using BAPI_PO_CHANGE.
    But it is giving error.
    "I 06 684 Releases already effected are liable to be reset
    E BA 003 Instance 4500010532 of object type PurchaseOrder could not be changed
    E ME 046 Purchase order item 00010 still contains faulty account assignments
    W ME 039 Goods receipt posted unvaluated due to multiple account assignment
    E ME 083 Enter G/L account no."
    Can any body tell me how to fill this BAPI.......
    Even i am trying to debug standard tocde of PO but it is not calling bapi BAPI_PO_CHANGE.
    Could you please help me on this.
    Regards
    Sanjay Kumar

    Hello,
    To assign material group to G/l account you have to matain valuation class for Material group
    SPRO >> Materials Managment >> Purchasing >> Material Master >> Entry aids for items with out material master.
    Assign this valaution class to G/l in OBYC.
    Regards,
    Shailesh

  • Would Like to Get Report of Daily Emails In and Out from Members to a DL Exchange version : 2007 I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity is it possible ?

    Would Like to Get Report of Daily Emails In and Out from Members to a DL
    Exchange version : 2007
    I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity
    is it possible ?

    Well, distribution groups don't really have a concept of "in" or "out". They only serve to distribute messages sent to them -- unless you're asking to know who was a member of the distribution group at the time a message was sent to the DL.
    Message tracking logs hold the information you want, though. You'd have to look for EXPAND events that reference the distribution group and take the sender's e-mail address from that event. If the DL is a simple one that's not a member of any other groups
    you could also look for RECEIVE events sent to the e-mail address of the group and get the sender's name from that event.
    You can use Powershell extract the rows of data from the logs, but you'll have to write the code to get the data out of those rows and into a format you want. Perhaps LogParser could be useful in place of Powershell?
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Update showing up in "Compliance 5 - Specific Computer" Report even after removing the update from the Software Update before creating Group and Package

    So I've created a Software Update Group and I did NOT want anything in there dealing with Internet Explorer 11 since the organization is currently stuck at using 10 as the highest. So I made sure that Internet Explorer was NOT in the list and then I deployed
    the package. 
    After running my Overall Compliance report it shows that the systems are compliant, but when I view the "Compliance 5 - Specific Computer" I see that "Internet Explorer 11 for Windows 7 for x64-based Systems" is listed in the report. 
    This is just a testing phase right now and I have not created a WSUS like Domain level GPO. I understand that the SCCM client creates a local policy on the clients for the location of the Software Update Point (Specify
    Intranet Microsoft update service location), but the "Configure Automatic Updates" policy is set to Not Configured, which it looks like when this
    is set, the "Install updates automatically (recommended)" at 3AM is the default. 
    Is the reason why the "Internet Explorer 11 for Windows 7 for x64-based Systems" update is showing up in the list due to the fact that the "Configure
    Automatic Updates" policy is set to Not Configured
    and therefore it is still reaching out to check Windows Update online? 
    So, if I do create a Domain level GPO to Disable the "Configure
    Automatic Updates" policy, then the "Internet Explorer 11 for Windows 7 for x64-based Systems" update would not show up in the "Compliance 5 - Specific Computer" report?
    By the way, I have a Software Update Maintenance Window configured for the hours of 1AM-4AM so the 3AM default time falls within this time frame, therefore, I am assuming the SCCM 2012 client will not allow the Windows Update Agent to install the "Internet
    Explorer 11 for Windows 7 for x64-based Systems" update, even though it has detected it is "Required". 
    Thanks

    But, don't you need a Deployment Package in order to deploy the Software Update Group? The Software Update Group uses the downloaded updates contained in the Deployment Package located in, wherever the Package Source is, right?
    One more quick question that you will know right off hand, because, well, you just will I'm sure.
    No. The software update group really has nothing to do with any update packages. The update group assigns updates to clients and in turn clients use update packages to download assign and applicable updates from. There is no connection between the two though
    as the client can download an update from any available update package. Thus, it's more than possible to updates in an update package that are not in any update groups and it is also possible for an update to be in an update group without being in any update
    package.
    If the "Configure Automatic Updates" policy is set to "Not Configured" and since this keeps the 3AM Automatic Updates default, if I was to remove the Software Update Maintenance Window from being between 1AM-4AM, will the WUA agent install updates
    at 3AM, or no because the SCCM 2012 client still manages and oversees it and basically blocks that from occurring?
    No, ConfigMgr does not in any way block the WUA; however, the WUA can only autonomously install updates it downloads directly from WSUS. Thus, since there are no updates approved or downloaded in your WSUS instance, there's nothing for it to download and
    install. If you happen to actually be going into WSUS and approving updates (which you should not be doing as its unsupported), then yes, it actually would install updates -- this is outside of ConfigMgr's control though. Generally, disabling the WUA via a
    GPO is the recommended to prevent any accidental installations or reboots (as the WUA wil also check for initiate pending reboots outside of ConfigMgr).
    Lots more info in these two blog posts:
    - http://blog.configmgrftw.com/software-update-management-and-group-policy-for-configmgr-what-else/
    - http://blog.configmgrftw.com/software-updates-management-and-group-policy-for-configmgr-cont/
    Jason | http://blog.configmgrftw.com

  • Restriction on division, material group and material.

    Hi friends,
    current model,
    infocube details as below,
    0division, 0matl_group, 0material, currency, Base_unit, amount, quantity
    Bex PLAN Query as below,
    variables on 0division, 0matl_group
    rows - 0material
    columns - amount and keyfigure
    now when the user selects a perticular division from the variable then he should be able to select only those material groups which are allowed under that selected division and similarly material, only those materials allowed selected division and selected matl_group.
    I am talking about selecting from the variable (F4).
    currently all material groups and all materials are allowed to select after selecting a division..
    thanks in advance.

    thanks, i solved it

  • How to do the ALV report output in groups and caluculate the tOTALS(URGENT

    Hi
    In my ALV report output .I have to group the output based on the DAYS field
    0-10 days in one group
    10-30 days in one group
    above 30 days one group
    There is also a field by name "AMOUNT" in my output.
    I have to calculate SUBTOTALs at the end of every group and at the end of the report i should caluculate GRAND TOTAL.
    Please remember that i should not use any any BLOCKED ALVs and for Totals i should not use the SYMBOLS provided in the application toolbar of the report
    Thanks in Advance

    Please don't repost your questions...
    Check out my answer in your other post.
    How to make the ALV report in groups  and caluculate the TOTALS
    Regards,
    Naimesh Patel

  • Relationship between "Account Group" and "GL Acct. number".

    I need to create a report that lists the GL Account numbers according to selection screen parameter "Account Group" .
    Hi i need to find a way\(tables and fields) between the  "Account Group"  and
    the "GL Account number".
    to view "Account Group"  go to transaction "kdh3".
    to view GL account number go to transaction FS00.
    the GL account numbers and cost centers are identified by the same number.

    Hi guys, thanks for helping
    Max, i tried that field, but it provides a different set of data compared to the account groups i get using the "F4" on KDH3
    Chandrasekhar, i had a look at the view, but it also does not contain the same account groups as found in KDH3.
    I have been stuck on this for a while.
    thanks again

Maybe you are looking for

  • Ipod touch not found in windows

    I cannot find my ipod touch in windows explorer, disk management, safley remove hardware, or winamp. Please help. This is a fresh windows install, it said "installing device driver software" and then stated it was successful, but does not assign a dr

  • Spotlight still not what it used to be...

    In Tiger, spotlight gave you a nice neat list of the search results split into different sections depending on the document type. This was great for searching images because it'd also give you thumbnails instantly just for the images. Since Leopard,

  • A song I downloaded wont play even though I have authorized it

    I just bought a song off of the itunes library, but when I go to play it it says I need authorization. I authorize it, and it still will not work. What is going on?

  • Individual purchase order with Consignment

    Hi, advantage and disadvantage individual purchase order with Consignment. would you advise a individual PO with consignment? Thanks

  • Control placement of subform using scripting

    I have a form where I would like to have a subform hidden while the user is entering data, and then reveal during printing.  This I can do (just toggle the presence during the pre/post print scripting areas). When the document is printed, I also want