『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
-
新着順
Revision: 7473Author: gauravj@adobe.comDate: 2009-06-01 12:09:26 -0700 (Mon, 01 Jun 2009)Log Message:***********Fix for 'ant asdoc' does not work. It should now work from both svn and package zip.Bugs: SDK-15306QE Notes: None.Doc Notes: None.tests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-15306Modified Paths:************** flex/sdk/trunk/asdoc/build.xml flex/sdk/trunk/build.xml
I have an ArrayCollection in my model which represents what the view should show, when I update that array collection, a listener to that array collection does the actual UI component changes. At present, my listener code is in my view mxml files, and it listens for changes in an array collection (add, update, delete etc.) and modifies the view accordingly. Is the view the appropriate place to have the code for this? Also, what is the best way to go about modifying the view when your view is based on a complex data model where simple data binding doesn't work?
Revision: 7428Author: gauravj@adobe.comDate: 2009-05-29 10:33:56 -0700 (Fri, 29 May 2009)Log Message:***********Fix for asdoc bug when using @9475319 and @throws on a methodBugs: SDK-21343QE Notes: None.Doc Notes: None.tests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21343Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
I am trying to display a character in superscript/subscript but unable to do so. The formatting can be applied to whole text but how it can be applied to a characterCodehttp://pastebin.com/f7f9d3b9fThanks for any help.
Can i change the selection mode as read only, read-select and read -write.RegardsVarun Rathorehttp://www.vrathore.blogspot.com
How I can get Picture {x, y} position on textlayout .I can get I select a picture as InlineGraphicElement , but I can't get it as Object .Thank you help Waiting online ...
I've been using validateNow() in my test setup methods to force UIComponents to finish their creationComplete handling before a new test actually runs. This works most of the time, but I've had some wierd errors occassionally, and I've tracked them down to cases where the object is not fully initalized after validateNow returns. Are there cases where validateNow() will defer execution of the usual commitProperties/measure/updateDisplayList sequence?The happy path (which is 99% of the time) looks like:setUp() -> calls validateNow() -> calls obj.creationCompletetest method runstearDown -> calls removeChild() and validateNowBut when the problem happens, the execution order issetUp() -> calls validateNow()test method runstearDown -> calls removeChild() and validateNow()obj.creationComplete fires and crashesOne of the really nasty parts here is that the exception is thrown outside of the execution of the test method, which means when this problemhappens in an unattended night
Hi All,I don't know if TLF also provides a component similar to TextInput but supports bidirectional reading.I am immagining the case of Right to Left reading like Arabic language, the cursor should be focus on the right, and when we type, it goes from right to left. Do you have any suggestion if i need to develop this type of input text?Thank you for your response,-Hoang Long
Hi everyone,I'm new to the forum, so maybe this should not be posted here. But I have a really hope you developers can help me with it.The flex and gumbo are great. Just one little flaw: the shell scripts under bin/ directory, maybe they are not written under linux, so the end-of-line character is windows-like, and everytime I tried the new beta to have a test, I had to delete the .exe files and .bat files (although this is not the EOL character's fault, I still think it inconvenient) and run dos2unix.pl to convert everything here.I'm looking forward to it.I have a terrible network here and it's not easy for me to access the forum. So maybe I'll check my thread some time later.Best wishes to all you guys.
I may be coding this incorrectly, so if I am, please forgive me. I am trying to add an InlineGraphicElement to a LinkElement and it appears to be giving an error. I believe this used to work in the November beta, but in the most recent build it produces an error.Here is a code snippet using a simple update from the InlineGraphic.as example: var link:LinkElement = new LinkElement(); link.href = "http://www.adobe.com"; var inlineGraphic:InlineGraphicElement = new InlineGraphicElement(); inlineGraphic.source = "http://www.adobe.com/shockwave/download/images/flashplayer_100x100.jpg"; inlineGraphic.width = 100; inlineGraphic.height = 100; link.addChild(inlineGraphic); p.addChild(link);When it runs, it produces the following error:undefined at flashx.textLayout.compose::StandardFlowComposer/internalCompose() at flashx.textLayout.compose::StandardFlowComposer/composeToController() at flashx.textLayout.compose::StandardFlowComposer/updateToController() at flashx.textLayout.compose:
Hi Guys,do you know why this code doesn't work? The code is in the main timeline, first fotogramme. I have TextLayout in my library.import fl.controls.*;var tt:TextLayout = new TextLayout();this.addChild(tt);tt.x = 0;tt.y = 0;tt.width = 200;tt.height = 200;Get this error:ReferenceError: Error #1065: Variable TextLayout is not defined.ReferenceError: Error #1065: Variable ComponentShim is not defined.
I mean surrounding text around the graphics, anybody know that? Thanks!
Hi,I downloaded the last build (437) of TLF and added the .swc file to the directory: C:\Program Files\Adobe\Adobe Flash CS4\Common\Configuration\ComponentsI have a test application in Flash 4 and as3 that was working with the previousversion of TLF: now when I publish the movie, compiler writes this error in output panel:ReferenceError: Error #1065: Variable TextLayout is not defined.ReferenceError: Error #1065: Variable ComponentShim is not defined.Thanks
Adobe just released a preview of Acrobat.com Presentations, a new online service that lets people easily create and collaborate on presentations. The Text Layout Framework is used for all the text objects in the slides.Read about it on our blog:http://blogs.adobe.com/tlf/2009/05/acrobatcom_presentations.html
Hi to all,I am trying to make my flex application to support Arabic language.To do that, i have to create one textflow for each TextField that i used in my application. And the TextFlow will replace the position of textfield on the display. It seems a very bad idea because i have doubled everything. Do you have other workarounds ?Thank you for your response,-Hoang Long
Without support for HTML tables in current versions has anyone attempted to represent tables using TLF in any other way with success?Specifically inline tables - so that we can import a document with appropriate mark up for TLF to display that also could contain tabular data.Thanks in advanceAndrew
Hi Can any one please let me know what is the size limit for importing (Converting) xml markup to TextFlow using TextFilter.importToFlow () . If there is one, then the best suggest workaround to over come the same?this is what i get Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at BaseTextLayoutImporter/parseAttributes() at flashx.textLayout.conversion::TextLayoutImporter/parseStandardFlowElementAttributes() at flashx.textLayout.conversion::TextLayoutImporter/createSpanFromXML() at BaseTextLayoutImporter$/parseSpan() at BaseTextLayoutImporter/parseObject() at BaseTextLayoutImporter/parseFlowGroupElementChildren() at BaseTextLayoutImporter$/parsePara() at BaseTextLayoutImporter/parseObject() at BaseTextLayoutImporter/parseFlowGroupElementChildren() at flashx.textLayout.conversion::TextLayoutImporter/createTextFlowFromXML() at BaseTextLayoutImporter$/parseTextFlow() at flashx.textLayout.conversion::TextLayoutImporter/parseContent() at
After building the open source SDK one ends up with a file named "SDK license.pdf". This file getra extracted from the AIR Integration Kit. Now my question is: Your source code is released under MPL -- but that license says that one is not allowed to modify "Build Tools" like the ASC and it is also not allowed to distribute those tools.Is this a mistake and does that license file apply only for the AIR Integration Kit or is it true that changing and distributing the compiler breaks the open source SDK license agreement?Best,Joa
Hi guys,I thought I would experiment with textLayout. I don't think I want to delve as deep as flash.text.engine.Before I get onto more complicated component design I thought it would be simple enough take a TextFlow Instance and build restrictiveness into it until it performed exactly like a textfield. That is, a text flow with a limit of one line, "enter" key loss of focus, and a maxchar parameter and a password parameter.I though maxchar would be easy ... apparently not - or I am misunderstanding a fundamental aspect of textLayout or I'm constantly overlooking something stupid in my code.When I compile the code against the latest 437 build (as adopted from the nov08 API which also didn't work) I get :TypeError: Error #1009: Cannot access a property or method of a null object reference. at flashx.textLayout.edit::ElementRange$/createElementRange() at flashx.textLayout.operations::InsertTextOperation/doOperation() at flashx.textLayout.edit::EditManager/doInternal() at flashx.textLayou
I would like to know, if is possible replace a word of text, using a character position. For exemple, one word is in position [10, 18], and I want replace it for other word, as I do this? Also like to know, if in example of Check Spell is possible add events in Shape (click, mousein, mouseout). Thanks in advance, Marcos
I noticed that UndoManager and IUndoManager have been removed from the most recent TLF builds and could not find anything that replaced said functionality. Is undo/redo currently unavailable in TLF or am I mistaken?
Revision: 7251Author: aharui@adobe.comDate: 2009-05-22 20:19:17 -0700 (Fri, 22 May 2009)Log Message:***********workaround SWFObject bug that reports stage size of 0 under certain circumstances, especially page refreshesQE Notes: NoneDoc Notes: NoneBugs: SDK-21103Reviewer: glenntests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21103Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/SparkDownloadProgressBar.as
Revision: 7250Author: aharui@adobe.comDate: 2009-05-22 20:13:54 -0700 (Fri, 22 May 2009)Log Message:***********Pick which downloadprogressbar to use based on compatibilityversion (unless specified in MXML)QE Notes: NoneDoc Notes: Probably want to make a note of thatBugs: SDK-20730Reviewer: farlandtests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-20730Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
Hello,I am encountering problematic behavior. On any condition that a TextFlow's text aligns right (textAlign = "right", textAlign = "end" & direction = "ltr", or textAlign = "start" & direction = "rtl"), and the TextFlow's ContainerController's compositionWidth is smaller than the contentWidth, the text is positioned outside of scrollable range.In other words, with a textAlign = right, the text will position itself at the right-most point of the ContainerController's compositionWidth and continue to the right, but the scrollable view still extends to the left (this may be demonstrated by highlighting the visible text via mouse and dragging the mouse to the right).Below is a test application to demonstrate this problem, which is a modification of Mihai Corlan's example app found here:http://corlan.org/2009/02/12/how-to-add-a-scrollbar-to-text-layout-framework/I have not tested this on the latest weekly builds (only Build 360 and the couple following it). This occurs
Let's say I have an app in Gumbo and multiple skins. Do I have to compile a separate version of the app for every skin, or there is possibility to interchange them on the fly on compiled and complete application?
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.