[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

Similar Messages

  • [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] 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] 7220: integrate TLF build 438:

    Revision: 7220
    Author:   [email protected]
    Date:     2009-05-22 09:17:49 -0700 (Fri, 22 May 2009)
    Log Message:
    integrate TLF build 438:
    Build 438
    add metadata to TextFlow and ParagraphElement mxmlChildren properties
    Build 437
    remove flashx.textLayout.edit.UndoManager and flashx.textLayout.IUndoManager per PARB
    Fix 2330964 BackgroundColor Placed incorrectly from TextLineFactory.  Actually was in 436.
    Fix 2326588 TextContainerManager Does Not Support Background Color.  Complete the fix with Argo specific fixes.
    Fix 2330946 Remove TextContainerManager.trunctationOptions property
    Fix 2337918 Please expose the scrollToPosition() API in TextContainerManager
    Fix 2336672 Preserve selection when switching editingMode in TextContainerManager
    Setting editingMode to the current editingMode should do nothing in TextContainerManager
    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:fx-trunk] 8563: When integrating TLF Build 468, the scrapToPaste() method of PasteOperation needs to be replaced by textScrap.clone(), not just textScrap.

    Revision: 8563
    Author:   [email protected]
    Date:     2009-07-14 14:47:50 -0700 (Tue, 14 Jul 2009)
    Log Message:
    When integrating TLF Build 468, the scrapToPaste() method of PasteOperation needs to be replaced by textScrap.clone(), not just textScrap.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Carol to review
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

  • [svn:fx-4.x] 15130: TLF Build 600.

    Revision: 15130
    Revision: 15130
    Author:   [email protected]
    Date:     2010-03-30 07:12:48 -0700 (Tue, 30 Mar 2010)
    Log Message:
    TLF Build 600.
    Fix SDK-25999 Specifying tabStops on a RichText component does not look correct after integration of TLF 1.1
    QE notes:
    Doc notes: None
    Bugs: SDK-25999
    Reviewed By:  Pete asked me to integrate this
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25999
        http://bugs.adobe.com/jira/browse/SDK-25999
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/air-config.xml
        flex/sdk/branches/4.x/frameworks/flex-config.xml
        flex/sdk/branches/4.x/frameworks/libs/textLayout.swc
        flex/sdk/branches/4.x/frameworks/projects/textLayout/ReleaseNotes.txt
        flex/sdk/branches/4.x/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout .operations.xml
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/elements/TextF low.as
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/formats/TextLa youtFormatValueHolder.as
    Added Paths:
        flex/sdk/branches/4.x/frameworks/rsls/textLayout_1.1.0.600.swf
    Removed Paths:
        flex/sdk/branches/4.x/frameworks/rsls/textLayout_1.1.0.597.swf

  • [svn:fx-4.x] 15183: TLF Build 601.

    Revision: 15183
    Revision: 15183
    Author:   [email protected]
    Date:     2010-03-31 16:25:42 -0700 (Wed, 31 Mar 2010)
    Log Message:
    TLF Build 601.
    Improve paste performance - fix for
    QE notes:
    Doc notes: None
    Bugs: partial fix for SDK-25793
    Reviewed By:
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25793
        http://bugs.adobe.com/jira/browse/SDK-25793
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/air-config.xml
        flex/sdk/branches/4.x/frameworks/flex-config.xml
        flex/sdk/branches/4.x/frameworks/libs/textLayout.swc
        flex/sdk/branches/4.x/frameworks/projects/textLayout/ReleaseNotes.txt
        flex/sdk/branches/4.x/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout .operations.xml
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/compose/Standa rdFlowComposer.as
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextFlowE dit.as
    Added Paths:
        flex/sdk/branches/4.x/frameworks/rsls/textLayout_1.1.0.601.swf
    Removed Paths:
        flex/sdk/branches/4.x/frameworks/rsls/textLayout_1.1.0.600.swf

  • [svn:fx-trunk] 8708: Fix broken build

    Revision: 8708
    Author:   [email protected]
    Date:     2009-07-21 07:46:45 -0700 (Tue, 21 Jul 2009)
    Log Message:
    Fix broken build
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 5235: Fix asdoc build failure.

    Revision: 5235
    Author: [email protected]
    Date: 2009-03-11 09:46:01 -0700 (Wed, 11 Mar 2009)
    Log Message:
    Fix asdoc build failure.
    QE Notes: None
    Doc Notes: None
    Bugs: none
    Reviewer: Gaurav
    tests: ant doc
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/build.xml

  • [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] 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] 12912: With TLF 571 checked in we can now revert the MXML 2009 changes for how the id language attribute is processed .

    Revision: 12912
    Revision: 12912
    Author:   [email protected]
    Date:     2009-12-14 12:08:35 -0800 (Mon, 14 Dec 2009)
    Log Message:
    With TLF 571 checked in we can now revert the MXML 2009 changes for how the id language attribute is processed.
    An unqualified id property will no longer be seen as a setter for a normal public, writable, non-static "id" property - which matches Flex 3 behavior.
    As in earlier versions of Flex, the mechanism to retain MXML id attribute information at runtime is to implement mx.core.IMXMLObject. The compiler will generate a call to the intialized() method and pass in the id information.
    Note: One exception to this rule seems to be UIComponent which instead get id attribute information via mx.core.IDeferredInstantiationUIComponent (although there seems to be a TODO in the codebase to remove this mechanism and thus should not be relied on by third parties).
    QE notes: Please add tests for the TLF id property on flow elements (div, span, p, etc).
    Doc notes: Please check that we have not documented
    Bugs: N/A
    Reviewer: Paul
    Tests run: Checkintests, local test cases.
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        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/mxml/reflect/Type.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as

    This is a duplicate post.  This should be locked to avoid further confusion.
    My CSS wont change
    Nancy O.

  • [svn:fx-trunk] 10506: New TLF file missing from svn 10505.

    Revision: 10506
    Author:   [email protected]
    Date:     2009-09-22 10:43:46 -0700 (Tue, 22 Sep 2009)
    Log Message:
    New TLF file missing from svn 10505.
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/CopyOperation.as

    Revision: 10506
    Author:   [email protected]
    Date:     2009-09-22 10:43:46 -0700 (Tue, 22 Sep 2009)
    Log Message:
    New TLF file missing from svn 10505.
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/CopyOperation.as

  • [svn:fx-trunk] 10051: fix the build. xml that we include in the package in the frameworks directory.

    Revision: 10051
    Author:   [email protected]
    Date:     2009-09-08 07:53:47 -0700 (Tue, 08 Sep 2009)
    Log Message:
    fix the build.xml that we include in the package in the frameworks directory. 
    -remove haloclassic
    -add textlayout
    -reorganize the targets
    QE notes: no
    Doc notes: no
    Bugs: sdk-22441
    Reviewer: n/a
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-22441
    Modified Paths:
        flex/sdk/trunk/frameworks/build_framework.xml

  • [svn:fx-trunk] 11193: fix packaged build file for textlayout to accommodate the recent changes made to that project

    Revision: 11193
    Author:   [email protected]
    Date:     2009-10-27 13:08:28 -0700 (Tue, 27 Oct 2009)
    Log Message:
    fix packaged build file for textlayout to accommodate the recent changes made to that project
    QE notes: no
    Doc notes:
    Bugs: sdk-23302
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-23302
    Modified Paths:
        flex/sdk/trunk/frameworks/build_framework.xml

    There are two main annoying problems with Flash Builder and swc's:
    1.  Flash Builder doesn't reflect changes made to swc files
    Solution : First of all - keep your swc files inside your project folder, you can also disable global swc cache: change as3api.cpp code,refresh swc in flashBuilder bug!
    2. Flash Builder breakes content inside swc files (and also popular problem "TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@1f21adc1 to...")
    Solution : locate the project .actionScriptProperties file and set useFlashSDK=”false” :  Flash Builder 4.7 – useFlashSDK | In Flagrante Delicto!
    In this case you can also download latest Apache Flex SDK to target new Flash player versions: http://flex.apache.org/
    Hope this helps!
    P.

Maybe you are looking for

  • About query rewriting

    Hi, I just started using materialized view and found in trouble. In my case the query rewriting works only if the tables joined in the query are exactly the same of those joined in the MV. Is this normal? Using EXPLAIN_MVIEW I found that when rewriti

  • Need help choosing file format

    I just purchased elements 9 for Mac, and am a total newbie.  I have hundreds of photos, slides, and negatives.  I would like to scan these before I begin trying to learn.  Is there a file format that I can choose that will allow me enhance these file

  • PS CC Image resize, turn off preview

    the above screencap and progress bar is 10 minutes of previewing, much less getting the sizing done! I am working with large sized images and just upgraded to CC, how on earth do I shut off the image preview when resizing. I know exactly what sized i

  • Color Correcting Different Parts of an Image Differently

    Newbie question, I know. If possible, just point me to the proper term for this and I'll figure it out from there. Talking head interview. Guy's sitting in a chair slightly left of frame center; further left is a dark brown wall; to the right is a la

  • Converting movies for iPod

    Here is the source of my problem: http://discussions.apple.com/thread.jspa?threadID=1946609&tstart=0 My problem with iTunes is that I cannot get any DVD ripped to make an mp4 that works on my iPod. I use to be able to use Handbrake to convert some of