[svn] 2861: Add 'resizeMode' property to the Group.

Revision: 2861
Author: [email protected]
Date: 2008-08-15 16:52:48 -0700 (Fri, 15 Aug 2008)
Log Message:
Add 'resizeMode' property to the Group. Setting this to "Scale" will turn on the 'resize-by-scale' behavior.
Reviewed by Glenn
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemUIC.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
Added Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/ResizeMode.as

Hi,
In this link you can find:  Introduction to the KMC Platform->Collaboration
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html
Patricio.

Similar Messages

  • [svn] 3482: Add resizeMode property to BitmapGraphic.

    Revision: 3482
    Author: [email protected]
    Date: 2008-10-03 16:22:55 -0700 (Fri, 03 Oct 2008)
    Log Message:
    Add resizeMode property to BitmapGraphic. Options are "Normal", "Repeat", "Scale"
    Reviewed by Ely
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapResizeMode.as

  • How to add a button to the grouped data in an AdvancedDataGrid?

    Hi,
    Can anyone please suggest how to add a button to the grouped data in the AdvancedDataGrid?
    I have tried extending the AdvancedDataGridGroupItemRenderer and using it as the groupItemRenderer but its not reflecting.
    For the leaf node the itemRenderer property works just fine.
    Please help!

    HI ,
    I want to add a push button on the ALV list out put which is comming as a pop up and I want this using classes and methods.
    I have got a method IF_SREL_BROWSER_COMMANDS~ADD_BUTTONS from class cl_gos_attachment_list  but still I am unable to get any additional button on the output ALV popup.
    Please help.
    Regards,
    Kavya.

  • How to Add multiple entry to the group policy security filtering

    How to Add multiple entry to the group policy security filtering
    Is there any way we can add multiple entry to the Domain group policy Security filtering tab.Currently its not allowing to add more then one entry at a time.
    Getting Error like "only one name can be entered,and the name cannot contain a semicolon.Enter a valid name"

    Hi
    Are you trying to add more users or groups through Group Policy Management Security Filtering tab?
    Try right clicking on the policy and then edit
    Then in Editor Right click on the name of the policy and Properties
    Security tab and add user or group from this tab. Just make sure if you are adding user or groups "Select this object type" has
    the correct option also "From this Location" is set to your entire directory not the local server.
    Update us with the above.
    Thanks

  • How Can I add other people to the group calling wh...

    Hi,  Could you tell me how can I do this? My laptop is broken and it's in the repair center now so I have to make a call by phone or tablet. However, everytime I have to add another person to the group calling, I have to ask other people to add him/her and it's annoying. Is it available to add people from my side? Thank you in advance.

    You can add people to the chat via the little plus button left of the chat bar. If they're already in the chat and you want to add them to the call, only the host of the call can add them. I believe they have to be contacts with the host of the call or they both have to have their settings set so that they can receive calls from non-contacts as well.

  • [svn] 4196: Add a property interpolator to FxAnimate similar to the Animation interpolator .

    Revision: 4196
    Author: [email protected]
    Date: 2008-11-26 14:55:33 -0800 (Wed, 26 Nov 2008)
    Log Message:
    Add a property interpolator to FxAnimate similar to the Animation interpolator. This way users can override the default interpolator.
    QE Notes: Add test for this.
    Doc Notes: None
    Bugs: None
    Reviewer: Chet
    tests: checkintests, mustella (gumbo/effects)
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate.as

    I would like to mention that I am currently practicing with JDeveloper 3.1.1.2 on a
    Pentium III 550/ 128 RAM PC running Win98 and that JDeveloper is constantly
    hanging. Is this related to the minimum requirements necessary to run JDeveloper
    (using Win98) and thus if I upgrade to Win2000, will this problem be eliminated or
    do I have to upgrade to a higher RAM as well.
    Thanks.

  • [svn] 2724: Add target property to ILayoutItem

    Revision: 2724
    Author: [email protected]
    Date: 2008-08-04 10:33:18 -0700 (Mon, 04 Aug 2008)
    Log Message:
    Add target property to ILayoutItem
    Make ILayoutItemUIC work with IUIComponent
    Switch Group.GetLayoutItemAt() to return ILayoutItem
    Reviewed by Ryan, Gordon
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/intf/ILayoutItem.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/BasicLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/HorizontalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemFDO.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemFactory.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemHelper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemUIC.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/VerticalLayout.as

    Please.... any one can help on this immediately. It is urgent for me.
    Thank you,
    A V G K RAJU

  • [svn] 4475: Add colorCorrection property to FxApplication.

    Revision: 4475
    Author: [email protected]
    Date: 2009-01-09 10:47:20 -0800 (Fri, 09 Jan 2009)
    Log Message:
    Add colorCorrection property to FxApplication.
    Since the colorCorrection property on FxApplication is just a proxy for the Flash Player's Stage.colorCorrection property, the compiler generates code that waits until after the application has been added to the stage to set the property.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17869
    Reviewer: Alex, Paul
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17869
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxApplication.as
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDef.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java

  • Add OWN property to the weblogic.properties

    Hi.
    I tried to add my own property to the weblogic.properties.
    ERROR: "Found undeclared property"
    Is it at all possible?
    TIA,

    If you simply want to define a Java System property, you can do that
    like so:
    java.system.property.my.property=foo
    This has the same effect as using the -Dmy.property=foo argument to the
    JVM and is retrievable programmatically by calling
    System.getProperty("my.property")
    Hope this helps,
    Robert
    Daniel Ilkanayev wrote:
    Hi.
    I tried to add my own property to the weblogic.properties.
    ERROR: "Found undeclared property"
    Is it at all possible?
    TIA,

  • [svn] 1447: Add parent attribute to the newly added "console" security constraint

    Revision: 1447
    Author: [email protected]
    Date: 2008-04-28 17:23:41 -0700 (Mon, 28 Apr 2008)
    Log Message:
    Add parent attribute to the newly added "console" security constraint
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.xml

    Hi,
    you have to grant the Group "TESTGROUP" at leas the "View Object" right on the Root Level of all Users and All groups - then you see the snap in in the CMC.
    Regards
    -Seb.

  • [svn] 2695: Add includeInLayout property to GraphicElement.

    Revision: 2695
    Author: [email protected]
    Date: 2008-07-31 13:40:32 -0700 (Thu, 31 Jul 2008)
    Log Message:
    Add includeInLayout property to GraphicElement.
    Reviewed by Ryan.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

  • [svn:fx-trunk] 11824: Followup to the Group check-in.

    Revision: 11824
    Revision: 11824
    Author:   [email protected]
    Date:     2009-11-14 19:07:00 -0800 (Sat, 14 Nov 2009)
    Log Message:
    Followup to the Group check-in.
    QE notes: No
    Doc notes: No
    Bugs: No
    Reviewer: Me, I'll have Evtim or Ryan look at this on Monday - we might need to change the fix but this band-aid gets Joan unblocked.
    Tests run: Checkintests, Managers and Group
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as

  • [svn] 3520: Add ability to use the FP10 unloadAndStop() method in SWFLoader .

    Revision: 3520
    Author: [email protected]
    Date: 2008-10-08 10:26:39 -0700 (Wed, 08 Oct 2008)
    Log Message:
    Add ability to use the FP10 unloadAndStop() method in SWFLoader.
    An application needs to be compiled with the "-target-player=10" argument to allow SWFLoader's unloadAndStop() function to use the Flash Player's unloadAndStop() function. If the argument is not provided then the Flash Player unload() function will be called instead.
    QE: YES
    Doc: YES
    Checkintests: YES
    Reviewer: Ely, Deepa
    Bugs: SDK-16764
    SWFLoader.as
    Added new public method unloadAndStop().
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16764
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Thank you for your replies.
    I have been looking into it as well and seem to have found quite a simple solution...
    First you need to create an instance of a UIScrollView in the .h file:
    IBOutlet UIScrollView *scrollView;
    Then in the .m file, add the following line of code in the viewDidLoad method:
    scrollView.contentSize = CGSizeMake(320, 700);
    Then in IB all you need to do is set the files owner to the controller file we have set up above, drag a new instance of UIScrollView to the window. Then set two of its referencing objects to the File's Owner (view and the scrollView we have defined).
    You can then add as many labels etc to the scroll view by dragging in IB. Load it all up and the view scrolls perfectly and displays all labels!
    Thanks for helping me look into this.

  • How to add external user to the group programmatically in SharePoint?

    Hi all,
    I want add an external user to a sharepoint group:
    When I run the below code in ConsoleApplication the user will be added to the DemoGroup,
    but when I add my code to User Control and run the code on SharePoint it doesnt work and I get an error:
    The user does not exist or is not unique.<nativehr>0x81020054</nativehr><nativestack></nativestack>
    Now I change the code:
    SPUser user = spWeb.EnsureUser(userName);
    I get again an error:
    The Specified user i:0#.f|IT2S|Doe, John was not found.
    string extName = "Doe, John";
    string domainName = System.Environment.UserDomainName;
    // in sp this is way how we get the domain:
    //string domainName = System.Environment.GetEnvironmentVariables()["USERDOMAIN"].ToString();
    web.AllowUnsafeUpdates = true;
    string userName = string.Format("i:0#.f|{0}|{1}", domainName, extName);
    web.SiteUsers.Add(userName,"[email protected]", extName, "0222");
    SPUser user = web.SiteUsers[userName];
    if (user != null)
    web.Groups["DemoGroup"].AddUser(user);
    web.Update();
    web.AllowUnsafeUpdates = false;
    can anyone please help me and say why that not work? Or if someone have an idea?
    thank you in advance
    Ahmad
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

    Hi Linda Li,
    yes I solve the issue with FBA:
    http://chrisbarba.com/2013/07/16/sharepoint-2013-forms-based-authentication-fba/
    and
    http://sharepointsolutions.blogspot.de/2012/08/configuring-forms-based-authentication.html
    with above links I solved the task.
    Best Regards
    Ahmad
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

  • How to add a button to the home pages of the group wiki and user blog

    On the top of the home page of the group wiki page, there are several buttons/links like "wiki", "blog", "calendar" and "mail". I would like to add a button "svn" linked to "/svn/". Any one can help me? Thanks very much

    Hi Aravindhan,
    Try something like this:
    var ttDesvios = new sap.ui.table.TreeTable();
      var cbDesviacion = new sap.ui.commons.CheckBox();
      ttDesvios.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Col1"}),
      template: new sap.ui.commons.Label({text: "Info"}),
      width: "50px",
      ttDesvios.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Action"}),
      template: new sap.ui.commons.Button({text: "Delete"}).bindProperty("visible", "pathPropertyChild", function(value){
              if(value .............){ return true;} //For child
              else{ return false;} //For parent
      width: "160px",
    Regards
    EDIT: Wrong paste code, that's better!

Maybe you are looking for