[svn:fx-trunk] 7862: GraphicElement PARB Changes

Revision: 7862
Author:   [email protected]
Date:     2009-06-15 15:06:23 -0700 (Mon, 15 Jun 2009)
Log Message:
GraphicElement PARB Changes
mx.core.AdvancedLayoutFeatures
?\226?\128?\162     Rename layer -> depth
?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
mx.core.IVisualElement
?\226?\128?\162     Rename layer -> depth
mx.core.UIComponent
?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
?\226?\128?\162     Rename layer -> depth
mx.graphics.GradientBase
?\226?\128?\162     Remove scaleX
mx.graphics.GradientStroke
?\226?\128?\162     Add apply(g:Graphics, bounds:Rectangle)
mx.graphics.IStroke
?\226?\128?\162     Remove draw
?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
mx.graphics.LinearGradient
?\226?\128?\162     Add scaleX
mx.graphics.LinearGradientStroke
?\226?\128?\162     Add scaleX
?\226?\128?\162     Remove draw
?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
mx.graphics.RadialGradient
?\226?\128?\162     Add scaleX
mx.graphics.RadialGradientStroke
?\226?\128?\162     Add scaleX
?\226?\128?\162     Remove draw
?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
mx.graphics.SolidColorStroke
?\226?\128?\162     Remove draw
?\226?\128?\162     Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
mx.flash.UIMovieClip
?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
?\226?\128?\162     Rename layer -> depth
spark.components.PopUpAnchor
?\226?\128?\162     Change popUp type from UIComponent -> IFlexDisplayObject
?\226?\128?\162     Rename positionPopUp -> calculatePopUpPosition
?\226?\128?\162     Rename autoSizePopUpWidth -> popUpWidthMatchesAnchorWidth
?\226?\128?\162     Rename autoSizePopUpHeight -> popUpHeightMatchesAnchorHeight
spark.core.RelativePosition
?\226?\128?\162     Rename and move spark.core.RelativePosition -> spark.components.PopUpPosition
?\226?\128?\162     Rename EXACT -> TOP_LEFT (topLeft)
spark.core.SpriteVisualElement
?\226?\128?\162     Rename layer -> depth
?\226?\128?\162     Remove computeMatrix
spark.primitives.BitmapImage
?\226?\128?\162     Change NORMALUINT from protected -> private
?\226?\128?\162     Change REPEATUINT from protected -> private
?\226?\128?\162     Change SCALEUINT from protected -> private
?\226?\128?\162     Change resizeModeToUINT from protected -> private
?\226?\128?\162     Rename drawElement -> draw
spark.primitives.Line
?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
?\226?\128?\162     Rename drawElement -> draw
spark.primitives.Path
?\226?\128?\162     Change graphicsPath fro protected -> mx_internal
?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
?\226?\128?\162     Rename drawElement -> draw
?\226?\128?\162     Rename renderGraphicsAtScale -> generateGraphicsPath
?\226?\128?\162     Change generateGraphicsPath from protected -> mx_internal
?\226?\128?\162     Rename notifyElementLayerChanged -> invalidateDisplayObjectSharing
spark.primitives.Rect
?\226?\128?\162     Rename drawElement -> draw
spark.primitives.supportClasses.GraphicElement
?\226?\128?\162     Rename layer -> depth
?\226?\128?\162     Rename offsets -> postLayoutTransformOffsets
?\226?\128?\162     Rename getBitmapData -> captureBitmapData
?\226?\128?\162     Rename notifyElementLayerChanged -> invalidateDisplayObjectSharing
?\226?\128?\162     Rename skipMeasure -> canSkipMeasurement
?\226?\128?\162     Add protected hasComplexLayoutMatrix:Boolean getter
?\226?\128?\162     Remove target
?\226?\128?\162     Remove computeMatrix
?\226?\128?\162     Change DEFAULT_MAX_WIDTH from public -> private
?\226?\128?\162     Change DEFAULT_MAX_HEIGHT from public -> private
?\226?\128?\162     Change DEFAULT_MIN_WIDTH from public -> private
?\226?\128?\162     Change DEFAULT_MIN_HEIGHT from public -> private
?\226?\128?\162     Change allocateLayoutFeatures from protected -> mx_internal
?\226?\128?\162     Change invalidateTransform from protected -> private
?\226?\128?\162     Change captureBitmapData from public -> mx_internal
?\226?\128?\162     Change applyMaskType from protected -> mx_internal
?\226?\128?\162     Change dispatchPropertyChangeEvent from protected -> private
?\226?\128?\162     Change applyComputedTransform from protected -> mx_internal
?\226?\128?\162     Change filterChangedHandler from protected -> private
spark.supportClasses.StrokedElement
?\226?\128?\162     Rename drawElement -> draw
?\226?\128?\162     Remove getStroke()
?\226?\128?\162     Add getStrokeExtents() override
QE Notes: None
Doc Notes: None
Bugs: N/A
Reviewer: Glenn
Modified Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/ButtonBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DataGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/GroupBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/core/SpriteVisualElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransitionShader.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransiti onShaderInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/BitmapImage.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Line.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Rect.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/FilledElemen t.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/GraphicEleme nt.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/StrokedEleme nt.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/TextGraphicE lement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as

