[svn:fx-trunk] 13260: Integrating latest FXGUtils

Revision: 13260
Revision: 13260
Author:   [email protected]
Date:     2010-01-04 11:56:12 -0800 (Mon, 04 Jan 2010)
Log Message:
Integrating latest FXGUtils
Changelist: 661734
Implementation-Title: FXG Compiler
Implementation-Version: 1.416692
BuildDate: 2009/12/23:03:06:35
Bug(s) Fixed:
- 2510876: FLEX SDK: SWF containing blendMode="auto" produced via static compilation using MXMLC will render in FP10 with an ArgumentError: Error #2008: Parameter blendMode must be one of the accepted values.
- 2510741(Close path Linear Gradinet fill of DropShadowFilter is clipped in AppearanceVariant)
- 2509319: Scientific notation in tabstops causes compilation failure.
QE notes: None
Doc notes: None
Bugs: N/A
Reviewer: Sujata
Tests run: Checkintests, mustella fxg
Is noteworthy for integration: Yes
Modified Paths:
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicNode.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/types/FXGMatrix.java
    flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/util/SWFWriter.java

Similar Messages

  • [svn:fx-trunk] 12673: Integrating latest FXGUtils now that TLF 566 is in trunk ( which includes a fix for TLF 2497992).

    Revision: 12673
    Revision: 12673
    Author:   [email protected]
    Date:     2009-12-08 14:41:28 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Integrating latest FXGUtils now that TLF 566 is in trunk (which includes a fix for TLF 2497992).
    Changelist: 646928
    Implementation-Title: FXG Compiler
    Implementation-Version: 1.414471
    BuildDate: 2009/12/04:03:06:24
    Notes:
    Made bitmap clipping implementation more efficient.
    Bug(s) Fixed:
    - #2491501 (Inconsistent word spacing results between MXMLC static and runtime compilation)
    - #2492932 (MXMLC gets null pointer exception on this FXG)
    - #2489341(FXG with a large BitmapImage results in a malformed SWF)
        - Added code to break down straight edges whose dx or dy exceeds 65535 twips into smaller segments.
    - #2495874 (many objects are missing in Opacity.fxg renders via MXMLC static compiler)
        - FXGUtils now ignores gradient entries of more than 15 gradient entries.
        - It logs warnings for such violations and continues processing.
    QE notes: Yes, please remove whiteSpaceCollapse="preserve" from static FXG mustella test cases or please regenerate bitmaps.
    Doc notes: N/A
    Localization: No, there are just resource strings removed in this changelist, no new strings.
    Bugs: N/A
    Reviewer: Sujata
    Tests run: Checkintests, mustella spark/core/fxg (25 failures all relating to tests that have whiteSpaceCollapse="preserve" but the reference bitmap do not expect this behavior and should be regenerated or tests modified).
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractFXGNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/ContentPropertyNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/LinearGradientF illNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/RadialGradientF illNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientBevel FilterNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/GradientGlowF ilterNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/LinearGradien tStrokeNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/RadialGradien tStrokeNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PreserveWhiteSpaceNod e.java

  • [svn:fx-trunk] 10963: Integrating latest FXGUtils that removes support for  format to reflect FXG 2.0 final specification, as well as corrected bounds calculations, including corrections for stroke width.

    Revision: 10963
    Author:   [email protected]
    Date:     2009-10-09 16:19:35 -0700 (Fri, 09 Oct 2009)
    Log Message:
    Integrating latest FXGUtils that removes support for related test as that has been removed from FXG 2.0. The updated bounds calculations mean that bitmap compares for stroke related tests will need to be updated.
    Doc notes: None
    Bugs: N/A
    Reviewer: Min
    Tests run: Checkintests, mustella spark/core/fxg (bounds change tests were excluded)
    Is noteworthy for integration: Yes, this includes corrections to bounds calculations and thus changes rendering.
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FXGCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractFXGNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/AbstractShapeNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/CDATANode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/EllipseNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContext.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/LineNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/MaskableNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/PathNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RectNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/fills/BitmapFillNode. java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich ParagraphNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextLeafNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/DivNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/ParagraphNod e.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/strokes/AbstractStrok eNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractTextNode .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/FillMode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXG_v2_0_Handler.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/TypeHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/types/FXGMatrix.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextLayoutFo rmatNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextProperty Node.java
    Removed Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/FormatNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkActiveFo rmatNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkHoverFor matNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNormalFo rmatNode.java

  • [svn:fx-trunk] 8846: Integrating latest fxgutils from version DEBUG-1. 396615 build 2009/07/24-01:43:23-PDT.

    Revision: 8846
    Author:   [email protected]
    Date:     2009-07-27 17:43:08 -0700 (Mon, 27 Jul 2009)
    Log Message:
    Integrating latest fxgutils from version DEBUG-1.396615 build 2009/07/24-01:43:23-PDT.
    QE: No
    Doc: No
    Reviewer: Sujata
    Bugs:
    CT 2385712: FXG Utils tries to parse unsupported FXG Tags
    Ticket Links:
        http://bugs.adobe.com/jira/browse/DEBUG-1
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXParser.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
    Removed Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException.properties

    I get the same error after replacing my VGA-cable. Maybe the cable (without those 'noise-cancelling magnets' on it) is hindering the EDID-data to be correctly detected...
    Zl.

  • [svn:fx-trunk] 9853: Integrating latest FXGUtils.

    Revision: 9853
    Author:   [email protected]
    Date:     2009-08-31 14:18:00 -0700 (Mon, 31 Aug 2009)
    Log Message:
    Integrating latest FXGUtils.
    - Added validation for RichText tag so that they can be directly referenced by the TLF implementation.
    - Unique sprite names and generated class names are now used to avoid collisions.
    - Adding blendMode auto
    - Correcting case of textRotation, lowercaseToSmallCaps, and renaming VerticalAlign enum center to middle.
    QE notes: Yes, please update TLF format usage in test case and retest.
    Doc notes: Not yet, we should wait until the FXG 2.0 specification is final.
    Reviewer: Corey, Min, Sujata
    Tests run: Checkintests
    Is noteworthy for integration: No
    Bugs:
    SDK-22684 - fxg files get rendered strangely when two fxg (bitmapgraphic and alpha mask) files are in one mxml file
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22684
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexRichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/FormatNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/TypographicCase .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/VerticalAlign.j ava

  • [svn:fx-trunk] 6459: Integrating latest fxgutils which also fixes SDK-20777 .

    Revision: 6459
    Author:   [email protected]
    Date:     2009-05-01 07:51:21 -0700 (Fri, 01 May 2009)
    Log Message:

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-trunk] 6628: Updating latest fxgutils for Beta 1 - FXG error reporting will now report line number information .

    Revision: 6628
    Author:   [email protected]
    Date:     2009-05-04 19:02:55 -0700 (Mon, 04 May 2009)
    Log Message:

    Revision: 6628
    Author:   [email protected]
    Date:     2009-05-04 19:02:55 -0700 (Mon, 04 May 2009)
    Log Message:

  • [svn:fx-trunk] 11885: Integrating Sujata and Min' s changes from the latest approved FXGUtils from CT changelist 633842.

    Revision: 11885
    Revision: 11885
    Author:   [email protected]
    Date:     2009-11-16 20:19:46 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Integrating Sujata and Min's changes from the latest approved FXGUtils from CT changelist 633842.
    CT Bugs Fixed:
    - bug #2480280 (FXGUtils: pixelHinting setting to true for SolidColorStroke doesn't work.)
    - bug #2479187(FXGUtils is drawing compiled FXG items is off by half a pixel)
    - Fixed other instances of rounding errors from casting to int.
    - Bug 2480289: Compiling richtext content markup in MXML with FlexSDK runtime option is throwing errors.
    -  LinkFormats cannot be child of  tag has children, you do not get a compile error.
    -  Bug  2477649: FXGUtils needs to support setting justificationStyle to prioritizeLeastAdjustment for RichText.
    -  Bug 2477661: Incomplete error message when an invalid textAlign attribute value is provided.
    -  Bug 2444256: FXG compiler fails on percentage lineheight inside formatted text content.
    QE notes: Please investigate 2 mustella failures for FXG stroke tests.
    Doc notes: N/A
    Bugs: N/A
    Reviewer: Sujata, Min
    Tests run: checkintests, mustella fxg
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/ContentPropertyNode.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/EllipseNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RectNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextProperty Node.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/LeadingModel.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java

  • [svn:fx-trunk] 11601: Integrating Min' s recent fixes to FXGUtils for a group of attribute parsing bugs and clarification of error messages .

    Revision: 11601
    Author:   [email protected]
    Date:     2009-11-09 22:00:50 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Integrating Min's recent fixes to FXGUtils for a group of attribute parsing bugs and clarification of error messages.
    QE notes: Please confirm test cases.
    Doc notes: N/A
    Bugs:
    SDK-22982 - FXG compiler fails on percentage lineheight inside formatted text content
    SDK-24093 - If a
    tag has children, you do not get a compile error.
    SDK-24092 - You get a compile error if you set justificationStyle="prioritizeLeastAdjustment"
    SDK-24097 - Setting an invalid verticalAlign style on RichText has a typo in the error message
    Reviewer: Min
    Tests run: Checkintests, Bug test cases
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22982
        http://bugs.adobe.com/jira/browse/SDK-24093
        http://bugs.adobe.com/jira/browse/SDK-24092
        http://bugs.adobe.com/jira/browse/SDK-24097
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextLeafNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/BRNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/ImgNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TabNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractCharacte rTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • [svn:fx-trunk] 7700: Integrated TLF build 450.

    Revision: 7700
    Author:   [email protected]
    Date:     2009-06-09 21:31:13 -0700 (Tue, 09 Jun 2009)
    Log Message:
    Integrated TLF build 450. This integration required no changes to framework code.
    From TLF's ReleaseNotes.txt:
    Build 450
    Fix bug 330941 BackgroundColor and Color export differently
    - backgroundColor now exports in 0x hex format
    Build 449
    Eliminate IInternalFlowComposer interface
    Fix 2328573 - remove textLine from BackgroundManager's cache when calling recreateTextLine() with recycled line.
    Fix 2347701 SelectionManager and EditManager keyDownHandlers should call event.preventDefault() if they handle the key
    Build 448
    Changing behavior of vertical alignment of bottom or middle when content height exceeds container height with scrolling on. Now it will act as top aligned.
    Build 447
    Rename TextFlow.getElementById to getElementByID
    Build 446
    Review changes - TextContainerManager
    1) setText parameter named text
    2) setTextFlow parameter named textFlow
    3) hasScrollRect should be private
    Build 445
    Fix 2340553 Insert of "auto" sized InlineGraphics don't undo
    Fix 2331720 TextContainerManager.getText - the parameter is a separator and is not added after the last paragraph
    Fix the width of the paragraph terminator should not be included as part of the content width in lineBreak=explicit mode.
    Fix cursor blinks in read-select mode, it should not blink. Now check the interactionManager's editingMode before setting the blinkRate.
    Fix links at the end of the TextFlow don't cause the cursor to change to a hand cursor when the mouse passes over the link.Build 443
    Fix 2297125 Vertical adjustment now adds height proportional to existing line spacing, even when lines are created using the text line factory
    Fix 2305477 Added support for compilation of linkNormalFormat, linkActiveFormat and linkHoverFormat in mxml
    Added an sdk example for context menu
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: None
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/textLayout.swc
        flex/sdk/trunk/in/tlf/textLayout.swf
        flex/sdk/trunk/in/tlf/textLayout.swz
        flex/sdk/trunk/in/tlf/tlf.properties

  • [svn:bz-trunk] 20754: My latest EndpointPushNotifier change changed the style of the code quite a bit  (sorry for that, it was my IDE settings getting in the loop here) I only changed one char line 389.

    Revision: 20754
    Revision: 20754
    Author:   [email protected]
    Date:     2011-03-10 03:36:05 -0800 (Thu, 10 Mar 2011)
    Log Message:
    My latest EndpointPushNotifier change changed the style of the code quite a bit (sorry for that, it was my IDE settings getting in the loop here) I only changed one char line 389.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/client/EndpointPushNotifier.java

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • [svn:fx-trunk] 8561: Integrated TLF build 468.

    Revision: 8561
    Author:   [email protected]
    Date:     2009-07-14 14:37:00 -0700 (Tue, 14 Jul 2009)
    Log Message:
    Integrated TLF build 468.
    This integration required trivial framework changes due to two renamed APIs: In TextContainerManager, scrollToPosition() has been renamed to scrollToRange(). And in PasteOperation, the scrapToPaste() method has been removed in favor of a textScrap property  (but I'm questioning whether this change is OK since I think it makes a copy of the TextScrap).
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: None
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/textLayout.swc
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/in/tlf/textLayout.swf
        flex/sdk/trunk/in/tlf/textLayout.swz
        flex/sdk/trunk/in/tlf/tlf.properties

  • [svn:fx-trunk] 10288: Integrations:

    Revision: 10288
    Author:   [email protected]
    Date:     2009-09-15 18:18:56 -0700 (Tue, 15 Sep 2009)
    Log Message:
    Integrations:
    Coretech:
    -now taking from their trunk.
    -new build: 1.403770
    -remove aglj32.jar and add new aglj40.jar
    -all build scripts updated to account for new jar
    bug: sdk-22983
    LCDS: 4.0.0.10240
    New french eula
    -added to src
    -2 new files that will go into the zip
    bug: sdk-23237
    checkintests pass
    packaging target checked
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-22983
        http://bugs.adobe.com/jira/browse/sdk-23237
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/lib/afe.jar
        flex/sdk/trunk/lib/flex-messaging-common.jar
        flex/sdk/trunk/lib/rideau.jar
        flex/sdk/trunk/modules/compiler/build.xml
        flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
        flex/sdk/trunk/collateral/fr_FR/
        flex/sdk/trunk/collateral/fr_FR/Adobe_Flex_Software_Development_Kit-fr_FR-20090807_1505.d oc
        flex/sdk/trunk/collateral/fr_FR/license_Adobe_Flex_Software_Development_Kit-fr_FR-2009080 7_1505.html
        flex/sdk/trunk/lib/aglj40.jar
    Removed Paths:
        flex/sdk/trunk/lib/aglj32.jar

    Camuzo, please go to the forum and just un-subscribe yourself.
    each of your emails is getting sent to everyone who does want to use this forum
    just sending messages is not going to do anything.
    GO to this url:
    http://forums.adobe.com/community/opensource/flexsdk
    and simply tell your account not to be emailed.
    But, please kindly stop just sending us all your messages.

  • [svn:fx-trunk] 8268: Integrated TLF build 460.

    Revision: 8268
    Author:   [email protected]
    Date:     2009-06-25 16:00:03 -0700 (Thu, 25 Jun 2009)
    Log Message:
    Integrated TLF build 460. This integration required trivial framework changes due to two renamed APIs.
    Build 460

  • [svn:fx-trunk] 9661: Compiler optimized FXG 2. 0 bug fixes and updating to latest FXGUtils.

    Revision: 9661
    Author:   [email protected]
    Date:     2009-08-26 13:26:12 -0700 (Wed, 26 Aug 2009)
    Log Message:
    Compiler optimized FXG 2.0 bug fixes and updating to latest FXGUtils.
    From FXGUtils:
    Width and height attributes are now allowed on RichText.
    The textRotation attribute is now supported.
    Simple fix to recognize the paragraphEndIndent attribute.
    Added support for resizeMode in BitmapGraphic.
    From MXMLC: Simple fix to get tag for static FXG.
    Partially Fixed Bugs:
    SDK-22846 - Compiled FXG text with subformatting loses some text, colors, etc.
    SDK-22855 - tags don't work in static FXG content
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22867
        http://bugs.adobe.com/jira/browse/SDK-22852
        http://bugs.adobe.com/jira/browse/SDK-22846
        http://bugs.adobe.com/jira/browse/SDK-22855
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexParagraphNode.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexSpanNode.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexTextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/CDATANode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich ParagraphNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextLeafNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/DivNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/ParagraphNod e.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractTextNode .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGVersionHandlerRegi stry.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/TextRotation.ja va

Maybe you are looking for

  • How to change the fields order by pushing the TAB button?

    Hello. I have 4 input fields on a screen that i have build. When i'm running the screen, I can move from one field to another by the TAB button. I need to set a different moving order that is performed by the TAB button. For example: the fields are 1

  • Appear Fade effect

    When you apply the appear fade effect to an image with an 'onload' command how do you stop the the image initially loading and flickering before the effect happens?

  • Loaded movie is not cropped

    I created a first movie 750 x 235. Objects in this clip are often larger than the final document bascialy sticking out of the scene throughout the movie I then created a second document "main page" that will be hosting the first clip. I created a con

  • Import Repository Object

    Post Author: GavinS CA Forum: Administration Just a brief question about the Import Wizard.  One of the option it presents during the course of the wizard is about importing "Repository Objects".  This may seem a silly question, but what is a "reposi

  • Manually Updating Library Help

    Hi. I just figured out how to update my ipod from my iTunes manually by the preferences option. But after that- when I plug my ipod to my computer by the USB cable, my ipod won't show up in the iTunes Sources. Can someone please tell me how to manual