[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

Similar Messages

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

  • [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] 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] 12914: Revert previous change (11528) that broke debug symbols of local variables.

    Revision: 12914
    Revision: 12914
    Author:   [email protected]
    Date:     2009-12-14 12:33:30 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Revert previous change (11528) that broke debug symbols of local variables.
    (bug ASC-3910; r=jodyer)
    Ticket Links:
        http://bugs.adobe.com/jira/browse/ASC-3910
    Modified Paths:
        flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ConstantEvaluator.java
        flex/sdk/trunk/modules/asc/test/compiler/bugs/ASC-3460.err

    Try options=('!makeflags') in PKGBUILD.

  • [svn:fx-trunk] 7916: Last of the List PARB changes - selectedItems is now a Vector of Objects and selectedIndices is a Vector of Numbers .

    Revision: 7916
    Author:   [email protected]
    Date:     2009-06-17 09:04:51 -0700 (Wed, 17 Jun 2009)
    Log Message:
    Last of the List PARB changes - selectedItems is now a Vector of Objects and selectedIndices is a Vector of Numbers.
    Also, put alphabetized spark-manifest correctly after my last checkin.
    QA: Yes
    Doc: Yes
    Checkintests: Pass
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as
        flex/sdk/trunk/frameworks/spark-manifest.xml

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

Maybe you are looking for

  • How can i hide my extension number when i make outgoing calls

    Hi All, How can i hide my extension number when i make outgoing calls,what configuration should i make on the call manager server. Regards, Lester

  • Vault size smaller than Library

    I have 30k referenced photos (188 gb) with a Library size of 11 gb. The Vault size is only 1.7 gb! This makes me nervous. In the past, both have been about the same size. What is happening?? thank you

  • System LAndsacpe

    Hi experts, (Q1). I’m new to SAP XI and recently I’ve attended an interview with an MNC. There the interviewer asked to draw complete system landscape (all systems which are integrated with XI). I told him that I’ve configured JDBC, File (with conten

  • Exporting results in scrambled pdf, unable to package

    When I try to export a document as a Press Quality pdf the content on the pages scrambles/disappears/moves and the pages don't export as facing pages. When I try to package the document I get an error report saying 'Cannot copy necessary linked file(

  • How the system picking up the Billing type in STO

    Hi All, Can anyone tell me how the system picking up the Billing type in intercompany STO Regards, Muthupandiyan