Groups and adding objects

Is there an efficient way to add an object to an existing group without having to ungroup, regroup, and rename the group?

Thanks, Nimmy. I see now why I never discovered that option: I'm always using the Timeline to select objects to group, ungroup. The shortcut CTRL-G works perfectly there, but to be able to add an object in the way you explain, you have to move the cursor to the stage, otherwise CTRL-G will not be functional (bit like shortcut keys for moving, resizing not functional if you do not move the cursor to the stage). Perhaps I'm not very normal, I will rarely use menus if there is a shortcut key, but see that mostly those shortcut keys are never mentioned by the staff. Is there a particular reason for that omission?
Lilybiri

Similar Messages

  • I created a vector and added objects, but the vector is empty

    I created an object called a facility, it accepts 2 strings in the creator but stores the data as a string and a float. as you can see from the code below, i have tried to create a vector object to contain facilitys and named it entries. when i add objects to this vector, the vectors size does not change, and i cannot access elements of it via their index. but when i print the vector out i can see the elements? what is going on here. i am very confused. ps, if it helps i havent worked with vectors much before.
    FacilitysTest.java
    import java.util.*;
    public class FacilitysTest {
         public static void main (String [] args) {
         Facilitys entries = new Facilitys();
         entries.add("Stage","3.56");
         entries.add("kitchen","5.00");
         entries.add("heating","2");
    //     System.out.println(entries.firstElement() );
         System.out.println("printing out entries");
         System.out.println(entries);
         System.out.println();
         System.out.println("There are "+entries.size()+" entries");
         System.out.println();
         System.out.println("modifying entry 2");
         entries.setElementAt(new Facility("lighting","1.34"), 2);
         System.out.println(entries);
         System.out.println();
         System.out.println("deleting entry 1");
         entries.remove(1);
         System.out.println(entries);
    }the following is what happens when i run this code.
    the number (0,1,2) is taken from a unique number assigned to the facility and is not anything to do with the facilitys position in the vector.
    printing out entries
    Facility number: 0, Name: Stage , Cost/Hour: 3.56
    Facility number: 1, Name: kitchen , Cost/Hour: 5.0
    Facility number: 2, Name: heating , Cost/Hour: 2.0
    There are 0 entries
    modifying entry 2
    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2 >= 0
    at java.util.Vector.setElementAt(Vector.java:489)
    at FacilitysTest.main(FacilitysTest.java:17)
    Press any key to continue . . .
    Facilitys.java
    import java.util.*;
    public class Facilitys extends Vector {
         private Vector entries;
         public Facilitys( ) {
                 entries = new Vector();
        public void add( String name, String price ) {
             entries.add((new Facility( name, price) ));
        public Facility get(int index) {
              return ((Facility)entries.get(index));
         public float total() {
              float total = 0;
              for (int i = 0; i<entries.size();i++) {
                   total = total + ( (Facility)entries.get(i) ).getPricePerHour();
              return total;
        public String toString( ) {
            StringBuffer temp = new StringBuffer();
            for (int i = 0; i < entries.size(); ++i) {
                temp.append( entries.get(i).toString() + "\n" );
            return temp.toString();
    }

    are you reffering to where i have public class
    Facilitys extends Vector {
         private Vector entries;
         public Facilitys( ) {
                 entries = new Vector();
    That's correct. That's your problem.
    i added the extends Vector, because without it i got
    the following errors
    C:\Documents and Settings\george\My
    Documents\University\JavaCode\CM0112\FacilitysTest.jav
    a:14: cannot find symbol
    symbol : method size()
    location: class Facilitys
    System.out.println("There are "+entries.size()+"
    " entries");That's because you haven't implemented a size method in your class.
    ^
    C:\Documents and Settings\george\My
    Documents\University\JavaCode\CM0112\FacilitysTest.jav
    a:17: cannot find symbol
    symbol : method setElementAt(Facility,int)
    location: class Facilitys
    entries.setElementAt(new
    w Facility("lighting","1.34"), 2);That's because you haven't implemented setElementAt in your class.
    C:\Documents and Settings\george\My
    Documents\University\JavaCode\CM0112\FacilitysTest.jav
    a:21: cannot find symbol
    symbol : method remove(int)
    location: class Facilitys
         entries.remove(1);
    ^That's because you haven't implemented remove in your class.
    /Kaj

  • Grouping and expanding objects

    This question was posted in response to the following article: http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-62c7a .html

    I don’t think so, unless someone has invented a script for doing it.
    And by the way, strokes are still ‘objects’, just as they are after expanding.
    A better term would probably be ‘open paths with stroke’ or something like that.

  • 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.

  • Assigning learners to Learner Group and creation of Learner Group.

    Hi All,
    Are there any standard ways to create Learner Groups from R12.1.3. I have tried looking for Oracle standard APIs but did not find them. Is there any other way we can create Learner group from back end. I know to create them from Application but we have to create bulk number of Learner Groups. So wanted to do them from back end.
    Also we may need to assign large number of learners to learner group. Can you please explain the possible ways of doing these assignments.
    Any inputs are the most awaited.
    Thanks,
    Abhishek.

    Thanks Anders for your input. Please look into my below query also.
    We are in 12.1.3. I tested creating a learner group and adding learners to it (both by organization and learner assignment).
    When I try to assign a course to a Learner Group from the Application, I go to course and from "Bulk Enroll" window, I input the Learner Group to which I wanted to add the course and click on 'GO'. Now Application lists out the learners in the Learner Group. Learners in the Learner Group are not enrolled into courses unless I click the check box beside each learner and select 'Add'.
    Is this the standard way of enrolling a Learner Group to the course. I am just looking for a way where I can enroll all the learners in Learner Group to a course by selecting that particular Learner Group (rather than clicking the check box beside every learner).
    If I have to check against every learner to enroll them in a course, then I dont really get the point in creating Learner Groups. Please advice.
    Thanks,
    Abhishek

  • How to get count of group of current login user if AD Group is added in SharePoint Group?

    My Client has 2 SharePoint Application. For the AD Users they have created AD Group and added users in that AD Group as per requirement. Later AD Group is added in SharePoint Group. When I'm trying to fetch Current User Group count, I can able to get the
    count of Groups using below statement.
    int groupCount = SPContext.Current.Web.CurrentUser.Groups.Count;
    Above Statement, returns always 0 value if I tried with User who are added in AD Group and if I add AD User and then it will return the exact count.
    Please suggest solution to get Count of Group of Current User. My Application contains more than 60 SharePoint group.

    Hello,
    I believe your code doesn't count those AD group users until they login at least once. If this is the case then try to use "SPUtility.GetPrincipalsInGroup" as suggested in below post:
    http://stackoverflow.com/questions/4314767/getting-members-of-an-ad-domain-group-using-sharepoint-api
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Creating New Security group and Refreshing Security Filters

    Hi
    I have created a new security group (and added people to it)
    I have given this security group write access to certain dimension members within the planning application
    I have refreshed the security filters via Planning_Manage Database_Security Filters
    But the people in the new security group still dont have write access to the dimension members
    If I look in EAS ... I cant see the the new security group that I have created
    Question 1
    Do I need to refresh the security filters via EAS
    If I do this ... I know that I need to make sure that no one is in the Essbase application
    Do I also need to make sure that no one is within the relavent planning application?
    Question 2
    Is it enough to refresh the security filters (tick security filters) .. or Do I need to tick database in the manage database options
    Question 3
    Does anyone have any suggestions that I havent mentioned above?
    Thank you
    PD

    Hi John
    Thanks for your suggestion
    I tried this and He still doesnt have write access
    He doesnt need to be able to lock and send values via essbase ... However when we are in planning, He cant submit data to the dimension members mentioned above.. i.e the cells are all green
    I have checked and doubled check the security on the dimension members (and form security) in the form that he cant edit
    Do you have any other suggestions?
    Thank you
    PD

  • I made a imovie out of a group of photos and added music. When I burned to DVD on iDVD and played back the disc all of the photos were larger than the frame could accommodate and the sides were cut off. I also tried resizing from 16 9 to 4 3 and no better

    I made and iMovie out of a group of photos and added music. When I burned to I DVD the pictures came out to wide to fit into the frame. I tried again by changing the size from 16 9 to 4 3 and it didn't make any difference. Would going to share to browser rather than directly to share to IDVD make a difference?

    What do the photos look like if you play the movie within iMovie?  Sounds like adjusting Ken Burns would help.

  • About report groups and read programs for the object EC_PCA_SUM

    Hi Friends,
    Hope every one is doing well..!
    I've an issue with the report groups and read programs for the object EC_PCA_SUM. As we know that the report groups and read programs available for this object in the application customizing are used to analys the archived data.
    That is these programs comes into picture after the archiving operation.
    For more information, you can visit the below web site:
    [http://help.sap.com/erp2005_ehp_03/helpdata/EN/e4/69f353b75a11d1b5850000e82debc6/frameset.htm]
    Now, my question is how would I check the code for these analysing programs available for this object. I can't see this in SE38.
    Thanks to reply for this..
    Full marks will be awarded.
    Regards,
    Shamim

    Hi Lakshman,
    Thanks for the reply.
    Hi Deiter,
    You're right.
    Your provided transaction "GR55" helped me to find out the program name for a particular group. However, these are just Write and Painter reports.
    But can you please let me know the functionality of these report groups ?? what are these used for ???
    Do we have these programs for other archiving objects like CO_ITEM,CO_ML_BEL,MM_MATBEL,CO_ORDER,
    PP_PLAN,PP_BKFLUSH ??
    More points will be awarded.
    Thanks a lot.
    Regards,
    Shamim
    Edited by: S H A M I M on Sep 19, 2008 3:19 PM

  • Properties (group and channel) added are not a numeric data type.

    I am using a dataplugin to add both group and channel custom properties. The properties are both text and numeric, doubles and integers.
    When I create a query in Navigator, I select the custom property using the dropdown, but the operator dropdown only has "=" or "<>". The property displayed in the Data Portal is a float number. I was having this problem when I was adding custom properties using a script. I then tried "Navigatorettings/My DataFinder/Reset/Reset Index", then repopulated my Search Area, using the dataplugin on my raw data files. At this point, all my properties only have the "=" or "<>" operator choices in the query.
    So it appears that my properties are numeric in the Data Portal, but string in the Navigator Query.
    In advance, thanks
    Solved!
    Go to Solution.

    Hi Bill,
    could it be the properties you are talking about are already "optimized" for query?
    In case yes, did you do the optimization by script like
    Dim oMyDataFinderSettings
    Set oMyDataFinderSettings = Navigator.ConnectDataFinder("My DataFinder").GetSettings()
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "Author_age")
    And did you do this, before DataFinder has indexed some of your files?
    In case yes, DataFinder has to make a guess the datatype of the property without example - so always "string" is chosen.
    (If DataFinder has already indexed some(or better all) files containing the property, DataFinder will "optimze" the property in the datatype which occurs most for this property.)
    In case you know the datatype of the property you are about to "optimze", you can provide this information to DataFinder
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myText", DataTypeString)
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myInt", DataTypeInt32)
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myFloat", DataTypeFloat64)
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myDate", DataTypeDate)
    Stefan

  • Adding Group, and Changing Account GID

    Hello there,
    I am wanting to add a new user group with an ID of 1000, and move my main account into that group, then update everything that has the old GID with the new one. This is so that I can share files easier with another UNIX system I use without having to tweak the permissions for each file.
    I've done quite a bit of searching in the past couple days, but all I can seem to come up with are old, outdated instructions that don't work on OS X anymore.
    Any help would be much appreciated. Thank you.

    Did you try adding the Group in Users & Groups, then right-clicking on the Group and selecting Advanced settings?
    I don't know if that is the correct way, but it seems like it.

  • ICR 002 - Object Groups and Sets

    Hi,
    Tcode here is FBCR009.
    I need one help on the PROCESS 002 for ICR. In the current system, we have implemented the Object groups and Sub groups as mentioned below:
    Object Group - 100
    Object Subgroup 100
    Object group  Sequence      Company Field  Company Set   Description                   Partner Field     Partner Set    description
    100     1     RACCT     RULE2A     B/S Cash Management     RACCT     RULE2B     B/S Cash Management
    100     2     RACCT     RULE3A     B/S ST Interest Bearing     RACCT     RULE3B     B/S ST Interest Bearing
    100     3     RACCT     RULE4A     B/S ST Non-Interest Bearing     RACCT     RULE4B     B/S ST Non-Interest Bearing
    100     4     RACCT     RULE5A     B/S ST Non-Interest Bearing Derivatives     RACCT     RULE5B     B/S ST Non-Interest Bearing Derivatives
    100     6     RACCT     RULE7A     P&L LT Interest     RACCT     RULE7B     P&L LT Interest
    100     7     RACCT     RULE8A     P&L ST Interest     RACCT     RULE8B     P&L ST Interest
    100     8     RACCT     RULE9A     P&L Toll     RACCT     RULE9B     P&L Toll
    100     9     RACCT     RULE10A     P&L Royalties     RACCT     RULE10B     P&L Royalties
    100     10     RACCT     RULE11A     P&L Rent     RACCT     RULE11B     P&L Rent
    100     11     RACCT     RULE12A     P&L Brokerage Commission     RACCT     RULE12B     P&L Brokerage Commission
    100     12     RACCT     RULE13A     P&L Warehousing     RACCT     RULE13B     P&L Warehousing
    100     13     RACCT     RULE14A     P&L Misc/Other     RACCT     RULE14B     P&L Misc/Other
    100     14     RACCT     RULE15A     P&L Insurance     RACCT     RULE15B     P&L Insurance
    100     15     RACCT     RULE16A     B/S LT     RACCT     RULE16B     B/S LT
    I am a little confused here. The following sets under the sub-group has a logical u201CANDu201D . the customer corporate reporting group would like to see the Config to allow each group of accounts defined as ruleXa reconciled to group of accts defined as ruleXb, e.g.
    Rule 2A with Rule 2B
    Rule 3A with Rule 3B etc
    Each Company set should only reconcile with the partner set.
    looked at this OSS Note 1499183 - ICR: Documents are not assigned to the object groups & got even more confused.
    Request if you can advice here.
    Regarzds
    Aahish

    Hello Johannes,
    Unfortunately what you are trying to do is not possible.
    Object groups are defined using the information in the totals table. Therefore fields only available in the line item table cannot be used when setting up object groups. Unfortunately it is also not possible to set up status fields on the totals level because of the standard update process of those fields when setting a status (the line item table is modified directly, there is no totals update). Depending on the details of your setup you might be able to simply add a "normal" field on the totals level and then fill it via BADI. This would probably work quite well if the field does not have to be set manually - and in this case you do not really need the functionality of setting a status manually either.
    I hope this helps you in your efforts!
    Ralph

  • Find out the group and time a user was added to deleted from specific AD group

    have a project that I need to find anyone that has been added to or removed from an AD selected groups that begins in APP_RMS in the last three hours.  
    I need to product a file the has this information       
    group| sAMAccountName|<ADDED/DELETED>|date and time
    I know very little about AD and just a little more about powershell.  I know this should be written in powershell, do not want to use outside tools like repadmin.

    Hi Cchart3,
    In addition, this function written by Boe Prox is for your reference, which can look at an Active Directory group's metadata using repadmin to determine who was added or removed from a group and the time this modification occurred.
    Find the time a user was add/removed from a group
    Best Regards,
    Anna Wang

  • Illustrator Crashing when labeling Layers, Groups and Objects - Windows 7

    For some reason Illustrator seems to crash (fairly consistently) when labeling Layers, groups and objects with a common label - so ctrl+v each label.
    Generally, I can label around 3 in a row before it crashes. I've replicated this error working both on and off the network. Our operating system is Windows 7

    Version: Illustrator CC (up to date)
    Language: English UK
    Group/ object label example: hr.style: gradient transparency.
    this error seems to occur when the files are over 500KB -  also the files are purely vector and contain very little in the way of transparencies.

  • Differance b/wObject Group and Object Lirary?

    plz,
    tell me the main differance b/w object groups and object libraries,in which seanrio we will use object group or object library?

    Here is the main difference between them:
    About the Object Library
    In any development environment, you will always have standards to which you want your developers to adhere as well as common objects which can be reused throughout the development effort.
    The Object Library provides an easy method of reusing objects and enforcing standards across the entire development organization.
    You can use the Object Library to:
    * Create, store, maintain, and distribute standard and reusable objects.
    * Rapidly create applications by dragging and dropping predefined objects to your form.
    * There are several advantages to using object libraries to develop applications:
    * Object libraries are automatically re-opened when you startup Oracle Forms, making your reusable objects immediately accessible.
    * You can associate multiple object libraries with an application. For example, you can create an object library specfically for corporate standards, and you can create an object library to satisfy project-specific requirements.
    * Object libraries feature SmartClasses-- objects that you define as being the standard. You use SmartClasses to convert objects to standard objects.
    Object Group
    A container for a group of objects, used to provide the ability to copy or reference related objects.
    For more informations, have a look here
    [http://www.oracle.com/webapps/online-help/forms/10g/state?navSetId=_&navId=0|http://www.oracle.com/webapps/online-help/forms/10g/state?navSetId=_&navId=0]
    Hope it helps you,
    Fabrizio
    If this answer is helpful or correct, please mark it. Thanks.
    Edited by: Fabrizio Delli Priscoli on 23-mar-2009 9.06

Maybe you are looking for

  • Multiple Accounts on same Mac

    Installed TC as airport base and backup via TM. Works great - no problems. Question: I have only backed up my own account, but we have three other user accounts on our Mac. Does each user account need to be backed up to TC, or is my account enough?

  • Upload Task List Operation long Text using SAVE_TEXT-Urgent

    Hi , I am trying to create Task List Operation Long text using the function module .. SAVE_TEXT .I am passing the following keys Text Name       300ATEST057 0000000900000009 Language        EN Text ID            PLPO Long Text Text Object     ROUTING

  • How to implement custom lov button without the standard template.fmb?

    hello, i am developing a application using oracle forms 10g. i can't use the standard template.fmb because my application does not run in ebs. there comes the problem: i want to implement the lov button function like the template does, such as : 1. w

  • Problem weblogic with complex types

    I have deployed a web service in weblogic 10.3. I have created it with axis, and use complex types. The problem is when I test the WS: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Header /> <env:Body> <PruebaRequest xmlns

  • Update Datasource-Component in VC

    Hi, i've changed my backend-function-module. This serves as a data-source in VC. But the function modules parameter do not change in vc. even if i delet the data-source component in vc and drag it again on  the workspace there has nothing changed. I