[svn] 4611: Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.

Revision: 4611
Author: [email protected]
Date: 2009-01-21 16:30:21 -0800 (Wed, 21 Jan 2009)
Log Message:
Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.
QE Notes: None
Doc Notes: None
Bugs: sdk-17783, sdk-18767, sdk-18759, sdk-18461, sdk-18309, sdk-18013, sdk-18688
Reviewer: Jason
Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
Ticket Links:
http://bugs.adobe.com/jira/browse/sdk-17783
http://bugs.adobe.com/jira/browse/sdk-18767
http://bugs.adobe.com/jira/browse/sdk-18759
http://bugs.adobe.com/jira/browse/sdk-18461
http://bugs.adobe.com/jira/browse/sdk-18309
http://bugs.adobe.com/jira/browse/sdk-18013
http://bugs.adobe.com/jira/browse/sdk-18688
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

Revision: 4611
Author: [email protected]
Date: 2009-01-21 16:30:21 -0800 (Wed, 21 Jan 2009)
Log Message:
Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.
QE Notes: None
Doc Notes: None
Bugs: sdk-17783, sdk-18767, sdk-18759, sdk-18461, sdk-18309, sdk-18013, sdk-18688
Reviewer: Jason
Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
Ticket Links:
http://bugs.adobe.com/jira/browse/sdk-17783
http://bugs.adobe.com/jira/browse/sdk-18767
http://bugs.adobe.com/jira/browse/sdk-18759
http://bugs.adobe.com/jira/browse/sdk-18461
http://bugs.adobe.com/jira/browse/sdk-18309
http://bugs.adobe.com/jira/browse/sdk-18013
http://bugs.adobe.com/jira/browse/sdk-18688
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

