Adobe Open Source

Arab support in what sense?

Hi allI see the Text Layout Framework supports the Arabic language. I wonder what this means, showing the language? But I see that when I put the Arabic text to a TextField, I see so it's readable. Can someone explain the benefits of Text Layout Fram

How to get fontSize of a paratrooper

para.fontSize is write-only, which is an easy way to get applied to certain element FlowElement fontSize? Thank you

Copy the selection to a string

Is there anyway to enter the selected text in a flowComposer and copy of a string for use in another control?I spent in through all the api textlayout to the selectionmanager and editmanager and cant seem to find a way to do so, or to convert a TextS

CharacterFormat

Hello I have some problems using CharacterFormat. The code below the color and size char value, not beat fontFamily and fontWeight... Quote:

Bug: Selection rectanlge disappear

Hello If the selection is made as the anchorPosition is greater than the activePosition then after calling the method applyLeafFormat(), the selection is still there but the selection rectangle disappears. Kind regardsAhmed

DataGrid in inlinegraphic element

As I heard of tlf, I dreamed of a wysiwyg with chart and datagrid editor integrate to some cms development, unfortunally I can't find an appropriate way to add datagrid in an inlinegraphic element. I tried to use the SimpleEditor example provided wit

Sizing InlineGraphicElement bug

When InlineGraphicElements width or height are set to "auto", sovereign wealth funds have unexpected proportions. Looks like they're trying to be square, instead of using the width and height of the DisplayObject. var graphic: DisplayObject = new MyE

LinkElement, InlineGraphicElement + SelectionManager bug

If you have an image that is used as an anchor (link), you are supposed to be able to click on the image to start link processing. However, if you have a SelectionManager in your TextFlow, things do not work 100% as they should. Specifically, if you

Using XML in plain text in TextFilter

I have an application with an XML tag:< mx:XML id = "textXML1" >Goodbye < root > < c1 > < / c1 > < / root >< / mx:XML > I then a string variable I set equal to this XML: var t:String = textXML1; I then put in place a TextFlow by the following line of

Using the TLF and a component

This could be Flex 101, but I wanted to take my work, that I did with the TLF in a project, which is already component-isee in one direction using a MXML canvas, and I want to move it in a SWC for I can maintain the code separately and use my work in

problem of calculation contentHeight

I have a large flow (about 90 k) with a good mix of text, images and links. I have a scroll bar that I use in conjunction with a single sprite controller/container attached to a text box to display the text. After the workflow is loaded and I compose

dynamic resizing of a text line

JinI want to create my own button with a label, so the width of the button changes depending on the size of the label, up to a certain size (in the past it the text is truncated). because I want to support multilingual optionality in the future, I de

Problem in using CutOperation

HelloI have a problem in the use of 'CutOperation' object directly. When you call the method "EditManager cutTextScrap" cut and operation works, but if I create CutOperation and run using the EditManager doOperation() then it throws exception. Can yo

Type was not found: CharacterFormat

I downloaded the latest version of the SDK Gumbo (version 4.0.0.5032) and using this SDK target (and Flash Player 10.0.0 as necessary flashplayer in FlexBuilder), I get the following errors: Type was not found or was not a compilation constant: Chara

How to use FormatValue.INHERIT

In previous versions of TLF, if I wanted my entire TextFlow to have a left margin of 30 years, all I had to do was to set the textFlow.marginLeft = 30 of in my tag to import have my TextFlow node include the string marginLeft = '30 '. Now, marginLeft

Make a mistake in the call new message

In the latest Gumbo 5022, using TLF, text I get following error after that I called dial... : Error #2175: one or more elements of the content of the TextBlock object has a null ElementFormat.to flash.text.engine::TextBlock/DoCreateTextLine()to flash

Links endangered?

I am using the mxmlChildren setter in ActionScript to add several items to textflows and paragraphs at a time. After trying the two latest Gumbo builds, it seems like when I use the Set accessor mxmlChildren to add a table of links and spans a textfl

writing Arabic or Urdu in Texfiled using flashCS4 and AS3

Can we use the framework text to write the text of Urdu or Arabic in the input field. Using left to right direction as Urdu is written. How can we import Urdu text or Arabic in the demo of text frame, I tried, but it did not work...

TextLayoutcase - SmallCaps

One of the features that caught my attention with the new text engine has the TypographicCase you are able to put on the text. With the TextLayout component so I decided to give it a try, but I did not what I expected. When I put the case of "High" o

Source for the textlayout demos?

Hello I would like to get their hands on the source for the demo of text available at http://labs.adobe.com/technologies/textlayout/demos/ Would this be possible? Thank you