Adobe Open Source

How do we install blazeDS on wampServer?

I've been trying to fallow the instructions but I have no idea what is to deploy.Can you help me with this installation?

Japanese characters will not appear in TLF for Adobe AIR at all.

HelloA more disappointing proplem for Japanese users were found.Japanese characters cannot be printed in all AIR version.Set AIR TLF, an alphabet hiragana or katakana and start typing > does not display the characters.What the reason of this evil, he

How to disable the aliases with pixel fonts

Hello.I send pixel fonts, and I see that some aliasing is upplied to it. I'd rather see my paragraphs of the pixelfonts wihout it. Sometimes it seems OK but sometimes makes the entire text fuzzy and "colorful". example of attached jpgY at - it a tric

Add the constant event name to FlowElementMouseEvent?

I realize that the LinkElement will be sending, in most cases, up to six different events, using the same name defined in the MouseEvent event constants:* MouseEvent.CLICK* MouseEvent.MOUSE_DOWN* MouseEvent.MOUSE_OUT* MouseEvent.MOUSE_UP* MouseEvent.

TextFlow elements style with CSS

I'm just trying to get my head on how to style of the individual of the TextFlow elements as you would in HTML/CSS where your markup contains no style information - just pure markup. And CSS formats the items when you export the text.Specifically, I

FlexUnit 4 installation

Are there for FlexUnit 4 installation instructions?  I'm new in the world of flex and flexunit.Thank youWayne

How to make a link in textflow that send parameters to a function?

How to make a link in textflow that send parameters to a function?

Space do not preserve the span elements

HelloI use TLF 442 version for my application.When I do some changes like making text bold as below:"For Flash 10' to 'for Flash 10". Then it shows it correctly.But again if I export it and and re-import it shows "ForFlash10" that is, it eliminates t

How to hide partial lines in a TextArea

I use one component TextArea and assigning the text programmatically.  Sometimes, the last line does not fit into the given width and height of the control.  Is it possible that I can not show all lines that appear partially?Any advice is welcome.Tha

Limits of a part of the text

I'm trying to get the limits of a portion of a textFlow. I tried to extract the part via:var tf:TextFlow = _textFlow.deepCopy (start, end) as TextFlow;trace (TF.flowComposer.numLines);I wanted to use the TextLine.getBounds () method to get the boundi

export text from textflow

I have a custom editor built in flash that I want to convert it to Text Layout Framework.I have all content in containers, but when I do an export in XML format, I want to know what content is displayed in this container.I tried to do it through al t

Expected/actual values into test runner

Hey,.I've added public for my classes as test functions:[Test]public function basicTest (): void{Assert.assertEquals ("Test is 5 == 5", 5, 5);}and a test suite takes this class as a variable.[More][RunWith ("org.flexunit.runners.Suite")]public class

Small scrolling problem

I got a TextFlow with an image in the first line (before the first character), and the picture is cut on top. I checked the_controller.verticalScrollPosition and he's not under a specific number. The text is displayed correctly so I guess the size of

Problem with the last Build 442 contentHeight

HelloI'm having a problem to access the controller contentHeight.The syntax is below.private var _controller:ContainerController;var newHeight:Number = _controller.contentHeight;It throws an error now, I was previously using IContainerController with

How can I stop the blinking cursor?

HeyI've been using an older version of TLF and used flashes = false when I don't have or want the cursor blinks.Now I can't find another way to do this.It seems that if you use the SelectionManager you're stuck with this default blinking.Or am I wron

How to change the selection in the layout of the text Mode

Can I change the mode of selection in read-only, read-select and read - write.ConcerningVarun Roulinhttp://www.vrathore.blogspot.com

CompositeOperation problem?

Hey there,I have a question regarding CompositeOperations and cancellation-ing them.Imagine this example:var c:CompositeOperation = new CompositeOperation();var s:SelectionState = new SelectionState(textFlow,1,1);c.addOperation (new InsertInlineGraph

Application modular Flex and BlazeDS serialization problem

Hey there,I write modular Flex application using BlazeDS to communicate with managed by backend Java spring. I created Java objects on the server side and the relevant ActionScript objects in flex.I used RemoteClass metatag to serialize objects from

Preventing the merger of spans

HelloI have a question on how to prevent a particular time have merged with adjacent.  I saw something posted somewhere just now mentioned something to the subject because the definition of the property 'id' on a FlowElement element will prevent that

TextScrap lack of implementation in the form

With the latest weekly version, we need spending:var textScrap:TextScrap = textFlow.interactionManager.createTextScrap ();var sTxt:String is String (TextFilter.export (textScrap.textFlow, TextFilter.TEXT_LAYOUT_FORMAT, ConversionType.STRING_TYPE));.T
« Prev 1 ... 2 3 4 5 6 7 8 9 10 Next »