Similar Messages

  • [svn:fx-trunk] 7925: PopUpAnchor PARB Changes

    Revision: 7925
    Author:   [email protected]
    Date:     2009-06-17 15:23:25 -0700 (Wed, 17 Jun 2009)
    Log Message:
    PopUpAnchor PARB Changes
    Change popUp type from UIComponent -> IFlexDisplayObject
    Rename positionPopUp -> calculatePopUpPosition
    Rename autoSizePopUpWidth -> popUpWidthMatchesAnchorWidth
    Rename autoSizePopUpHeight -> popUpHeightMatchesAnchorHeight
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Glenn
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/PopUpAnchor.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/spark/DropDownListSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/DropDownListSkin.m xml

  • [svn:fx-trunk] 5005: Last PARB changes for FxContainer/FxDataContainer.

    Revision: 5005
    Author: [email protected]
    Date: 2009-02-18 17:21:52 -0800 (Wed, 18 Feb 2009)
    Log Message:
    Last PARB changes for FxContainer/FxDataContainer. We're now exposing more properties on the FxContainer from the underlying Group (same for FxDataContainer and DataGroup). The only new property being exposed on FxContainer is autoLayout. For FxDataContainer we're now exposing autoLayout, typicalItem, and the renderer_add and renderer_remove events. We're also being smarter about when to add events on the underlying contentGroup/dataGroup--however, we're ignoring some of the parameters in addEventListener and these aren't getting proxied down on to the listeners we add to the contentGroup/dataGroup.
    Also found and fixed a bug in the RendererExistenceEvent.clone() method.
    QE Notes: Please test these new properties/events.
    Doc Notes: -
    Bugs: -
    Reviewer: Hans
    tests: checkintests, DataGroup, FxList, FxButtonBar, FxDataContainer, FxContainer
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxDataContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/RendererExistenceEvent.as

  • [svn:fx-trunk] 7756: Some PARB changes for SkinnableComponent and DataGroup :

    Revision: 7756
    Author:   [email protected]
    Date:     2009-06-11 14:28:48 -0700 (Thu, 11 Jun 2009)
    Log Message:
    Some PARB changes for SkinnableComponent and DataGroup:
    SkinnableComponent.invalidateSkinState() changed from protected to public
    DataGroup:
    initializeDataProvider(): protected -> private
    addItemRendererToDisplayList(): protected -> private
    dataProvider_collectionChangeHandler(): protected -> mx_internal
    adjustAfterAdd(): protected -> private
    adjustAfterRemove(): protected -> private
    adjustAfterMove(): protected -> private
    adjustAfterReplace(): protected -> private
    QE Notes: -
    Doc Notes: -
    Bugs: -
    Reviewer: F10
    tests: checkintest (seem to fail due to local changes to ScrollBar, which I'm not checking in here)
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/SkinnableCom ponent.as

  • [svn:fx-trunk] 7979: ButtonBar PARB changes:

    Revision: 7979
    Author:   [email protected]
    Date:     2009-06-18 14:47:52 -0700 (Thu, 18 Jun 2009)
    Log Message:
    ButtonBar PARB changes:
    -arrowKeysWrapFocus removed from ButtonBar
    -arrowKeysWrapFocus added to ListBase
    -arrowKeysWrapFocus added as parameter to LayoutBase.getNavigationDestinationIndex (and subclasses of LayoutBase)
    -itemClick event removed from ButtonBar, now uses "change" event like other ListBase components
    -ASDoc removed for partAdded/partRemoved
    QE Notes: None
    Doc Notes: Yes, ASDoc affected by every change listed above
    Bugs: N/A
    Reviewer: szeto
    tests: checkintests mustella/List mustella/ButtonBar
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/layouts/HorizontalLayout.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/layouts/TileLayout.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/layouts/VerticalLayout.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/layouts/supportClasses/LayoutBase.as

  • [svn:fx-trunk] 9318: GraphicElement filters bug fix

    Revision: 9318
    Author:   [email protected]
    Date:     2009-08-14 14:17:01 -0700 (Fri, 14 Aug 2009)
    Log Message:
    GraphicElement filters bug fix
    https://bugs.adobe.com/jira/browse/SDK-22683 - GraphicElement filters are not set properly when the filters array is modified directly
    GraphicElement.filters property has been modified to behave the same way as DisplayObject.filters. The getter function always returns a copy of the filters. This prevents the developer from mutating the filters except through the filters setter.
    QE notes: Add tests where the filters property is mutated
    Doc notes: Mention that the getter returns a copy and that using the setter is the only way to change the value
    Bugs: SDK-22683
    Reviewer: Chet
    Tests run: spark/primitives
    Is noteworthy for integration: Yes (tooling should be aware that the getter is returning a copy)
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22683
        http://bugs.adobe.com/jira/browse/SDK-22683
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

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

  • [svn:fx-trunk] 7784: adding xslt change so info related to Alternative shows up in the asdoc

    Revision: 7784
    Author:   [email protected]
    Date:     2009-06-12 07:46:21 -0700 (Fri, 12 Jun 2009)
    Log Message:
    adding xslt change so info related to Alternative shows up in the asdoc
    QE Notes: None.
    Doc Notes: None.
    Modified Paths:
        flex/sdk/trunk/asdoc/templates/class-parts.xslt
    Added Paths:
        flex/sdk/trunk/asdoc/templates/images/P_AlternativeMetadataIndicator_30x28_N.png

    I've checked the resolution in Photoshop just as a double-check and it shows resolution as 300 PPI. When you say "because they can be mixed" do you mean because elements and graphics with the PDF can be of varying resolutions? I hadn't thought of that, if that's what you meant. I do have some items within my pdf that might be lower resolution.
    If these show up in my Preflight Panel as an issue, does this mean they would be flagged also with the Printer? In trying to find a resolution I read several forum discussions about how Printers often run your document through a Preflight process and will send it back when there are low resolution images in the document.
    Is there some other way to be sure these images are in the InDesign document as 300 PPI so I can know they will in fact print correctly?
    PS - Peter - thanks for the super quick response! And I saw your the highlighted "Exceptional Contributor" on the right sidebar for the InDesign forum - clearly well-deserved! Congrats

  • [svn:fx-trunk] 9171: Adding the change notes that come from the TLF folks

    Revision: 9171
    Author:   [email protected]
    Date:     2009-08-07 08:57:35 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Adding the change notes that come from the TLF folks
    bug: nope
    qa: nope
    checkintests: no need
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt

  • [svn:fx-trunk] 7677: adding xslt change so Theme shows up in asdoc for the styles ( where applicable)

    Revision: 7677
    Author:   [email protected]
    Date:     2009-06-09 10:54:15 -0700 (Tue, 09 Jun 2009)
    Log Message:
    adding xslt change so Theme shows up in asdoc for the styles (where applicable)
    QE Notes: None.
    Doc Notes: None.
    Modified Paths:
        flex/sdk/trunk/asdoc/templates/ASDoc_terms.xml
        flex/sdk/trunk/asdoc/templates/class-files.xslt

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [svn:bz-trunk] 19459: Security API change for auth sync sample/ concept to work in WebLogic, WebSphere.

    Revision: 19459
    Revision: 19459
    Author:   [email protected]
    Date:     2010-12-17 10:15:23 -0800 (Fri, 17 Dec 2010)
    Log Message:
    Security API change for auth sync sample/concept to work in WebLogic, WebSphere.
    Adding the PrincipalConverter interface
    Implement the converting principal in WebLogic and WebSphere login command
    Modified Paths:
        blazeds/trunk/modules/opt/src/weblogic/flex/messaging/security/WeblogicLoginCommand.java
        blazeds/trunk/modules/opt/src/websphere/flex/messaging/security/WebSphereLoginCommand.jav a
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/security/PrincipalConverter.java

    Thanks for the reply dood... i've found the solution after several tries... i had to set the channel from the actionscript instead of depending on the Service-config.xml file like the following.. then it worked..
    var cs:ChannelSet = new ChannelSet();
    var chnl:Channel = new Channel();
    var customChannel:Channel = new AMFChannel("my-amf", "http://localhost:8080/somehting/messagebroker/amf");
                    cs.addChannel(customChannel);
    consumer = new Consumer();
    consumer.channelSet = cs;

  • [svn:bz-trunk] 21285: Need to change _parent, privateCall and instance properties from private to protected in order to extend this class for another project

    Revision: 21285
    Revision: 21285
    Author:   [email protected]
    Date:     2011-05-20 07:53:23 -0700 (Fri, 20 May 2011)
    Log Message:
    Need to change _parent, privateCall and instance properties from private to protected in order to extend this class for another project
    Modified Paths:
        blazeds/trunk/apps/ds-console/console/ConsoleManager.as

    Revision: 21285
    Revision: 21285
    Author:   [email protected]
    Date:     2011-05-20 07:53:23 -0700 (Fri, 20 May 2011)
    Log Message:
    Need to change _parent, privateCall and instance properties from private to protected in order to extend this class for another project
    Modified Paths:
        blazeds/trunk/apps/ds-console/console/ConsoleManager.as

  • [svn:fx-trunk] 12078: Fix for change events in Slider and ScrollBar.

    Revision: 12078
    Revision: 12078
    Author:   [email protected]
    Date:     2009-11-21 00:14:46 -0800 (Sat, 21 Nov 2009)
    Log Message:
    Fix for change events in Slider and ScrollBar. They now dispatch change events as before, whenever the user alters the value. In addition, changeStart and changeEnd events will be dispatched at the start and end of a user interaction or animation.
    TrackBase.as - Added metadata for changeStart/End events. Dispatch change, changeStart/End events when appropriate.
    Slider.as - Dispatch change, changeStart/End events when appropriate.
    ScrollBar.as - Dispatch the appropriate events. Note that changeStart/End will not dispatch when shift-clicking on a non-animating ScrollBar. Renamed animatingSinglePage to animatingOnce to better reflect its function. Refactored some method calls to the new private stopAnimation(), which is more consistent with Slider. Refactored the button handlers to make stepping more readable. Added a setValue call in animationEndHandler where we were ending up off the snapInterval when shift-clicking.
    Updated FlexEvent, ScrollBarTestScript and VideoPlayer to handle the new events.
    QE notes: Update Slider and ScrollBar tests
    Doc notes: No
    Bugs: SDK-24264
    Reviewer: Ryan
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24264
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexEvent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ScrollBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TrackBase.as
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/ScrollBarTestScript.mxml

  • [svn:fx-trunk] 12387: VideoDisplay/VideoPlayer changes.

    Revision: 12387
    Revision: 12387
    Author:   [email protected]
    Date:     2009-12-02 12:38:05 -0800 (Wed, 02 Dec 2009)
    Log Message:
    VideoDisplay/VideoPlayer changes.  The two big changes are making sure we don?\226?\128?\153t call any methods on the media player when the state is ?\226?\128?\156loading?\226?\128?\157 or ?\226?\128?\156uninitialized?\226?\128?\157.  Before we were just checking for ?\226?\128?\156playbackError?\226?\128?\157; however, at the time of these other states, it?\226?\128?\153s not valid to call methods on mediaPlayer either.  Also, I alphabetized and organized the methods and properties in VolumeBar and also fixed a bug where we were setting muted = false in setValue().  We did this so that when the user moves around the track or the thumb, muted gets unset, but we should only do this on changes due to a user-interaction.  So I?\226?\128?\153ve moved this code to a CHANGE handler instead.  All the other changes should be relatively minor.
    QE notes: -
    Doc notes: -
    Bugs: SDK-24192, SDK-24486
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24192
        http://bugs.adobe.com/jira/browse/SDK-24486
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/MuteButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/VolumeBar.as

  • [svn:fx-trunk] 9892: Panel skin changes per XD spec, and a few other Panel Skin bugs.

    Revision: 9892
    Author:   [email protected]
    Date:     2009-09-01 16:06:51 -0700 (Tue, 01 Sep 2009)
    Log Message:
    Panel skin changes per XD spec, and a few other Panel Skin bugs.  Default Panel size changed to match spec.  Panel titles are now single-line and show ellipsis.
    QE Notes: Panel-related bitmap compares will need upgrading
    Panel_Properties_title5
    Panel_Properties_DfrdInst_none
    Panel_Properties_DfrdInst_auto
    Doc Notes: None
    Bugs: SDK-21680, SDK-21671, SDK-21666, SDK-19962, SDK-19959
    Reviewer: Ryan
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/managers/Panel
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21680
        http://bugs.adobe.com/jira/browse/SDK-21671
        http://bugs.adobe.com/jira/browse/SDK-21666
        http://bugs.adobe.com/jira/browse/SDK-19962
        http://bugs.adobe.com/jira/browse/SDK-19959
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ApplicationSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/defaults.css
        flex/sdk/trunk/frameworks/projects/wireframe/src/WireframeClasses.as
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/PanelSkin.mxml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/ApplicationSkin.mx ml

    New forum: http://forums.adobe.com/community/flash_builder

  • [svn:fx-trunk] 8402: GraphicElement mask bug

    Revision: 8402
    Author:   [email protected]
    Date:     2009-07-06 14:37:44 -0700 (Mon, 06 Jul 2009)
    Log Message:
    GraphicElement mask bug
    http://bugs.adobe.com/jira/browse/SDK-19224 - Incorrect drawing after adding a mask to an existing GraphicElement
    The GraphicElement was not redrawing itself after a mask was applied. The fix is to always call invalidateDisplayList when a mask is set.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19224
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

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

Maybe you are looking for

  • I'm getting error 1055

    I'm getting an error 1055 in the report generation - my Labview ver is 8.6.1 I don't know what to do here to resolve this   I thank for your help. Dana Solved! Go to Solution. Attachments: err vi.png ‏71 KB

  • "Unable to check for available downloads" since upgrade to 8.1

    It appears a number of people are having this problem but are all under different headings... I can purchases new music/items and have them download right away, but it appears anything that was waiting for me to download prior to the upgrade to 8.1 i

  • Testing VOs that have positional bind variables with BC4J Tester

    Hi I am doing some OAF development for eBusiness 12.1.3 and would like to understand whether VOs that have positional bind variables can be tested using the BC4J Tester in JDeveloper 10.1.3 (the latest version of JDev compatible with OAF development)

  • Calculating stock on hand per material at bin level from EWM

    Hi, I want to arrive at a report where i want to display the current stock(quantity) of a material at a particular bin. What are the EWM tables or Function modules or Methods that will give me that. EWM monitor (/scwm/r_wme_monitor) displays the same

  • 80-90 second start-up time on Macbook 2010.

    I posted this question last week, but didnt get any real help. I have a mid 2010 Macbook Pro 13 inch. UPGRADED: 8 GB Ram and a 500 GB Hybrid Hard Drive. Start up time for my Mac is 80-90 seconds, which is a bit longer then I expected after the upgrad