Similar Messages

  • [svn:fx-trunk] 11151: Various bug fixes.

    Revision: 11151
    Author:   [email protected]
    Date:     2009-10-26 10:41:10 -0700 (Mon, 26 Oct 2009)
    Log Message:
    Various bug fixes.
    Button.as
    -Added some ASDocs for a previous fix where we made the icons property protected instead of private.
    Skins.properties, components.properties, sparkEffects.properties
    -Removed ?\226?\128?\156Fx?\226?\128?\157 prefix and cleaned up whitespace
    SwatchPanel.as, defaults.css
    -ColorPicker was drawing incorrectly with sparkskins because two halo specific styles were missing in the spark theme. Thus, I included highlightColor and shadowColor?\194?\160into the spark theme and added them to defaults.css.
    TitleWindowSkin.mxml, wireframe/TitleWindowSkin.mxml
    -The label skin part came too close to the close button so I added padding
    DataGrid.as
    -Added exclude metadata for columnWidth
    -Column widths are now rounded down to avoid sub-pixel values in the initial rendering
    QE notes: None
    Doc notes: None
    Bugs: SDK-23057, SDK-23695, SDK-23576, SDK-23791, SDK-22733, SDK-22757
    Reviewer: Glenn
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23057
        http://bugs.adobe.com/jira/browse/SDK-23695
        http://bugs.adobe.com/jira/browse/SDK-23576
        http://bugs.adobe.com/jira/browse/SDK-23791
        http://bugs.adobe.com/jira/browse/SDK-22733
        http://bugs.adobe.com/jira/browse/SDK-22757
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/skins.properties
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
        flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/components.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/sparkEffects.properties
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TitleWindowSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/TitleWindowSkin.mx ml

    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:bz-trunk] 18840: bug fix of BLZ-576, add the initialization to one of the counter

    Revision: 18840
    Revision: 18840
    Author:   [email protected]
    Date:     2010-11-29 12:41:55 -0800 (Mon, 29 Nov 2010)
    Log Message:
    bug fix of BLZ-576, add the initialization to one of the counter
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-576
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/management/runtime/messaging/endpoints/EndpointContro l.java

  • [svn:osmf:] 13042: Fix for FM-287, reinstating the main sample ( that uses serial and parallel composition), and making another pass at  getting all the changed trait methods mapped correctly back- and forth between JS and Flash .

    Revision: 13042
    Revision: 13042
    Author:   [email protected]
    Date:     2009-12-17 03:45:27 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Fix for FM-287, reinstating the main sample (that uses serial and parallel composition), and making another pass at  getting all the changed trait methods mapped correctly back- and forth between JS and Flash.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-287
    Modified Paths:
        osmf/trunk/apps/samples/framework/HTMLGatewaySample/HTMLGatewaySample.as
        osmf/trunk/apps/samples/framework/HTMLGatewaySample/html-template/index.template.html
        osmf/trunk/framework/MediaFramework/org/osmf/external/HTMLElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/gateways/HTMLGateway.as

    Perre wrote:I'm used to being able to pick one or a couple of songs and then adding it a specified playlist. Is this impossible in sonata?
    It's clearly not impossible, just different than you expect. Create your playlist as you want it to appear in the Current tab (meaning don't dump every single song from your library in there, just the ones you want) and then save the playlist.
    Perre wrote:And if I try to play the m3u file created (the one with every song listed) through freevo I get a message that the directory is empty. What am I doing wrong??
    Look at save_absolute_paths_in_playlists in your mpd.conf.

  • [svn:fx-trunk] 10135: Fix to effects' transform center functionality.

    Revision: 10135
    Author:   [email protected]
    Date:     2009-09-10 15:38:22 -0700 (Thu, 10 Sep 2009)
    Log Message:
    Fix to effects' transform center functionality. When autoCenterTransform=false, should default to the transformX/Y/Z specified in the target object. We were instead defaulting to a default Vector3D(), which is like having transfomrXYZ at (0,0,0). one-liner fix to initialize the default transform center with the target's transformXYZ values.
    Also fixed unrelated typo in UIComponent asdocs.
    QE notes: None
    Doc notes: None
    Bugs: sdk-21766
    Reviewer: Jason
    Tests run: checkintests, Mustella transform effects
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-21766
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn] 2578: Some bug fixes.

    Revision: 2578
    Author: [email protected]
    Date: 2008-07-23 06:31:04 -0700 (Wed, 23 Jul 2008)
    Log Message:
    Some bug fixes. hostComponent is now usable inside MXML script blocks (Skins) to refer back to the host component in a strongly typed manner. hostComponent now also works inside binding statements. Updated most skins to use hostComponent instead of data.
    QA: Yes
    Reviewer: Paul and my split personality Mwinyimkuu
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ApplicationSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/CheckBoxSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/PanelSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/RadioButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/TextAreaSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/TextInputSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ToggleButtonSkin.mxml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/WebTierAPI.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] 2810: FXG Bug Fix

    Revision: 2810
    Author: [email protected]
    Date: 2008-08-11 17:48:51 -0700 (Mon, 11 Aug 2008)
    Log Message:
    FXG Bug Fix
    MXMLG-210 - [Gumbo_Priority] Unable to create second item after masked item
    Masks were broken for GraphicElements after the lifecycle consolidation work. Added hacks to Group to get the masks working again. The graphic element mask code and the commitProperties logic will eventually change, removing the need for this hack.
    Bug: MXMLG-210
    QA: Yes
    Doc: No
    Review: Evtim
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-210
    http://bugs.adobe.com/jira/browse/MXMLG-210
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as

  • [svn] 2599: FXG Bug Fix

    Revision: 2599
    Author: [email protected]
    Date: 2008-07-23 15:17:33 -0700 (Wed, 23 Jul 2008)
    Log Message:
    FXG Bug Fix
    MXMLG-116 only edge pixels expand when resize this bitmapGraphic
    In BitmapGraphic we constrain the dimensions of the rectangle that hold the bitmap fill to be the minimum of either the image's dimensions or the drawing dimensions. This occurs only when repeat is false.
    Bug: MXMLG-116
    QA: Yes
    Doc: Yes
    Review: Ryan
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-116
    http://bugs.adobe.com/jira/browse/MXMLG-116
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as

  • [svn] 2844: FXG Bug Fix

    Revision: 2844
    Author: [email protected]
    Date: 2008-08-14 11:16:44 -0700 (Thu, 14 Aug 2008)
    Log Message:
    FXG Bug Fix
    SDK-16467 NPE from BitmapGraphic.updateDisplayList if repeat=false but source is not yet defined
    Added null check for source in updateDisplayList
    Bug: SDK-16467
    QA: Yes
    Doc: No
    Review: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16467
    http://bugs.adobe.com/jira/browse/SDK-16467
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as

  • [svn] 4021: Alpha Bug Fix for SDK-17338.

    Revision: 4021
    Author: [email protected]
    Date: 2008-11-04 18:59:34 -0800 (Tue, 04 Nov 2008)
    Log Message:
    Alpha Bug Fix for SDK-17338. Ensuring selectorString variable is populated while generating CSS Style Module ActionScript class.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Reviewer: Glenn
    Bugs:
    SDK-17338 - [Advanced CSS] Unloading a stylesheet with Type selectors and global selectors doesn't work.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17338
    http://bugs.adobe.com/jira/browse/SDK-17338
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/modules/compiler/src/java/flex2/compiler/css/StyleModule.vm

  • [svn:osmf:] 10683: Bug fix for SWFElement drawing outside of its bounds causing layout havok.

    Revision: 10683
    Author:   [email protected]
    Date:     2009-09-29 09:29:55 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Bug fix for SWFElement drawing outside of its bounds causing layout havok.   FM-87 and FM-77
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-87
        http://bugs.adobe.com/jira/browse/FM-77
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/content/ContentElement.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn:fx-trunk] 10867: FIx up createInFontContext for when there are no embedded fonts

    Revision: 10867
    Author:   [email protected]
    Date:     2009-10-05 09:50:12 -0700 (Mon, 05 Oct 2009)
    Log Message:
    FIx up createInFontContext for when there are no embedded fonts
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-23563
    Reviewer: Carol
    API Change: Yes
    Is noteworthy for integration: No
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23563
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

  • [svn:fx-trunk] 10599: -fix spark doc target so the docs are put into the resource bundle swc.

    Revision: 10599
    Author:   [email protected]
    Date:     2009-09-25 13:07:56 -0700 (Fri, 25 Sep 2009)
    Log Message:
    -fix spark doc target so the docs are put into the resource bundle swc.
    -added building of all spark localized _rb.swcs
    QE notes: localization team should look at the spark swcs
    Doc notes:
    Bugs: sdk-23256
    Reviewer:
    Tests run: yes
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-23256
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/build.xml

    Thats good news.

  • [svn:fx-trunk] 11211: Fixing a fall-out from the DefaultItemRenderer change .

    Revision: 11211
    Author:   [email protected]
    Date:     2009-10-27 17:07:30 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Fixing a fall-out from the DefaultItemRenderer change.  When labelDisplay comes on-board, we should check to see if the label property has been set, and push it down in there if it has.  We need this because the labelDisplay isn't created until createChildren() time, which happens when the component is first validated, but for some scenarios, the component may not be on-screen at the time we set the label property.  Also, itemIndex needs to be "cloned" in the drag'n drop scenario.
    QE notes: -
    Doc notes: -
    Bugs: SDK-23867
    Reviewer: Evtim
    Tests run: checkintests, mustella List, DataGroup, DropDownList, ListDragDrop
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23867
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListItemDrag Proxy.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as

  • [svn:fx-trunk] 8024: Fixed an injection where setting the 'content' property of Spark text component to a TextFlow would cause you to get a TextFlow nested inside a TextFlow .

    Revision: 8024
    Author:   [email protected]
    Date:     2009-06-19 16:59:25 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Fixed an injection where setting the 'content' property of Spark text component to a TextFlow would cause you to get a TextFlow nested inside a TextFlow.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-21906
    Reviewer: Carol to review
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21906
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichText.as

    Well, I've already solved one of the two issues
    In order to display the icons on my buttonbar buttons, I just needed to point at {hostComponent.data.data} instead of {hostComponent.data}. I'm not sure why, but {hostComponent.data} in my skin class is a handle on my instance of ButtonBarButton, not its "data" property. Any explanation is welcomed
    I still have got the first issue though. Oddly enough my design works if I put an mx Image instead of the spark BitmapImage for the client logo. That will do the trick for the moment but I'd prefer to deliver a 100% pure spark component in my prototype, and I can see no reason why BitmapImage works inside my ButtonBarButtons and doesn't otherwise...

