[svn:fx-4.0.0] 13537: Fix RTE when unloading a style module.

Revision: 13537
Revision: 13537
Author:   [email protected]
Date:     2010-01-15 16:23:42 -0800 (Fri, 15 Jan 2010)
Log Message:
Fix RTE when unloading a style module.
QE notes: None.
Doc notes: None.
Bugs: SDK-25055
Reviewer: Pete
Tests run: checkintests
Is noteworthy for integration: No.
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25055
Modified Paths:
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as

Revision: 13537
Revision: 13537
Author:   [email protected]
Date:     2010-01-15 16:23:42 -0800 (Fri, 15 Jan 2010)
Log Message:
Fix RTE when unloading a style module.
QE notes: None.
Doc notes: None.
Bugs: SDK-25055
Reviewer: Pete
Tests run: checkintests
Is noteworthy for integration: No.
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25055
Modified Paths:
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as

Similar Messages

  • [svn:fx-trunk] 13201: Fix RTE when calling PopUpManager.createPopUp() from a module or sub-application.

    Revision: 13201
    Revision: 13201
    Author:   [email protected]
    Date:     2009-12-23 12:16:41 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Fix RTE when calling PopUpManager.createPopUp() from a module or sub-application.
    This fix adds a moduleFactory parameter to PopUpManager.createPopUp() to allow a module or sub-application to specify the style manager to be used. Modules and sub-applications should always pass a moduleFactory to PopUpManager.createPopUp() or PopUpManager.addPopUp() to ensure the correct style manager is used when looking up styles. Otherwise the parent of the pop up is used to determine the style manager.
    QE notes: Please create a PerModuleStyles test that uses the new parameter to createPopUp().
    Doc notes: None.
    Bugs: SDK-24835.
    Reviewer: Alex
    Tests run: checkintests, Managers/PopUpManager
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24835
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IPopUpManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as

  • [svn:fx-trunk] 11384: Fix RTE when a module is reloaded.

    Revision: 11384
    Author:   [email protected]
    Date:     2009-11-02 15:28:56 -0800 (Mon, 02 Nov 2009)
    Log Message:
    Fix RTE when a module is reloaded.
    We have multiple style managers now so we need to reload the styles and initialize the protochain root for every new instance of an application or module.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-23948, SDK-23942
    Reviewer: Corey
    Tests run: checkintests
    Is noteworthy for integration: No.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23948
        http://bugs.adobe.com/jira/browse/SDK-23942
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm

  • [svn] 4019: Fix RTE when using text as a mask

    Revision: 4019
    Author: [email protected]
    Date: 2008-11-04 16:32:57 -0800 (Tue, 04 Nov 2008)
    Log Message:
    Fix RTE when using text as a mask
    SDK-17893 - TextGraphic inside of a mask causes RTE
    When the mask is added, we weren't yet creating the displayObject which the TextGraphic class relies upon. The solution is to call validateProperties on the mask before calling validateSize.
    In addition, the mask wasn't getting applied to the Group because we weren't setting an internal flag.
    QE Notes: Test masking on both Graphic elements and Group.
    Doc Notes: We need to note that if you use TextGraphic as a mask, you must set maskType = "alpha"
    Bugs: SDK-17893
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17893
    http://bugs.adobe.com/jira/browse/SDK-17893
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/Gro upBase.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/G raphicElement.as

    Does Illustrator do the same
    thing? If not, you will have to join/add the paths
    for each letter before exporting as an SVG file.
    Sometimes Illustrator groups paths rather than
    creating a single composite path, so you may have to
    mess with it a bit. Hope that helps.
    In Illustrator you can make a compound path with all the letters selected, or use the pathfinder (one of the coolest things in the latest versions)
    When orginally outlines, text is grouped together, and each letter is it's own compound path.
    (for those of you wondering, a compound path can have a cutout or more than one path. I've used it for a few upcoming themes and templates, and it works very, very well.)
    I should mention that editing a compound path with a cutout section will remove the cutout section. Can't stress that enough.

  • [svn:fx-trunk] 5837: Fix RTE when running Spark WindowedApplication.

    Revision: 5837
    Author: [email protected]
    Date: 2009-04-01 07:46:58 -0700 (Wed, 01 Apr 2009)
    Log Message:
    Fix RTE when running Spark WindowedApplication.
    The problem was introduced by an error in the rename change. Changed the include for Button from mx.controls.Button to spark.components.Button.
    QE Notes: None
    Doc Notes: None
    Bugs:
    Reviewer:
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as

  • [svn:fx-3.x] 10417: Fix RTE when selectedItem invalid because it is not in dataProvider

    Revision: 10417
    Author:   [email protected]
    Date:     2009-09-18 15:33:51 -0700 (Fri, 18 Sep 2009)
    Log Message:
    Fix RTE when selectedItem invalid because it is not in dataProvider
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-22694
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/browser/DataGrid
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22694
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/listClasses/ListBase. as

    Ambarish:
    The article Disk Utility reports "Underlying task reported failure" when repairing a volume gives more information about the issue you are experiencing. The reference in the article to a third party utility is the utility referenced by BGreg, Disk Warrior.
    Please do post back with further questions or comments.
    Good luck.
    cornelius

  • [svn] 4927: Fix RTE when a sub-application displays an alert.

    Revision: 4927
    Author: [email protected]
    Date: 2009-02-11 05:03:26 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fix RTE when a sub-application displays an alert.
    QE Notes: Regression introduced in revision 4866, in the trunk.
    Doc Notes: None
    Bugs: SDK-19228
    Reviewer: Hans, Alex
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19228
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Hi;
    Compiling as 32 bit is only available for a Windows based application, not a Web one. You need to configure IIS to run either 32 or 64 bit.
    As for the bobj undefined error, try these kbases:
    [Bobj|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233373338333933353332%7D.do]
    [Undefined|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333033363335%7D.do]
    Regards,
    Jonathan

  • [svn:osmf:] 17499: Partial fix for FM-990: prevent RTE when attempting smoothing for an image where a policy file was not available

    Revision: 17499
    Revision: 17499
    Author:   [email protected]
    Date:     2010-08-27 11:05:22 -0700 (Fri, 27 Aug 2010)
    Log Message:
    Partial fix for FM-990: prevent RTE when attempting smoothing for an image where a policy file was not available
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-990
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageElement.as

    Revision: 17499
    Revision: 17499
    Author:   [email protected]
    Date:     2010-08-27 11:05:22 -0700 (Fri, 27 Aug 2010)
    Log Message:
    Partial fix for FM-990: prevent RTE when attempting smoothing for an image where a policy file was not available
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-990
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageElement.as

  • [svn] 4015: Fix an RTE when a pop up is removed before its FlexEvent. CREATION_COMPLETE event is fired.

    Revision: 4015
    Author: [email protected]
    Date: 2008-11-04 11:34:41 -0800 (Tue, 04 Nov 2008)
    Log Message:
    Fix an RTE when a pop up is removed before its FlexEvent.CREATION_COMPLETE event is fired.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17886
    Reviewer: Alex
    tests: checkintests, Managers/focusManager
    FocusManager.as
    In the FlexEvent.CREATION_COMPLETE handler don't activate a pop up if the pop up does not have a parent.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17886
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/FocusManager.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn] 4932: Fixed RTE with FxAnimate3DInstance, where a check in a superclass on whether the property was a style didn' t succeed because the effect was using properties that weren' t actually styles or properties on the object.

    Revision: 4932
    Author: [email protected]
    Date: 2009-02-11 15:29:32 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fixed RTE with FxAnimate3DInstance, where a check in a superclass on whether the property was a style didn't succeed because the effect was using properties that weren't actually styles or properties on the object. Fine for the effect, but not for the superclass. Fix was to simply stub out the style check.
    QE Notes:
    Doc Notes: None
    Bugs: SDK-19256
    Reviewer: Ely
    tests: checkintests, Mustella mx/effects/FxRotate3D
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19256
    Modified Paths:
    flex/sdk/branches/i10/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimate3DI nstance.as

    Revision: 4932
    Author: [email protected]
    Date: 2009-02-11 15:29:32 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fixed RTE with FxAnimate3DInstance, where a check in a superclass on whether the property was a style didn't succeed because the effect was using properties that weren't actually styles or properties on the object. Fine for the effect, but not for the superclass. Fix was to simply stub out the style check.
    QE Notes:
    Doc Notes: None
    Bugs: SDK-19256
    Reviewer: Ely
    tests: checkintests, Mustella mx/effects/FxRotate3D
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19256
    Modified Paths:
    flex/sdk/branches/i10/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimate3DI nstance.as

  • [svn:fx-trunk] 8602: Fix RTE after setting baseColor.

    Revision: 8602
    Author:   [email protected]
    Date:     2009-07-15 15:06:23 -0700 (Wed, 15 Jul 2009)
    Log Message:
    Fix RTE after setting baseColor.
    https://bugs.adobe.com/jira/browse/SDK-21749
    TitleBarSkin:
    Remove items form color exclusion array. Remove ?\226?\128?\156bgFill?\226?\128?\157 because it is not of type DisplayObject or GraphicElement. Remove ?\226?\128?\156background?\226?\128?\157 because it is part of the window chrome and should be affected by baseColor.
    SparkSkin:
    Only process excluded objects of type DisplayObject or GraphicElement in updateDisplayList().
    https://bugs.adobe.com/jira/browse/SDK-21625
    Spark and Halo WindowedApplication/Window:
    Update class comments and remove dead code.
    QE Notes: none.
    Doc Notes: none.
    Bugs: SDK-21749, SDK-21625.
    Reviewer: Glenn
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21749
        http://bugs.adobe.com/jira/browse/SDK-21625
        http://bugs.adobe.com/jira/browse/SDK-21749
        http://bugs.adobe.com/jira/browse/SDK-21625
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        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/airframework/src/spark/skins/spark/windowChrome/TitleB arSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/SparkSkin.as

  • [svn:fx-trunk] 14016: Fix for List RTE when dropping into list with null dataProvider.

    Revision: 14016
    Revision: 14016
    Author:   [email protected]
    Date:     2010-02-05 16:12:41 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Fix for List RTE when dropping into list with null dataProvider. If the dataProvider is null, we create an ArrayCollection to hold items being dropped in the List.
    QE notes: No
    Doc notes: No
    Bugs: SDK-25218
    Reviewer: Jason
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25218
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as

    Revision: 14016
    Revision: 14016
    Author:   [email protected]
    Date:     2010-02-05 16:12:41 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Fix for List RTE when dropping into list with null dataProvider. If the dataProvider is null, we create an ArrayCollection to hold items being dropped in the List.
    QE notes: No
    Doc notes: No
    Bugs: SDK-25218
    Reviewer: Jason
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25218
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as

  • [svn:fx-trunk] 8883: Fixes RTE seeking into Sequences.

    Revision: 8883
    Author:   [email protected]
    Date:     2009-07-28 16:05:56 -0700 (Tue, 28 Jul 2009)
    Log Message:
    Fixes RTE seeking into Sequences. Seeking (setting playheadTime) to or past the end of the Sequence would not properly end the effect and would set it up for failure on future playing.
    QE notes: None
    Doc notes: None
    Bugs: sdk-22367
    Reviewer: Jason     
    Tests run: checkintests, Mustella (spark/effects, mx/effects/Sequence)
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-22367
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

  • [svn:fx-trunk] 9284: Fix bug: Spark BasicLayout should throw error/ RTE when setting useVirtualLayout

    Revision: 9284
    Author:   [email protected]
    Date:     2009-08-13 15:33:07 -0700 (Thu, 13 Aug 2009)
    Log Message:
    Fix bug: Spark BasicLayout should throw error/RTE when setting useVirtualLayout
    QE notes: None
    Doc notes: None
    Bugs: SDK-22211
    Reviewer: Hans
    Tests run: checkintests, gumbo/core/Group, gumbo/core/DataGroup, gumbo/core/List
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22211
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/layout.properties
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/BasicLayout.as

    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] 9449: Fix for RTE when clicking on stage before preloader is complete.

    Revision: 9449
    Author:   [email protected]
    Date:     2009-08-21 07:40:22 -0700 (Fri, 21 Aug 2009)
    Log Message:
    Fix for RTE when clicking on stage before preloader is complete.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22682
    Reviewer: Alex
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22682
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Hey Jim
    Wow, that's great; thanks! Can I ask what settings you used to get the files so small?
    Yes, I am familiar with Photoshop and image optimization issues, but I didn't realize that PNG was so much bigger than JPG and that I had so much file size I could shed before I would notice a degradation in image quality. Your advice will certainly help greatly, and I will certainly apply it to the thumbs as well. I think my mom will be very pleased.  : )
    I look forward to hearing what collection of settings you used.
    Thanks and Be Well
    Graham

Maybe you are looking for