[svn:fx-trunk] 5040: Small SWC dependency fixes.

Revision: 5040
Author: [email protected]
Date: 2009-02-23 08:56:10 -0800 (Mon, 23 Feb 2009)
Log Message:
Small SWC dependency fixes.
QE Notes: None
Doc Notes: None
Bugs: None
Reviewer: Peter
tests: checkintests
Modified Paths:
flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
flex/sdk/trunk/modules/compiler/src/java/flex2/tools/SwcDependencies.java

Similar Messages

  • [svn:fx-trunk] 11286: Small fix to List multiple selection commit.

    Revision: 11286
    Author:   [email protected]
    Date:     2009-10-29 16:59:07 -0700 (Thu, 29 Oct 2009)
    Log Message:
    Small fix to List multiple selection commit.
    Problem: Dispatching programatically mouse_down event to the item renderer would not put it in the selection.
    Reason: commitSelection() was getting called twice, once through ListBase.commitProperties() and a second time through List:commitProperties()
    Fix: Clear the multipleSelectionChanged flag inside commitSelection() to prevent it from being called twice.
    QE notes: None.
    Doc notes: None
    Bugs: None
    Reviewer: Glenn
    Tests run: checkintests, mustella (List)
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as

    You have used elements like header, footer, footer1 and nav without using the correct DOCTYPE declaration. Replace the first line of your code with
    <!doctype html>
    Also have a look here for other problems http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhome.surewest.net%2Fstorytales%2F test%2Fforposting.html
    After the above has been fixed, please come back here to fix the remaining problem(s)
    Gramps

  • [svn:fx-trunk] 5212: Small fixes in Toolkit.getSwcDependencyOrder().

    Revision: 5212
    Author: [email protected]
    Date: 2009-03-09 13:09:05 -0700 (Mon, 09 Mar 2009)
    Log Message:
    Small fixes in Toolkit.getSwcDependencyOrder().
    1. Handle null ?\226?\128?\152File[]?\226?\128?\153 argument passed to getSwcDependencyOrder.
    2. Modify toVirtualFiles() to strip out any nulls in the File[] array .
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19703
    Reviewer: Peter
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19703
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Toolkit.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-trunk] 14622: * Two unrelated compiler fixes.

    Revision: 14622
    Revision: 14622
    Author:   [email protected]
    Date:     2010-03-08 08:05:27 -0800 (Mon, 08 Mar 2010)
    Log Message:
    Two unrelated compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-25206, SDK-25619
    Reviewer: pfarland
    Tests run: checkintests
    Is noteworthy for integration: no
    Code-level description of changes:
      media/FontTranscoder.java
        Modified getURL() to handle all non-LocalFile VirtualFiles by
        piping the input stream to a temp file and then returning the URL
        for the temp file.  We were previously only handling SwcFile
        instances, but due to global SWC cache optimizations,
        InMemoryFile's can now be passed in.
      CompilerAPI.java
        Modified validateCompilationUnits() to artificially insert
        "Namespace" as a dependency, so we can detect when a recompilation
        is necessary when switching between airglobal.swc and
        playerglobal.swc.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25206
        http://bugs.adobe.com/jira/browse/SDK-25619
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/FontTranscoder.java

  • [svn:fx-trunk] 5224: Flex SDK Bug Fixes

    Revision: 5224
    Author: [email protected]
    Date: 2009-03-10 14:06:53 -0700 (Tue, 10 Mar 2009)
    Log Message:
    Flex SDK Bug Fixes
    SDK-19772 Initially invisible graphic element can not be made visible
    When visible is false, we were both setting the displayObject invisible and not drawing the graphics. When visible was then set to true, we changed the displayObject visibility, but didn't draw the graphics. The fix is to always draw the graphics when we are not sharing our displayObject. This way we simply toggle visibility on the displayObject on/off, instead of having to perform a redraw.
    SDK-19581 BitmapFill incorrectly handle source property
    Updated code to match code in BitmapGraphic. If the source is a class, we still need to check the type of the newly instantiated instance of that class.
    SDK-19085 unexpected behaviour when setting scaleX < 3 on a LinearGradient
    Internally, we no longer allow scaleX to be less than 2. Visually, this shouldn't have much impact.
    QE Notes: n/a
    Doc Notes: n/a
    Bugs: SDK-19772, SDK-19581, SDK-19085
    Reviewer: Evtim, Chet
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/GraphicElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 14222: ComboBox copy bug fix

    Revision: 14222
    Revision: 14222
    Author:   [email protected]
    Date:     2010-02-17 16:05:08 -0800 (Wed, 17 Feb 2010)
    Log Message:
    ComboBox copy bug fix
    http://bugs.adobe.com/jira/browse/SDK-25278 - Copying the selected text in a closed ComboBox causes it to open its drop-down
    The CopyOperation was triggering opening the dropDown. Added a listener for the TextInput "changing" event, storing the text value. Then in the change handler, we only open the dropDown if the text has changed.
    QE notes: add test
    Doc notes: n/a
    Bugs: SDK-25278
    Reviewer: Kevin
    Tests run: ComboBox, checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25278
        http://bugs.adobe.com/jira/browse/SDK-25278
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 5243: Two Mxml Vector fixes.

    Revision: 5243
    Author: [email protected]
    Date: 2009-03-11 12:13:39 -0700 (Wed, 11 Mar 2009)
    Log Message:
    Two Mxml Vector fixes.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19808, SDK-19810
    API Change: NO
    Reviewer: Gaurav
    Code-level description of changes:
    reflect/TypeTable.java
    Modified getElementType() by checking for vectorType instead of
    arrayType and moving the Array handling to the else block.
    builder/VectorBuilder.java
    Modified ElementNodeHandler to use isAssignableTo() instead of equals().
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19808
    http://bugs.adobe.com/jira/browse/SDK-19810
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/VectorBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java

  • [svn:fx-trunk] 10270: * A beta 2 fix.

    Revision: 10270
    Author:   [email protected]
    Date:     2009-09-15 10:54:40 -0700 (Tue, 15 Sep 2009)
    Log Message:
    A beta 2 fix.
    QE notes:
    Doc notes:
    Bugs: SDK-21830
    Reviewer: Corey
    Cycloner: Gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Code-level description of changes:
      frameworks/tests/basicTests/halo/views/CollectionTests.mxml
        Removed extra curly brace found by running without direct AST
        generation.  I'll be logging a bug for this.
      modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        Modified getDescriptorDeclaration() to use new
        DescriptorGenerator.addDescriptorInitializerFragments() signature.
      modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
        Modified getDefinitionBody() to use new
        DescriptorGenerator.addDescriptorInitializerFragments() signature
        and pass in an empty Set for the properties to include.  This
        outputs only the children, which is what we want.
        Modified generateDefinitionBody() to do the direct AST generation
        equivalent.
      modules/compiler/src/java/flex2/compiler/mxml/gen/DescriptorGenerator.java
        Renamed getDescriptorInitializerFragments() to
        addDescriptorInitializerFragments() and added list,
        includeDesignLayer, and indent parameters to allow more control
        over the output.
      modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        Modified generateBindingsSetupFunction() to call
        generateTwoWayPrimaryAssignment() and added
        generateTwoWayPrimaryAssignment().
        Modified addDescriptorInitializerFragments() and
        addDescriptorProperties() by adding an includeDesignLayer
        parameter.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21830
    Modified Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/halo/views/CollectionTests.mxml
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/DescriptorGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 8344: Rect radius bug fix

    Revision: 8344
    Author:   [email protected]
    Date:     2009-06-26 16:58:50 -0700 (Fri, 26 Jun 2009)
    Log Message:
    Rect radius bug fix
    http://bugs.adobe.com/jira/browse/SDK-21867 -   Rect with only radiusX properly set does not render properly
    Fixed Rect?\226?\128?\153s handling of radiusX and radiusY to match the spec.
    ?\226?\128?\156If a properly specified value is provided for radiusX but not for radiusY, then the user agent processes the Rect element with the effective value for radiusY as equal to radiusX. If radiusX is not specified, or is specified as zero, then the user agent processes the Rect element as if no rounding had been specified, resulting in square corners.?\226?\128?\157
    QE Notes: Update tests
    Doc Notes: Update docs to mention this new behavior
    Bugs: SDK-21867
    Reviewer: Awaiting review
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21867
        http://bugs.adobe.com/jira/browse/SDK-21867
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Rect.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 10275: Beta 2 bug fix.

    Revision: 10275
    Author:   [email protected]
    Date:     2009-09-15 12:13:55 -0700 (Tue, 15 Sep 2009)
    Log Message:
    Beta 2 bug fix. Remove styleProxy from SkinnableTextBase, and replace with pushing padding styles from the skin into the textDisplay.
    QE notes: -
    Doc notes: -
    Bugs: SDK-20479
    Reviewer: Jason
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20479
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTex tBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 11469: ASDoc localization bug fixes - Part II

    Revision: 11469
    Author:   [email protected]
    Date:     2009-11-05 10:27:49 -0800 (Thu, 05 Nov 2009)
    Log Message:
    ASDoc localization bug fixes - Part II
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/IItemRendererOwner.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as

  • [svn:fx-trunk] 12156: Various ASDoc bug fixes:

    Revision: 12156
    Revision: 12156
    Author:   [email protected]
    Date:     2009-11-24 06:17:59 -0800 (Tue, 24 Nov 2009)
    Log Message:
    Various ASDoc bug fixes:
    - localization: FLEXDOCS-1122, FLEXDOCS-1123
    - Remove stray references to 'Fx' FLEXDOCS-999
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1122
        http://bugs.adobe.com/jira/browse/FLEXDOCS-1123
        http://bugs.adobe.com/jira/browse/FLEXDOCS-999
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/TweenEffect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/SpinnerExa mple.mxml

  • [svn:fx-trunk] 12817: TextField measurement bug fix

    Revision: 12817
    Revision: 12817
    Author:   [email protected]
    Date:     2009-12-10 16:19:53 -0800 (Thu, 10 Dec 2009)
    Log Message:
    TextField measurement bug fix
    SDK-24560 - Scaling errors in UIFTETextField and UITextField
    Fixed the measuredHeight and measuredWidth getters in UIFTETextField and UITextField
    QE notes: None
    Doc notes: None
    Bugs: SDK-24560
    Reviewer: Chet
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24560
        http://bugs.adobe.com/jira/browse/SDK-24560
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UIFTETextField.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 9215: Event Propagation bug fix

    Revision: 9215
    Author:   [email protected]
    Date:     2009-08-10 17:30:21 -0700 (Mon, 10 Aug 2009)
    Log Message:
    Event Propagation bug fix
    http://bugs.adobe.com/jira/browse/SDK-21044 - Spark Components should use event.preventDefault instead of event.stopPropagation
    Since keyboard are now cancellable, the Spark components should use event.preventDefault() / event.isDefaultPrevented()  instead of event.stopPropagation. I updated ButtonBar, RadioButton, and DropDownList to use preventDefault(). Also cleaned up Slider and Spinner to always assume the event is cancellable.
    QE notes: Add tests with these components inside of scrollable containers
    Doc notes: None
    Bugs: SDK-21044
    Reviewer: Hans
    Tests run: Slider, Spinner, RadioButton, ButtonBar, DropDownList
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21044
        http://bugs.adobe.com/jira/browse/SDK-21044
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DropDownCont roller.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 9721: framework_textLayout.swc is history.

    Revision: 9721
    Author:   [email protected]
    Date:     2009-08-27 15:24:41 -0700 (Thu, 27 Aug 2009)
    Log Message:
    framework_textLayout.swc is history.  The class are now in spark.swc but still in mx.controls and mx.core.  These classes allow TLF text to be used with halo components.  Because of dependencies there is no need to have a separate swc anymore.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: yes
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/flex-config.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/dataGridClasses/
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/dataGridClasses/TLFDataGridItemR enderer.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/framework_textLayout/src/mx/controls/dataGridClasses/T LFDataGridItemRenderer.as
        flex/sdk/trunk/frameworks/projects/framework_textLayout/src/mx/core/UITLFTextField.as
        flex/sdk/trunk/frameworks/projects/framework_textLayout/src/mx/core/Version.as

Maybe you are looking for

  • Iweb 08 Domain publishing

    I currently have iweb 06 and when I published through 06 it gave me the crazy URL. I copied the URL and then went to godaddy and had them forward my URL I had registered with them to the crazy iweb URL. It works like a charm. Here's my problem... I a

  • Elements 7: Why doesn't it open?

    When I have tried to open EL 7 a message comes up from Photoshop.com appears stating: Photoshop.com Membership "Gathering user info..." and then NOTHING happens. It ran for 30-40 minutes until I got fed up and turned it off in frustration. Please hel

  • Energy Policy Act of 2005

    The government has changed the date of daylight savings time (Energy Policy Act of 2005), starting this year. Is there going to be a software update to correct the date/time settings with the OS, iCal, etc.? Thanks, MARK

  • Exit for Purchase Order ME21N

    hi, i want to save some information in my Z Table while creating a new PO, how can i do this while saving a PO, in which Exit shud i write my code i have tried the user exits available for PO, but not able to solve the problem, can anybody help me ou

  • Yahoo mail set up macbook pro!!

    I lost my set up on yahoo mail on my macbookpro for some reason. But when I tried to set up again the message says unable to veify account name and password. Please help.