[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

Similar Messages

  • [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: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: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] 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] 8044: Final (!) PARB changes for effects.

    Revision: 8044
    Author:   [email protected]
    Date:     2009-06-22 10:01:54 -0700 (Mon, 22 Jun 2009)
    Log Message:
    Final PARB changes for effects.
    - renamed ArrayInterpolator to MultiValueInterpolator (and enhanced behavior to handle Vectors as well as Arrays).
    - Created new AnimateTransform3D subclass of AnimateTransform (to hold 3D-specific properties/defaults), and moved Move3D, Rotate3D, Scale3D to subclass from this new class.
    QE Notes: Change to default value of applyLocalProjection (matches former default on 3D effects, but not default on AnimateTransform).
    Doc Notes: None
    Bugs: None
    Reviewer: Hans
    Tests: checkintests, effects cyclone from QE
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Animate.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Move3D.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Rotate3D.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Scale3D.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/MotionPath.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/SimpleMotionPath.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateInstance .as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform3D.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/MultiValueInterp olator.as
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/ArrayInterpolato r.as

  • [svn:fx-trunk] 7952: PARB changes for RichEditableText, TextArea and TextInput

    Revision: 7952
    Author:   [email protected]
    Date:     2009-06-18 02:57:23 -0700 (Thu, 18 Jun 2009)
    Log Message:
    PARB changes for RichEditableText, TextArea and TextInput
    RichEditableText, TextArea

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

  • [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] 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] 12985: Add metadata. xml for the SWC themes so that if Builder imports them they have nice names , etc.

    Revision: 12985
    Revision: 12985
    Author:   [email protected]
    Date:     2009-12-15 23:20:44 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Add metadata.xml for the SWC themes so that if Builder imports them they have nice names, etc.  These need to be updated by the Builder team if we end up changing how sourceLocation works, etc.  Also would be good if we added metadata.xml for the CSS versions.
    Modified Paths:
        flex/sdk/trunk/samples/themes/arcade/build.xml
        flex/sdk/trunk/samples/themes/cobalt/build.xml
        flex/sdk/trunk/samples/themes/graphite/build.xml
        flex/sdk/trunk/samples/themes/zen/build.xml
    Added Paths:
        flex/sdk/trunk/samples/themes/arcade/src/metadata.xml
        flex/sdk/trunk/samples/themes/cobalt/src/metadata.xml
        flex/sdk/trunk/samples/themes/graphite/src/metadata.xml
        flex/sdk/trunk/samples/themes/zen/src/metadata.xml

    Note the last paragraph in the original post which explains how Flickr handles resolution changes without breaking the rectangles. Perhaps a more straightforward approach would be to store both the rectangle coordinates for each rectangle AND the image's width and height at the time the rectangles were created. Then if the image is scaled, the rectangles can be scaled accordingly. For example, if a rectangle is at x=100,y=200,w=50,h=70, the "original dimensions" are 1000x2000, and the image's current dimensions are 500x1000, then an application could assume the image has been scaled down by (500/1000=) 0.50, and so the x,y,w,h of each rectangle could also be multiplied by 0.50 (x=50,y=100,w=25,h=35). I'd recommend storing floating-point values so that multiple scalings don't make the rectangles "creep".
    Of course, it is possible that really the image was cropped rather than scaled, but fairly unlikely you would happen to crop it the same percent in both directions. Even if an image is cropped, someone could manually repair the rectangles by sliding and scaling them until the fit back on the faces (unless most of the faces were cropped off).
    A rectangle-aware application could scale and translate the rectangles during a crop or scaling operation, but other applications could still survive scaling if they at least preserve the XMP tags as-is.

  • [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] 5353: * Added compiler error for Halo Navigators containing non-Containers

    Revision: 5353
    Author: [email protected]
    Date: 2009-03-17 12:59:06 -0700 (Tue, 17 Mar 2009)
    Log Message:
    * Added compiler error for Halo Navigators containing non-Containers
    as their first level child.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19317
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    compiler/mxml/lang/StandardDefs.java
    Added getContainerPackage(), isHaloNavigator(), CLASS_VIEWSTACK,
    CLASS_ACCORDION, and PACKAGE_MX_CONTAINERS.
    compiler/mxml/builder/ComponentBuilder.java
    Modified
    ComponentBuilder.ComponentAttributeHandler.nestedDeclaration() to
    report an error if a non-container is declared as a child of a
    Halo navigator.
    compiler_en.properties
    Added HaloNavigatorsRequireHaloContainerChildren message.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19317
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

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

Maybe you are looking for