『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
In some scenarios, undoing a paste operation removes an empty line. For example, if editor contains following text:abcabc<empty-line>defand i select first two lines using mouse, copy them, and paste in front of the second line, i get this:abcabcabcabc<empty-line>defnow if i press ctrl-z, i get following:abcabcdefwhereas i should've gotton...abcabc<empty-line>defI figured couple of other scenarios where an empty line is removed while undoing text operations. Should this be the expected behavior?
I can't find a place in the FlexUnit code where org.flexunit.internals.events.ExecutionCompleteEvent is used, just one import.
Hi I m creating an application using TextLayout Framework in FlexBuilder3(Sdk3.4).Code is like var paragraphElement:ParagraphElement= new ParagraphElement(); var spanElement1:SpanElement= new SpanElement(): spanElement1.text = "A"; paragraphElement.addChild(spanElement1); var spanElement2:SpanElement= new SpanElement(): spanElement2.text = "A"; paragraphElement.addChild(spanElement2); OutPut of above code is Like:- AB.But i want Space between these two spans is of margin= 27.So how can i create space between these two spans. if anybody know pl
I just installed SDK 3.4.0.6955. I'm using RSL. This error message is produced now: Error #2046: The loaded file did not have a valid signature. Failed to load RSL framework_3.4.0.6955.swz Failing over to RSL framework_3.4.0.6955.swf What may be wrong? Thanks in advance.
I worked with flex4 sdk beta 1, and the compile script worked well. for example:mxmlc -debug=true -output=../main.swf -source-path ./src /usr/local/software/flash/open_source -- ./src/main.asBut, when i chang into beta2, it shows some errors which are about RSL things as the follows:D:\setup_bak\flashbuilder4beta2\testFlex4.as: 警告: 此编译单元不包含在 Frame 元数据中指定的 factoryClass,无法加载配置的运行时共享库。要在没有运行时共享库的情况下进行编译,请将 -static-link-runtime-shared-libraries 选项设置为 true,或删除 -runtime-shared-libraries 选项。So I use -dump-config option to generate a config xml, when i using the config xml, i got an error as the follows:错误: 必须指定目标文件使用“mxmlc -help”可获得有关如何使用命令行的信息。Any one can tell me why?sorry for my english, i don't known whether i describe my problem clearly. Thank for reading this thread.
Hi,There is some troubles at Japanese text input. When start to type Japanese (or Chinese) characters they appear not at cursor place, it's very inconvenient for using. How could it be solved?Some screenshots done in demo TLF site http://labs.adobe.com/technologies/textlayout/demos/Regards,Ann
Hi all,I am working on a Rich Text Editor. I need to have link insertion, but a custom one.I want to find the linkElement which was just created (or created before, but the selection od EditorManager points to the link) in order to:-handle the linkElement mouse interactions-passing custom variable with setStyleSo the code is like this:editor.applyLink( "event:click" );var element:LinkElement = ????;element.addEventListener(FlowElementMouseEvent.CLICK, handler);Thanks,Benjamin
Revision: 10957Author: aharui@adobe.comDate: 2009-10-09 13:13:52 -0700 (Fri, 09 Oct 2009)Log Message:***********Sync up the Viewstack's selectedIndex when set as a dataproviderQE Notes: NoneDoc Notes: NoneBugs: SDK-23528Reviewer: RyanAPI Change: noIs noteworthy for integration: Notests: checkintests mustella/gumbo/components/ButtonBarTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23528Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
Revision: 10953Author: aharui@adobe.comDate: 2009-10-09 10:50:37 -0700 (Fri, 09 Oct 2009)Log Message:***********Get rid of a try/catch block that was generating a lot of noise on the heap.QE Notes: NoneDoc Notes: NoneBugs: SDK-23563Reviewer: RyanAPI Change: noIs noteworthy for integration: Notests: checkintests mustella/Managers/DragManagerTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23563Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
Revision: 10951Author: klin@adobe.comDate: 2009-10-09 10:15:44 -0700 (Fri, 09 Oct 2009)Log Message:***********TitleWindow initial checkin. This is the spark equivalent of the mx:TitleWindow. One major difference is that we support a new skinstate called active. In this state, the titlebar of the window that is in focus or if one of that window's children is in focus.-Added TitleWindow component to spark framework.-Added new TitleWindowBoundsEvent to define events when you drag a TitleWindow.-Added TitleWindow default skin and wireframe skin.-Included TitleWindow to manifests and stylesheets.-Added TitleWindow checkin test.-Modified Panel's controlBarGroupProperties and related constants to be mx_internal in order for titlewindow to have the correct state when the controlBar is present and visible.-Added ASDoc example for TW.-Added icon for FB integration.-Changed mx:TitleWindow's Alternative metadata to point to the spark TitleWindow.SDK-23648 - small cosmetic fix on TitleWindow
Hi,I have 10 controllers in my TextFlow and now i want to get index of controller where my cursor is blinking. i found the following function but here i don't know container having blinking cursor. textFlow.flowComposer.getControllerIndex(controller);Thanks
hi alli ran into a problem when i was trying to convert my text highlighting class,for the TextField towards the TextFlow system of the text layout framework.because my highlighting class depended on getCharBoundaries method to get the position and size of charakters.but it seems textflow doesnt have that method anymore. is there anyother method that would allow me to get the x and y position of a charakter?any help on the subject would be greatly appreciated
Hello,exporting from textFlow, using a regular Text Layout Format would apparently export everything, except for changes that have been done during runtime on container Format.Why are those changes not updated in the surrounding <TextFlow/> tag? Same holds true to firstBaselineOffset etc.I am using regular export:TextFilter.export(textFlow,TextFilter.TEXT_LAYOUT_FORMAT, ConversionType.XML_TYPE);The TextFlow tag still contains columnCount=3 attribute, although it was changed during editing to columnCount=2.<TextFlow paddingLeft="inherit" paddingRight="inherit" paddingTop="inherit" textAlign="left" verticalAlign="inherit" textAlpha="1" paragraphSpaceBefore="0" paragraphSpaceAfter="0" paragraphStartIndent="0" paragraphEndIndent="0" textDecoration="none" fontFamily="_sans" fontLookup="device" columnCount="3" firstBaselineOffset="ascent" lineBreak="inherit" fontSize="12" color="0x0" paddingBottom="inherit" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008">
Hi I am creating an application using TextLayout Framework with Flaex 3(SDK 3.4) I dont want to wrap the text So I set the LineBreak Property of TextFlow textFlow.lineBreak = LineBreak.EXPLICIT; But the Over flow text Is not Visible. Here is the code:-<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="OverFlow()"> <mx:Script> <![CDATA[ import flashx.textLayout.formats.BlockProgression; import flash.text.engine.BreakOpportunity; import flashx.textLayout.formats.LineBr
Hi I am creating application using textLayout Framework with Flex 3(SDK 3.4). I write a code like i have two SpanElements i.e. spanElement1 and spanelement2 ans one TabElement. code like this:// First Span-------------------------------- var paraElement:ParagraphElement = new ParagraphElement(); var spanElement1:SpanElement = new SpanElement(); spanElement1.text ="A"; paraElement.addChild(spanElement1);// TabELement------------------------------------------------- var tabElement:TabElement = new TabElement (); paraElement.addChild(tabElement); // Second Span-------------------------- &n
Hey,I have done a lot in my sandbox to fix Effect bugs, and add things that weren't in general working properly. These include:1) Added/removed Effects.- Now all components, spark and halo, can have added/removed effects.2) Popup Effects.- Added/removed effects did not work correctly with popups, even in the old implementation. Now, even with PopUpAnchor, you can run added/removed effects on the popup. Move effects work correctly too, taking into consideration the popup position before animating.3) EffectManager was modified for handling these changes, as was PopUpAnchor, PopUpManager, SystemManager, and ChildManager. Nothing that would break anything, as I have run the tests and everything works fine.Please pull my sandbox changes when you get a chance. Thanks!
If we are developing the Flex SDK source, in our own Sandbox, can we still take advantage of the Signed Framework RSL "swz"? If not, how can we?
What is the status on Flex 4 Modules? Can I start building them with Spark components? What are the current limitations?
Hi Xavier,Currently we are able to generate an html report but I would like to know if it is possible you to fix a problem. Actually when we generate the report, we don't have the package before the filename.We just have the name of the file as you can see on this figure:Regards,
Halo TextArea's htmlText property is not available in Spark TextArea. How does one go about displaying dynamic HTML text (via ActionScript) in a Spark TextArea?It looks like I need to use 'content' property but Flex 4 Language Reference has no documentation on that property.
Hi.Now, I can insert images inside a TextFlow. But I have a problem.For example, I write something like: "This is an example of text", next, I put the cursor between "an" and "example", then, I push my button to insert a image but this image inserts at finish of my text.I understand that this happens because I use:p.addChild(inlineGraphic);where "p" is a ParagraphElement then, this insert the graphic at the end.I need insert a image exactly where is the cursor.How can I do that?Please, I need your help.
Is there any way to make it so the scrolling in this example, the Adobe Max Session Catalog, is much smoother?If I drag the scroller thumb, it chops quite heavily, much slower than a typical html page:http://max.adobe.com/scheduler/#view=1What ways can this be improved so scrolling through lists and text is just as smooth as your typical blog or web page?Thanks,Lance
Revision: 10891Author: gauravj@adobe.comDate: 2009-10-06 09:46:47 -0700 (Tue, 06 Oct 2009)Log Message:***********Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constantsQE notes: None.Doc notes: NoneBugs: SDK-22676 Tests run: checkintestsIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-22676Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
Hi,I have a query about textlines in TextFlow.My requirement is I need to remove certain lines (eg. last 2 lines) from the TextFlow while exporting it. Also I need to find whether a line is outside the compositionSize in height.How I can achieve this?Thanks,Rajesh
HiPlease find the attached flex project. Its a basic editor. After i insert image to my editor it does not show this but a space is covered by image. after i edit by delete or update my text image shows up. Please help what is missingThanks & Regards,Imran
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.