『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
How to apply superscript and subscript for the content to be fetched from the xml file?
I want to know if it applicaple to use CSS style sheet to format TLF Text?is it Applicaple to use html tags instead of text with TLF?is it applicaple to add alt (tooltip when I over some words) with TLF?
Revision: 14277Revision: 14277Author: deeptika@adobe.comDate: 2010-02-19 02:06:44 -0800 (Fri, 19 Feb 2010)Log Message:***********Mirroring changes:2 Merging revision 14275 from 4.x branchQE notes: Doc notes: Bugs: Reviewer: Tests run: Is noteworthy for integration: Modified Paths:************** flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/series/PieSeries.as
Revision: 14275Revision: 14275Author: deeptika@adobe.comDate: 2010-02-19 01:56:08 -0800 (Fri, 19 Feb 2010)Log Message:***********Mirroring changes 2: Label rendering in PieSeriesQE notes: Doc notes: Bugs: Reviewer: Tests run: checkintests - PASSIs noteworthy for integration: Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/series/PieSeries.as
Revision: 14269Revision: 14269Author: deeptika@adobe.comDate: 2010-02-18 21:38:49 -0800 (Thu, 18 Feb 2010)Log Message:***********Mirroring changes: Merging revision 14241 from 4.x branchQE notes: Doc notes: Bugs: Reviewer: Tests run: Is noteworthy for integration: Modified Paths:************** flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ChartBase.as flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/series/BarSeries.as flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/series/ColumnSeries.asProperty Changed:**************** flex/sdk/trunk/frameworks/projects/datavisualization/
I have an empty textFlow.trace(textflow.textLength); // 1trace(textflow.getText().length); // 0Exported in TextConverter.TEXT_LAYOUT_FORMAT:<TextFlow color="#000000" fontFamily="_sans" fontSize="12" paddingLeft="4" paddingRight="4" paddingTop="3" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"><p><span></span></p></TextFlow>Why would textLength be 1 and not 0?
Revision: 14257Revision: 14257Author: gauravj@adobe.comDate: 2010-02-18 13:10:13 -0800 (Thu, 18 Feb 2010)Log Message:***********Merge branch revision 4.x, 14255 --> trunkOriginal revision notes:Fix for <?xml> and <!DOCTYPE> lines reversed in ASDoc DITA output QE notes: None.Doc notes: None.Bugs: SDK-25548Reviewed By: PaulTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25548Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.javaProperty Changed:**************** flex/sdk/trunk/
Revision: 14255Revision: 14255Author: gauravj@adobe.comDate: 2010-02-18 12:39:52 -0800 (Thu, 18 Feb 2010)Log Message:***********Fix for <?xml> and <!DOCTYPE> lines reversed in ASDoc DITA output QE notes: None.Doc notes: None.Bugs: SDK-25548Reviewed By: PaulTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25548Modified Paths:************** flex/sdk/branches/4.x/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 14241Revision: 14241Author: deeptika@adobe.comDate: 2010-02-18 02:40:20 -0800 (Thu, 18 Feb 2010)Log Message:***********Mirroring changes: 1Modifying labeling alignment in ColumnSeries and BarSeriesModified the positioning of DragProxyQE notes: Doc notes: Bugs: Reviewer: Tests run: CheckintestsIs noteworthy for integration: Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ChartBase.as flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/series/BarSeries.as flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/series/ColumnSeries.as
Hello. We're seeing behavior with composition where a TextLine is being created for only a paragraph terminator. We are reproducing this by having a paragraph that has one inline graphic that is exactly the same width as the parcel width, followed by one empty span (not sure if empty span is required). Paragraph textLength is 2 (IGE+terminator). First, it creates a TextLine for the IGE with textLength 1. Then, an empty text line is created for the paragraph terminator and placed immediately below the IGE. That TextFlowLine's unjustifiedTextWidth is 0.Is this expected behavior? If so, is there be something that we could override to prevent this extra text line? We already use an extended StandardFlowComposer, ComposeState, and ParcelList. Is there something we could do through those?Thanks,Brent
I want to apply margin (left,right,top,bottom). The online demo shows these options under PARAGRAPH category.-Mahesh Khatri.
Hi I am using charFormat.typographicCase = TypographicCase.CAPS_AND_SMALL_CAPS; then i got the execption Property typographicCase value capsAndSmallCaps is out of rangeIf have any Idea please reply.Thanks
So I'm looking to buold some dyanmic small swf files, where the user can edit the text and font in an app, then serve this small swf out. Since embedding a font adds about 70kb, I guess I could take a bitmap snapshot and save this on the server.However, is there a way with this Text Layout Framework to somehow grab the glyph shapes from a dynamic textfield and the use this as a vector shape?I've seen a system like http://www.adready.com/ads/public?record_activity=clicked_diy_get_started_button_a_ads_first Which has an endless amount of fonts and is able to spit out a tiny swf in the end... Which seems to be vector.
Hi all,I have two questions:1. I want to add the ability to write in some languages but without using the combination of alt-shift keys, I want to create a button that will do it. so my question is how can I change the language?2. I want to create the undo button that will do the same operation as ctrl+z, my code is: IEditManager(_textArea.textFlow.interactionManager).undo(); //_textArea is TextArea it doesn't work..... I think the problem is because when I press on the button the textArea loses the focus, so how can I prevent the loss of the focus? &
Im tring to publish the HelloWorld example and i get compilation errors:1067: Implicit coercion of a value of type flashx.textLayout.container:ContainerController to an unrelated type flashx.textLayout.container:IContainerController.1061: Call to a possibly undefined method updateAllControllers through a reference with static type flashx.textLayout.compose:IFlowComposer.When i remove "Error:strict mode" i get the following run time error:ArgumentError: Error #1063: Argument count mismatch on flashx.textLayout.property::UintProperty(). Expected 2, got 4. at flashx.textLayout.formats::TextLayoutFormat$cinit() at global$init() at flashx.textLayout.formats::TextLayoutFormatValueHolder/set columnCount() at flashx.textLayout.container::ContainerController$/createContainerControllerInitialFormat() at flashx.textLayout.container::ContainerController$cinit() at global$init() &n
Hy,When I create a TextFlow without use any component of the flex SDK (4.0.13827) and then I try to change or apply a FontFamily, it doesn't work. Whereas when I use a component like RichEditableText or Label, it works.Bellow the code I wrote for my test : <?xml version="1.0" encoding="utf-8"?> <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="creationCompleteHandler(event)"
I am pulling this data from xml, but all full stops and colons goes to the end of first line, see the snapshot.By the way I tried using direction attribute Direction.RTL for paragraph, span and textFlow but output gets worst, and in fact its much better without defining direction except this dot and colon problem.Code is: var textFlow:TextFlow = new TextFlow(); var p:ParagraphElement = new ParagraphElement(); textFlow.fontLookup = FontLookup.EMBEDDED_CFF; textFlow.renderingMode = RenderingMode.CFF; textFlow.textAlign = TextAlign.CENTER; &
Hello all,I'm started to use Flex and ActionScript recently, and am looking into the UndoManager class.However, I got confused by FLEX 4 and TLF.For example,In FLEX’s documentation, class UndoManager exists in flashx.undo packagehttp://help.adobe.com/en_US/Flex/4.0/langref/flashx/undo/UndoManager.html, while in TLF’s documentation, it exists in package flashx.textLayout.edithttp://livedocs.adobe.com/labs/textlayout/flashx/textLayout/edit/UndoManager.htmlFor interface IFlowComposer, it exists in package flashx.textLayout.compose, for both FLEX’s and TLF’s documentation.However, the members listed in these two documentations are not exactly the same.In TLF’s dochttp://livedocs.adobe.com/labs/textlayout/flashx/textLayout/compose/IFlowComposer.htmlIFlowComposer has a method named updateAllContainers(),while I couldn’t find it in FLEX’s dochttp://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/flashx/textLayout/compose/IFlowComposer.html?filter_flex=4I thought it might be cause
Revision: 14175Revision: 14175Author: gauravj@adobe.comDate: 2010-02-13 16:50:11 -0800 (Sat, 13 Feb 2010)Log Message:***********Merge branch revision 4.x, 14174 --> trunkOriginal revision notes:Modifying build.xml so the font conversion utility gets packaged in the SDK zip.QE notes: None.Doc notes: None.Bugs: Reviewed By: Will be PeteTests run: package targetIs noteworthy for integration: NoModified Paths:************** flex/sdk/trunk/build.xmlProperty Changed:**************** flex/sdk/trunk/build.xml
Revision: 14174Revision: 14174Author: gauravj@adobe.comDate: 2010-02-13 16:29:25 -0800 (Sat, 13 Feb 2010)Log Message:***********Merge branch revision 4.0.0, 14173 --> 4.xOriginal revision notes:Modifying build.xml so the font conversion utility gets packaged in the SDK zip.QE notes: None.Doc notes: None.Bugs: Reviewed By: Will be PeteTests run: package targetIs noteworthy for integration: NoModified Paths:************** flex/sdk/branches/4.x/build.xmlProperty Changed:**************** flex/sdk/branches/4.x/build.xml
Revision: 14173Revision: 14173Author: gauravj@adobe.comDate: 2010-02-13 15:24:58 -0800 (Sat, 13 Feb 2010)Log Message:***********Modifying build.xml so the font conversion utility gets packaged in the SDK zip. QE notes: None.Doc notes: None.Bugs: Reviewed By: Will be PeteTests run: package targetIs noteworthy for integration: NoModified Paths:************** flex/sdk/branches/4.0.0/build.xml
Hello fellow developers,I start working with TLF when there is three different SWC's Now I am working with Single SWC with flex 4 and lot of things are changed likeI use calculateHeight(),calculateWidth() now these methods are not available.Please if anyone know the replacement of these methods then Let me know.thanks
Following classes are missing from TextLayout Library. I am using Flash Builder 4 Beta using SDK 4 linked with textlayout.swcimport flashx.textLayout.formats.CharacterFormat;import flashx.textLayout.formats.ParagraphFormat;along with several other classes likeimport flashx.textLayout.container.DisplayObjectContainerController;import flashx.textLayout.container.IContainerController;All above errors are from several downloaded examples.Please advise
Hi,I want to develop a editor, which can be used as code editor(not fullscreen, embedded in HTML view) - that means it shall support syntax highlighting, code completion (simulated with other Flex controls) during the maintenance of the code(tokens), you name it. It would also be important to have the possibilty to add (invisible) metadata (like IDs) to the tokens, since there shall be an automatic mapping (user enters tokens and on the fly they are mapped to internal IDs).Performance, accessiblity and other related issues (RightToLeft) are also quite important. Undo/Redo of course also .Do you think TLF would be of help here or was it designed for another purpose? Another alternative would be the use of the TextArea control (supports HTML).Thanks for your feedback!
Revision: 14142Revision: 14142Author: deeptika@adobe.comDate: 2010-02-12 00:57:47 -0800 (Fri, 12 Feb 2010)Log Message:***********Merging revision 14141 from 4.x branchQE notes: Doc notes: Bugs: FLEXENT-1234Reviewer: Tests run: Is noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXENT-1234Modified Paths:************** flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkApplicationAutomationImpl.as
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.