『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I use Text Layout Framework beta 1 (November, 2008) and in my IFlowComposer there is no composeToPosition() method. My component is for flex 3.3 application using eclipse and plug-in? My flowComposer doesn't have composeToPosition() method or at least compiler said it.
The Color is after export not correct. This is the HTML-Text after export with this code:return TextConverter.export(_textFlow, TextConverter.HTML_FORMAT, ConversionType.STRING_TYPE);<Font face="Verdana" color="#ff0000"> <!-- ok --> <span>test</span></Font><Font face="Verdana" color="#ff"> <!-- "#0000ff" --> <span>test</span></Font><Font face="Verdana" color="#ff00"> <!--"#00ff00"--> <span>test</span></Font>Can you help me?Thanks a lot....
Revision: 8652Author: gruehle@adobe.comDate: 2009-07-16 17:16:28 -0700 (Thu, 16 Jul 2009)Log Message:***********Set ControlBar borderStyle to "none" for Spark skins.QE notes: -Doc notes: -Bugs: SDK-21399Reviewer: JasonTests run: checkintests, QE cycloneIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21399Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/defaults.css
Revision: 8649Author: gruehle@adobe.comDate: 2009-07-16 16:41:16 -0700 (Thu, 16 Jul 2009)Log Message:***********Make sure column widths are rounded down to the nearest integer. Any roundoff error will be added to the last column.QE notes: -Doc notes: -Bugs: SDK-19865Reviewer: AlexTests run: checkintests, QE cyclonedIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-19865Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
Revision: 8645Author: gruehle@adobe.comDate: 2009-07-16 14:38:20 -0700 (Thu, 16 Jul 2009)Log Message:***********Add visuals for "popUpOver" and "popUpDown" states of PopUpButton/PopUpMenuButton.QE notes: -Doc notes: -Bugs: SDK-19662Reviewer: JasonTests run: checkintestsIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-19662Modified Paths:************** flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/PopUpButtonSkin.mxml
Is there any way in TLF to set how much the first line of a paragraph is indented?Thanks
Hey all,I'm trying to run checkintests on my machine here, but for some reason it can't seem to find the result output.I have configured my Flash Player as follows:mm.cfg exists in my home directory (/Users/nate) and has these set.TraceOutputFileEnable=1ErrorReportingEnable=1FlexSDK.cfg is in ~/Library/Preferences/Macromedia/Flash Player/#Security/FlashPlayerTrust and has these set//Users/nate//workspaces/flex_sdk//flex/sdk//flex/sdk/trunk//flex/sdk/branches/3.x/I was getting a SecurityError but the additional changes to FlexSDK.cfg fixed that problem. So now I just want the check in tests to parse the result properly. Am I missing something?Here is the output from checkintests on my machine against the latest 3.x build:nate$ ant checkintestsBuildfile: build.xmlclean-dependencychecker:setup-dependencychecker: [javac] Compiling 12 source filesdependencychecker-framework:mustella-setup:componentsmoke-mustella: [java] Loading configura
Hi all,it is possible to disable the native comportment ctrl+v on textlayout ?Or if not what is the solution for paste an image.For the moment if i copy an image from the mac finder, when i paste it in the textlayout i get only the name.My little workaround is to use the keybord event, it run, but now i have my image and the name of image.Regards.Stef
Hello,I try to import in a textFlow an html text using TextFilter.importToFlow(myHtmlText, TextFilter.HTML_FORMAT), the text is correctly imported but the images not. Bellow my source code :import flashx.textLayout.conversion.ConversionType;import flashx.textLayout.elements.TextFlow;import flashx.textLayout.conversion.TextFilter;import flash.display.Sprite;private var _container:Sprite = new Sprite();static private const htmlText : String = "TITLE<p>Header</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nec lorem odio, nec porttitor ante. Suspendisse eget ante magna, feugiat iaculis ligula. Nulla vitae tortor vitae nulla eleifend tristique. Aenean pellentesque gravida consequat. Morbi pellentesque mauris nibh, vitae ultrices est. Donec non velit neque. Quisque eu sem sed ante ullamcorper mollis. Mauris fermentum, velit in fringilla euismod, nunc metus accumsan mauris, eu bibendum augue ipsum bibendum orci. Sed scelerisque purus eu felis tristi
Hi,I perferctly now how to get TLF to work in CS4.As far as I know, the the base code is in AS3 so I should be able to locate the classes in CS3 and use it in Flash CS3.I appreciate if there is anyone who can help me with this?
Revision: 8614Author: sbreinbe@adobe.comDate: 2009-07-15 17:01:39 -0700 (Wed, 15 Jul 2009)Log Message:***********Add 2 items to checkin template: tests run, and noteworthiness for downstream productsQE notes: -Doc notes: -Bugs: -Reviewer: -Tests run: -Is noteworthy for integration: NoModified Paths:************** flex/sdk/trunk/checkin-note-template.txt
Hello, can anyone get Wingdings or some other "symbol" type font to work in RichEditableText on Windows? Even when it's not embedded. It seems TLF decides which fonts it will display based on Latin-ness.Anyone run into this also?
Hey Guys, I'm at a tricky situation. I have a container, a Canvas. I have to 2 list the left-list and right-list separated by a VRule to show a division. In all there are 3 children in my canvas. There's an arrow button to the left most side of the item-render-er of the left-list. My issue is : When an item is selected in the left-list the arrow button should move over the VRule. Pro-grammatically I'm doing so, but the arrow-button seems to go below the VRule. For this matter I changed the sequence in which the children are added in the container making sure the left-list is the last child. But things are not working. Its still the same I have come up with the conclusion that the item-render-er is in the list so it hardly matters if the list is the last child to be added. Does any one has some other solution to accomplish this??Find
Revision: 8575Author: aharui@adobe.comDate: 2009-07-14 22:35:58 -0700 (Tue, 14 Jul 2009)Log Message:***********Some fixes to deeplinkingQE Notes: NoneDoc Notes: NoneBugs: SDK-14664, SDK-14289Reviewer: Coreytests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-14664 http://bugs.adobe.com/jira/browse/SDK-14289Modified Paths:************** flex/sdk/trunk/templates/swfobject/history/history.js flex/sdk/trunk/templates/swfobject/index.template.html
Revision: 8574Author: aharui@adobe.comDate: 2009-07-14 22:33:44 -0700 (Tue, 14 Jul 2009)Log Message:***********Bugs related to TLF and focus. Also TLF Marshall Plan adjustments, and some IME fixesQE Notes: NoneDoc Notes: NoneBugs: SDK-21278, SDK-21686, SDK-21375, SDK-18516, SDK-15093, SDK-21335Reviewer: darrell, caroltests: checkintests mustella/gumbo mustella/componentsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21278 http://bugs.adobe.com/jira/browse/SDK-21686 http://bugs.adobe.com/jira/browse/SDK-21375 http://bugs.adobe.com/jira/browse/SDK-18516 http://bugs.adobe.com/jira/browse/SDK-15093 http://bugs.adobe.com/jira/browse/SDK-21335Modified Paths:************** flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/HTML.as flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/FlexHTMLLoader.as flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as flex/sdk/trunk/frameworks/projects/frame
I installed the Text Layout Flash Component.mxp file and it opened the Adobe Extension Manager CS4 and it's marked as enabled, but when I enter flash and choose create new flash ActionScript 3.0 file and then go to the windows->components menu all I see is the user interface and video components.anyone knows what's wrong ?thanks,Callisto
Hi, How would you go about adding bullet points? Would you use an inline image? If yes, how would you: * tab the bulleted text to start underneath the bullet tab and not at the start of the new line? * resize/position/align that depending on font size/height? Thanks Nikos
Revision: 8536Author: gauravj@adobe.comDate: 2009-07-13 17:00:59 -0700 (Mon, 13 Jul 2009)Log Message:***********Fix for missing whitespace in ASDoc examples.Bugs: SDK-21788QE Notes: None.Doc Notes: None.tests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21788Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
I expect this tag need to work like this. But its showing the text only below the image. Is there any solution? Let me know..<TextFlow xmlns='http://ns.adobe.com/textLayout/2008'><p><img source='assets/image.png' aligh='left'width='300'/>start of the text flow. Both carry the prefix absolute to signify that they represent distances from the very beginning of the text flow as opposed to </p></TextFlow> imagetart of the text flow. Both carry the prefix absolute to signify that they represent distances from the very beginning of the text flow as opposed totart of the text flow. Both carry the prefix absolute to signify that they represent distances from the very beginning of the text flow as opposed toregardssundarapandian.k
Hello,I have a question related to the TLF license.The current license is quite limiting (if I get it right).I am considering using TLF in a product which eventually will be shipped to customers.Is this possible with the current license? (looks like it is not)Will it be possible with Flex 4? (Since it will be part of the official SDK then it looks like it will be possible)Thank you!
Hey,I've been doing some hacking on the swfutils... What'd be the best way for me to submit a patch?
I am very interested in the new textlayout stuff. we have a candidate application that would present as both a web app and an AIR app.Is it possible to get more "inside" info on the Times Reader 2.0 application? Or, is there a developer who worked on this who would be available for contacting?We are trying to evaluate the amount of effort involved to create something like Times Reader 2.0 using textlayout component. We would like to know whether this app was created entirely with textlayout component or if there was a lot of custom coding required to do everything they are doing?For example, columns are handled extremely well in Times Reader 2.0 and text flows nicely regardless of monitor size or text sizing. Does that happen automatically using textlayout? Or is that custom coding? (I saw the Alice in Wonderland example and it is impressive but falls short of what they are accomplishing in Times Reader 2.0.)Related to the above comment, pagination is handled extremely well in Times Re
Hi , I m using TextLayout Frame work for my application to load content. here i need to use embed font and thisfont size need to increase and decrease dynamically after the content loaded. may i how to achive this in TLF.for TextField i did it this in a easy way ..any idea?Regards,sundarapandian.k
Hey, I'm using the text layout and I read the documentation and now capable of doing almost all what I need. I just have a small problem. Lets say I have a text layout object on my stage containing some text. How can I know the height of the text or the number of lines in it ???I found their is a porperty: "contentHeight" and a method "calculateHeight()" but they are in another class of the libraries that comes with the text layout component. I don't know how to reach them. Please help and write me the lines of code that do this job.Thanks
Hi,I have a TextFlow with several containerControllers. Is it possible to scroll several linked containers? It appears that the text placed in each containers can't "move" a controller to another ... Solutions exist, or I need to implement a custom scrolling?Regardsfabien
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.