Adobe Open Source

Take the last container

Hi all I have a textflow, and I put some paragraph element, the duration, the div element. So now I want to catch the last container in order to put a text online. You have any ideas? I am new bie, so at first I thought that it this way: But it does

TextLine respecting maks

Hello I'm playing with the TLF, and I noticed a small bug. Some of my textLines are not respect the mask that I use on them. I see this when calling TextBlock::createTextLine (null, XXX, 0,0, true), where XXX is a small value, smaller than the textLi

Bug in Styles

HelloThis bug is very reproducible, but the steps that I found are a bit complex. I also confirmed this bug on SimpleEditorWithCSS sample. I use build Gumbo (4.0.0.5121) with TLF build-377. Steps to reproduce on SimpleEditorWithCSS:1. Select the tab

Overall empty DivElements selection

Steps to reproduce:create a workflow with:< div > < p > < span > a </span > < /p > < / div > < div > < p > < span > two </span > < /p > < / div >Select all, copy, paste shows, as expected, the content of these two DivElementsbut in the case of< div >

a below anther texlayout

HelloI need to put two textlayout with dynamic text under the anther, how do I know what there to give to the last?(I think I need a way to calclate the height of the first textlayout after you insert dynamic text...) (je ne peux pas le faire dans un

Several Bugs of InlineGraphic

InlineGraphics are not always displayed on the load in the event of several paragraphs, say - and reappear when change the paragraphs/TextLines they are in and errors occur when you try to navigate to InlineGraphics 'hidden '.Please run the attached

Select among the TextFlow objects

I'm curious to know if there is a way to link multiple TextFlow objects to the same SelectionManager? In other words if I have two TextFlow objects on the same screen, how would I be able to choose between the two? Is there a way to do this? Thank yo

Error in some device fonts

When I use device font, a font error. Please help me. charFormat.fontFamily = 'Algerian '; ....Error #2161 in DocreateTextLine(); Please help me.Thank you.

TextFlow and controller being created too early?

I drove my work with the TextFlow into a component of the canvas, he is in a SWC and successfully is part of the application, so that it has been designed. No problems. Okay, now time to re - use my work in another app that could benefit from a rich

Replace IEditManager

IEditManager (textFlow.interactionManager) .replace () method works? The first parameter is of type SearchManager, but that the class does not appear to exist when I try to import it. May that it is still in development and not ready for use yet.

Keep the old container of the columnCount and columnGap properties

Hello I have a textFlow where I put in place property columnCount and columnGap.Now for some reason, I have to remove the old container with: textFlow.flowComposer.removeAllControllers (); and use a new container to update his height and width; But I

verticalScrollPolicy = "off" do not take cursor in short.

When you set DisplayObjectContainerController.verticalScrollPolicy = 'stop' and Configuration.manageEnterKey = false then type until the end of the cursor of the container, the cursor goes out of sight, and the horizontalScrollPosition is not updated

Determine the amount of columns

Is it possible to determine the amount of columns a textflow generates when textFlow.columnCount = FormatValue.AUTO? textFlow.computedContainerFormat.columnCount gives 'auto '.

Export using the XML SPECIFIC schema

Dear Sirs, First of all, congratulations on your frame, it's ensure an excellent job. I would like to know if it is possible to export the textFlow by using a particular XML schema, separated by controllers. Example: < content >< controller >... < /

Scrolling issues (build 370)

I see some really strange behavior with the scrolling related properties on the class controller container in build 370. From what I see, the values for contentHeight change as the verticalScrollPosition changes, even if the content of the text strea

Problem with creating a container with the single line of text

Hi ~I'm overwhelmed with a following problem.Problem: I need to create a container with a single line of text. As I learn from the TLF API, there is no way to do that so he left only in a way that looks like this: Assuming that textFlow object is to

CharacterFormat fails to take values

I find that CharacterFormat (from ITextLayoutFormat) fails to take a 'regular' fontStyle value. Copy the following code shows the case (attached) In the first inning, that traces are as expected, setting the text italic: "existing fontWeight: normal.

Several containers for same TextFlow

I have a scenario quite complex, but I should be able to see what is going wrong here... the question is on the very last line. I am building an application where within a Publisher users can have and edit text, (using things like resize handles and

How to set a LinkElement ID using IEditManager.applyLink

I use the code for the form:IEditManager (_textFlow.interactionManager) .applyLink (" http://www.cnn.com"); However, in my underlying markup, I would like to have something like this:"" < flow: a href = " http://www.cnn.com" id = "myID" > my link her

TextFlow contextMenu

Hello Is it possible to game/add-click right contextMenu to a TextFlow (similar to TextField.contextMenu)? I tried to set the contextMenu to its container but it overwites, I think Thanks for your helpNikos
« Prev 1 2 3 4 5 6 7 8 9 ... 10 Next »