Maybe you are looking for

  • My macbook 2012 jan model not turning on

    Hi I have Mac book air jan 2012 model Yesterday i turned it off, And its not turning on even after connecting power cord Tried resetting SMC No use Please help....

  • What converter do i need to get my HP LASERJET 4250tn to work with USB on my new HP desktop?cc=US

    hi thereI just bought a new computer (HP) and it only has USB ports.. so i need to figure out how to connect the cord from the laserjet 4250tn to the new hp! which usb converter should i get? The new computer has windows 7.. thanks!

  • Iphone 4 or ipad not showing in itunes 9.2 or 9.2.1

    Hi. I cannot get my iPhone or iPad to show up in iTunes 9.2 or 9.2.1. The only solution is to reinstall iTunes as it shows up after installation allowing me to sync. If I then restart the computer it doesn't show again so I then reinstall iTunes so t

  • Number of workbooks in discoverer

    Hi I want to know power workbooks . the workbooks which are executed most number of times in Discoverer . is there any query to find ? in EUL5_Documents i can see a solum NTM ( number of times modified) is this column refering to most number of times

  • What is default UserID/Password for Oracle 11g

    Hello experts, I'm new to Oracle and installed 11g first time on Windows. Installation has finished successfully. It gave me the link on open my database. Enterprise Manager Database Control URL - (orcl) : https://192.168.2.25:1158/em when I open it