[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

Similar Messages

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

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

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

  • [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:fx-trunk] 11171: Add overlay property to GroupBase.

    Revision: 11171
    Author:   [email protected]
    Date:     2009-10-26 16:24:13 -0700 (Mon, 26 Oct 2009)
    Log Message:
    Add overlay property to GroupBase. Note, names of class and APIs will change, since it's still in review.
    QE notes: Ready testing, names will change after the APIs review.
    Doc notes: None
    Bugs: None
    Reviewer: Deepa
    Tests run: checkintests, mustella (all gumbo tests)
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DisplayPlane .as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/OverlayDepth .as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/events/DisplayPlaneObjectExistenceEven t.as

    Thats good news.

  • Subversion client: add subversion property to multiple files fails.

    File browser allows to mark multiple files and then select "add subversion property" in german schown as "Subversion Eigenschaft hinzufügen". This opens a dialog "VCS Operation" showing all selected files with columns name, location and Select. After cklicking on Ok button I get Add Property dialog and can add a property. After confirmation (OK button) only one change is processed! SVN log window shows one action too.
    Any idea how to get it work?
    In comparison: doing multiple Commits by marking multiple files work as expected.
    SQL Developer version is (1.5.4.59.40/Java 1.6.0_13)

    Read this:
    http://forums.adobe.com/message/3068132#3068132

  • How to add the property file..ie(default.properties) to a webdynpro project

    Hi All,
    How to add the property file..ie(default.properties) to a webdynpro project.
    I urgently require the solution. Kindly get it for me.
    Regards
    DK

    Hi DK,
    this is described in the second Web Dynpro Java Tutorial
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/b1a3e990-0201-0010-aeb2-a2ef5bc3da8e">creating an Extended Web Dynpro Application</a>
    Regards, Bertram

  • Is it possible to add a property using variable in variable name?

    I want to query for a list of virtual machines within a folder, then create a menu of the host names using forms.  Since the list of machines is subject to change, I want to build the list each time the script is run, rather than build off a static
    list. 
    For each virtual machine I need to create the list of variables below:
    $hostnameX = New-Object System.Windows.Forms.checkbox
    $hostnameX.Location = New-Object System.Drawing.Size(10,20)
    $hostnameX.Size = New-Object System.Drawing.Size(100,20)
    $hostnameX.Checked = $true
    $hostnameX.Text = "Type"
    $hostnameX.Controls.Add($hostnameX)
    The location and size values need to be incremented but I think I can figure that part out.
    I can use New-Variable to generate the initial variable. But I receive errors using the same method to try to create a new property for the variable.
    $VMS = Get-Cluster MyCLUS | Get-vApp "My vApp" | Get-VM | Select Name,PowerState | Sort Name
    For ($i=0; $i -lt ($VMS.count); $i++)
    $VMS[$i].Name
    $VMGUEST = "$($VMS[$i].Name)" -replace("-","")
    New-Variable "CB$VMGUEST" "New-Object System.Windows.Forms.checkbox"
    New-Variable "CB$VMGUEST.Location" "New-Object System.Drawing.Size(10,20)"
    In the above, $CBVMGUEST1 =  New-Object System.Windows.Forms.checkbox which is what I want,  but $CBVMGUEST1.Location is not set.
    Is there way to add a property using a variable in the variable name?  Or any other suggestions on how to tackle this issue?

    Hi,
    maybe another approach is a bit easier.
    Use a hash-array like
    $CB = @{}
    $CB[$VMGUEST] = New-Object System.Windows.Forms....
    $CB[$VMGUEST].Location = New-Object System.Drawing....
    Mit freundlichen Grüßen Jens Kalski
    That's the correct answer.  Anytime you find yourself wanting to create variables named "Widget1", "Widget2", "Widget3", etc... it's a pretty clear indication that what you really need is a collection object of some sort.  That might be an array,
    a hashtable, or any other data structure for holding other objects, depending on your specific needs.

  • Add Undo property to JTextPane

    Hi
    I am getting problem for adding UNDO functionality to jtextpane.My requirement is to undo or restore the data by clicking a button.
    According to my application requirement i have to add multiple(as many as required) panels to a scroll pane dynamically.And these panels consist of a text pane and a combo box.when user will click on the undo button the data in the text pane should be restored.
    For this i made a panel class(DynamicPanels in the code below which contains the text pane and combo boxes) and creating array of panel classes and adding these panels through loop.
    The problem here is , as i am adding the panels dynamically. while trying to add any logic for undo in side the loop it is giving class cast exception ( by applying logic in different way null pointer exception as here the instances are created dynamically i.e runtime).
    Please help me to overcome this issue.
    Thanks.
    //UndoInTextPaneFrame.java
    import javax.swing.*;
    import javax.swing.event.UndoableEditEvent;
    import javax.swing.event.UndoableEditListener;
    import javax.swing.text.Document;
    import javax.swing.undo.CannotUndoException;
    import javax.swing.undo.UndoManager;
    public class UndoInTextPaneFrame extends JFrame{
        final static int NO_OFPANELS=10;
        DynamicPanels[] arrayOfPanels=new DynamicPanels[NO_OFPANELS];
        private javax.swing.JButton jButton1;
        private javax.swing.JPanel jPanel1;
        private javax.swing.JScrollPane jScrollPane1;
        public UndoInTextPaneFrame(){
            jScrollPane1 = new javax.swing.JScrollPane();
            jPanel1 = new javax.swing.JPanel();
            jButton1 = new javax.swing.JButton("UNDO");
            jButton1.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    System.out.println("UNDO button clicked");
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            setTitle("Frame to add UNDO property");
            setSize(400,300);
            getContentPane().setLayout(new javax.swing.BoxLayout(getContentPane(), javax.swing.BoxLayout.Y_AXIS));
            jScrollPane1.setHorizontalScrollBarPolicy(javax.swing.ScrollPaneConstants.HORIZONTAL_SCROLLBAR_ALWAYS);
            jScrollPane1.setVerticalScrollBarPolicy(javax.swing.ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
            jPanel1.setLayout(new javax.swing.BoxLayout(jPanel1, javax.swing.BoxLayout.Y_AXIS));
            for(int i=0;i<arrayOfPanels.length;i++){
                arrayOfPanels= new DynamicPanels(i);
    jPanel1.add(arrayOfPanels[i]);
    //LOGIC FOR UNDO
    // JTextPane txtPane=(JTextPane)arrayOfPanels[i].getComponent(0);
    jScrollPane1.setViewportView(jPanel1);
    getContentPane().add(jScrollPane1);
    getContentPane().add(jButton1);
    public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new Runnable() {
    public void run() {
    new UndoInTextPaneFrame().setVisible(true);
    class DynamicPanels extends JPanel{
    final UndoManager undo;
    private JTextPane jTextPane1;
    private JComboBox jComboBox1;
    private JScrollPane jScrollPane1;
    public DynamicPanels(int number) {
    jTextPane1 = new JTextPane();
    jComboBox1=new JComboBox();
    jScrollPane1=new JScrollPane();
    Document doc = jTextPane1.getDocument();
    undo= new UndoManager();
    // Listen for undo and redo events
    doc.addUndoableEditListener(new UndoableEditListener() {
    public void undoableEditHappened(UndoableEditEvent evt) {
    undo.addEdit(evt.getEdit());
    try {
    if (undo.canUndo()) {
    undo.undo();
    } catch (CannotUndoException e) {
    jComboBox1.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Item 1", "Item 2", "Item 3", "Item 4" }));
    jScrollPane1.setViewportView(jTextPane1);
    setLayout(new javax.swing.BoxLayout(this, javax.swing.BoxLayout.X_AXIS));
    add(jScrollPane1);
    add(jComboBox1);

    https://forums.oracle.com/forums/thread.jspa?threadID=2469362&tstart=0

  • Add custom property restrictions in advanced search web part

    hi,
     I am having the default advanced search box web part in my ent.search center site collec. but as per my requirement i need to a  few items in the property restrictions dropdown in my advanced search web part.
    is this possible in sp 2013 e.t serach center  site collection?
    any help is  highly appreciated!

    Hi,
    Check this
    http://technet.microsoft.com/en-us/library/ff621097.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c25d418d-d4a2-47a3-9abe-c27656764843/how-to-add-custom-property-in-advanced-search-page?forum=sharepointgeneralprevious

  • Add a Property Dropdown menu in CSS panel, not showing all properties?

    Hi,
    So, I am sitting side by side at 2 machines...I have the same CSS style I created for a table. On the one machine, I go to add a property and choose border-collapse. All is fine. I go to the other machine and border-collapse is not there? Then, I realized the entire list is much shorter and is missing many properties? The shorten list starts with the background property...The long list on the good machine, starts with alignment-adjust (in other words, I am missing any property that starts with the letter a...plus many more).
    I trashed preferences but that didn't help.
    Has anyone else come across this problem?
    thanks
    babs

    HI Murray,
    Sorry for the late reply...was one of those weeks....
    Anyhow...Both DW apps are running CS5? Ironically, U never checked my home machine also running 5, and my CSS panel also starts with background properties. So I am missing a bunch of them as well. It's very odd. The inly thing I can think of, Is I purchased a few CSS templates to work with and I wonder, if when I loaded them on that computer, they added those extra css properties?
    It's a mystery.....

  • Add datetime property to "MetaInfo" field using SharePoint 2013 CSOM

    When uploading a file along with metadata using SharePoint FP RPC (using the "method= put document") it allows me to properly add datetime properties. My metainfo looks like this:
    "MetaInfo":"...MyCustomDate:TW|05 Jan 2015 12:58:31 -0000\r\n..."
    Then later on, when I try to update "MyCustomDate" property from the "MetaInfo" field using CSOM, it fails while updating it. (In this case I am using CSOM because I am updating some more fields and I want to avoid extra round-trips)
    After that update my metainfo looks like this:
    "MetaInfo":"...MyCustomDate:FX|0x01d028e7|0x4d1c4880\r\n..."
    Does anyone know why?, is there any workaround?
    Thanks

    Hi,
    If you want to add datetime property to "MetaInfo" field using SharePoint 2013 CSOM, the following code snippet for your reference:
    using (ClientContext context = new ClientContext("http://yourserver/"))
    context.Credentials = new NetworkCredential("user", "password", "domain");
    List list = context.Web.Lists.GetByTitle("Documents");
    ListItem oListItem = list.GetItemById(1);
    oListItem["MetaInfo"] = "MyCustomDate:TW|08 Jan 2015 12:58:31 -0000";
    oListItem.Update();
    context.ExecuteQuery();
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Add meta property="go:image" to my blog entries

    How do I add <meta property="go:image" to my individual blog entries?
    The way I had it configured was working until yesterday - when the new BC update was released - and I am now getting this message from the FB Debugger
    Meta Tags In Body
    Your page has meta tags in the body instead of the head. This may be because your HTML was malformed and they fell lower in the parse tree.
    Please fix this in order for the tags to be usable.

    Liam -
    I disabled the beta features and that seemed to fix the problem this morning without adding the <head></head> ---- that seemed to work until it didn't...
    so I went and added <head></head> updated, check the source code - looked like it took the <head></head> tags but the FB Debugger scraper still came back with same error
    went back into the editor and it had removed the <head></head> tags
    I've tested a number of blog posts and commerce items - some work, some don't (could be old scrapes I suppose)
    I also had to switch from using the editor in Safari to Chrome to get the editor to update anything
    (To my knowledge I never actually enabled beta - noticed the editor change a month or so ago - I knew it was buggy after talking to support about that time, but this meta image tag was working till Friday so I hadn't disabled it)

Maybe you are looking for

  • Data not displayed in Z-table when material code (MATNR) entered in selection screen.

    Hi Experts, I have a Z-table for a gatepass report which was already created by another developer. This table has many fields including plant, year, material code field. (MATNR) etc Now the problem is in SE11, I run the table to display the entries,

  • The same Excel DATE.VALUE function in SQL

    Hi, I need to convert a date in a number that Excel can recognize. I'm trying to do a SELECT (trunc(SYSDATE) - TO_DATE('1900-01-01', 'yyyy-mm-dd')) FROM dual And I retrieve this: 41014 But today in excel is 41016!! Why? There is a better solution tha

  • How can i decide candidates for line item dimension?

    1Q): we have many infocubes out of all these infocubes, i have to decide which infocubes are the candidates for lineitem dimension? How to do it? Please tell me the technical specs how to do the analysis to find out the candidates for line item dimen

  • Should FRA be placed in SAN/NAS?

    DB Version:10g2 and up OS: AIX 6.1, Solaris 10 We are configuring RMAN for few of our databases (around 1.5 TB each). Two questions: 1.Should FRA(or non-FRA backup location) be configured in a non-AIX filesystem like SAN/NAS? Is this the standard pra

  • Can't Edit Valid CSS/HTML page with DW

    I have a page that contains valid HTML and CSS but it is VERY hard to edit with DW-CS3. The formatting in design view looks nothing like the page when displayed in a browser. I can always edit the code directly via the code view but I have users that