『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Please help me to understand the core concept of how Cairngorm, Flex and C#(server side .NET) interacts as i am currently in the process of developing a web application using these technologies and i am fairly new to Cairngorm. Thanks in advance
Not sure if this is a bug or not but the FirstEnter function does not get fired on the first item of a ViewStack. I have fought this "feature" of ViewStacks a lot so I totally understand. The other bummer is that if you leave the first ViewStack index and return to it, it fires the FirstEnter. Setting the VS creationPolicy to ALL certainly helps but causes a lot of other chaos and, of course, is less than ideal anyway.
Hi I am using external XML for plotting text through TLF.If XML contain the fontFamily (like Bauhaus 93) which is not installed on my machine then it give an exceptionError #2161: An internal error occured while laying out the text.If anyone know please let me knowError: Error #2161: An internal error occured while laying out the text. at flash.text.engine::TextBlock/DoCreateTextLine() at flash.text.engine::TextBlock/createTextLine() at flashx.textLayout.compose::FlowComposerBase/createTextLine() at flashx.textLayout.compose::ComposeState/createTextLine() at flashx.textLayout.compose::ComposeState/composeNextLine() at flashx.textLayout.compose::BaseCompose/composeParagraphElement() at flashx.textLayout.compose::BaseCompose/composeBlockElement() at flashx.textLayout.compose::BaseCompose/composeInternal()
The XML objects in Flash have a tendency to remove all whitespace. So if I choose to represent HTML as XML when I'm passing it to TextConverter or an importer:<html>My <b>great</b> idea</html>- it trims the space after "My" and before "idea", so my text looks like this:Mygreatidea- which is unacceptable. Right now I'm doing this weird jump-through-hoops in order for Flash to preserve that white space:XML.ignoreWhitespace = XML.prettyPrinting = false; myXML = <html>My <b>great</b> idea</html>; XML.ignoreWhitespace = XML.prettyPrinting = true;- which works, but is awful to look at. Is there any other way to preserve whitespace in the HTML? (And passing it as a String instead is not an option, because then all the quote characters have to be escaped, which makes things even worse.)
Hi!I'm wondering how i can get a list of fonts used in a TextFlow - especially usefull, when working with embedded fonts loadedat runtime.The idea is to be able when loading new content into textflow, to preload the used fonts before the text is shown.Any suggestions? - looking at the API, i have not been able to come up with any solution.Kindly regards// Netphreak
I'm working on some advanced automatic text wrapping techniques - and I need some expert advice, or someone involved in the TLF within Adobe.In order to accomplish text wrapping around uneven obstacles (pictures, etc), it is necessary to split the TextFlow into single line ContainerControllers.I've managed to do text wrapping when there are no newline characters in the text. But I've hit a problem/limitation of TLF TextFlows when there are newlines in the text.Specifically, the problem is that the ContainerController immediately following a newline won't collapse into a single line.I'm changing the size of the ContainerController using the ContainerController.setCompositionSize(mywidth,myheight) method. I do a calculation of width and height sufficient to hold just a single line of text.The problem is that, following a newline character, a ContainerController must have sufficient height to hold TWO lines of text. Anything smaller, and the text won't fit - and the Cont
is a textflow accessible for screen readers ?
Hi,I want to use TLF' power in rtl rendering to built a simple text input (like TextInput component avaible in flash).My questions are:1- how can I use TLF component as a simple text input? and then get it's text via ActionScript?2- Is it possible to put several intances of the component at stage?
Is there a way to get the Element position? so i can introduce drag and drop of image or text string...?This would also help to position tooltips or popups acurately.Please advise.
Revision: 14381Revision: 14381Author: klin@adobe.comDate: 2010-02-23 16:54:43 -0800 (Tue, 23 Feb 2010)Log Message:***********Merge revision 14380 from 4.x to trunk.Fix for http://bugs.adobe.com/jira/browse/SDK-25622. We were checking against "inherit" instead of null in UIMovieClip.QE notes: NoneDoc notes: NoneBugs: SDK-25622Reviewed By: HansTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25622 http://bugs.adobe.com/jira/browse/SDK-25622Modified Paths:************** flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.asProperty Changed:**************** flex/sdk/trunk/
Revision: 14380Revision: 14380Author: klin@adobe.comDate: 2010-02-23 16:40:31 -0800 (Tue, 23 Feb 2010)Log Message:***********Fix for http://bugs.adobe.com/jira/browse/SDK-25622. We were checking against "inherit" instead of null in UIMovieClip.QE notes: NoneDoc notes: NoneBugs: SDK-25622Reviewed By: HansTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25622 http://bugs.adobe.com/jira/browse/SDK-25622Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
Revision: 14371Revision: 14371Author: klin@adobe.comDate: 2010-02-23 14:37:38 -0800 (Tue, 23 Feb 2010)Log Message:***********Merge revision 14369 from 4.x to trunkFix for icons that shouldn't be mirroring. This fix is similar to the one found in UITextField Modified FlexBitmap to detect whether the closest parent is mirrored when added to the display list, and adjust the transform matrix accordingly. Also, I overrode the x, width, and height properties to again, adjust the transform matrix when necessary. http://bugs.adobe.com/jira/browse/SDK-25417 - Button iconshttp://bugs.adobe.com/jira/browse/SDK-25498 - Alert iconshttp://bugs.adobe.com/jira/browse/SDK-25511 - Accordion iconshttp://bugs.adobe.com/jira/browse/SDK-25512 - ComboBox iconsQE notes: NoneDoc notes: NoneBugs: SDK-25417, SDK-25498, SDK-25511, SDK-25512Reviewed By: HansTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25417 http://bugs.adobe.com/
Revision: 14369Revision: 14369Author: klin@adobe.comDate: 2010-02-23 13:10:56 -0800 (Tue, 23 Feb 2010)Log Message:***********Fix for icons that shouldn't be mirroring. This fix is similar to the one found in UITextField Modified FlexBitmap to detect whether the closest parent is mirrored when added to the display list, and adjust the transform matrix accordingly. Also, I overrode the x, width, and height properties to again, adjust the transform matrix when necessary. http://bugs.adobe.com/jira/browse/SDK-25417 - Button iconshttp://bugs.adobe.com/jira/browse/SDK-25498 - Alert iconshttp://bugs.adobe.com/jira/browse/SDK-25511 - Accordion iconshttp://bugs.adobe.com/jira/browse/SDK-25512 - ComboBox iconsQE notes: NoneDoc notes: NoneBugs: SDK-25417, SDK-25498, SDK-25511, SDK-25512Reviewed By: HansTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25417 http://bugs.adobe.com/jira/browse/SDK-25498 http://bugs.a
If I extend a class with [Before] and [After] functions, the default behavior appears to be to execute the inherited functions last. Could I make a plug for having the default behavior "nest" the before and after functions such that the base class functions are the first in and last out? I know I can add ordering metadata (and have tested that this works through inheritance), but maintaining ordering numbers through more than a few levels of inheritance will be a pain.I'm looking to write basic test code once - any test that needs a document could extend a document-making test class, and any test that required a particular document content setup could extend a base class that made that content (and that base class would have extended the document-making class).The code below gives this trace order for the testBeforeAfterInheritance test:before actualbefore baseafter actualafter baseWhat I'd like to see is:before basebefore actualafter actualafter basepublic class BaseTestClass {
Revision: 14329Revision: 14329Author: clucier@adobe.comDate: 2010-02-22 09:54:53 -0800 (Mon, 22 Feb 2010)Log Message:***********Fixing svn:mergeinfo again...migrated mergeinfo from sub-folders up to root using svn merge --record-only, removed mergeinfo from subfolders and files.QE notes: None Doc notes: NoneBugs: NoneReviewer: NoneTests run: NoneIs noteworthy for integration: NoneProperty Changed:**************** flex/sdk/trunk/ flex/sdk/trunk/build.xml flex/sdk/trunk/frameworks/ flex/sdk/trunk/frameworks/projects/datavisualization/
I am trying to take a bitmap of a component and pass it through to the above method, which works fine. However, if i cut/copy and paste the image ... the width and height are correct but the image has dissappeared? is there a reason for this? is it a known problem? or is there some logic im missing to make sure the image pastes correcty?....Please advise.Many Thanks,Sharif
Hi,I'd like to use a diamond symbol in the text property of s:Label in Script block; i.e. 'labelID.text ='. The Unicode reference for this symbol is 'F0A8'. How do I enter such Unicode?Thanks,FTQuest
I have a question (and possible bug report) about controlling line heights. How are descents used? For example go to the demo http://labs.adobe.com/technologies/textlayout/demos/ and try the following: change the font size to 80 and type "ppp". Then change the font size back to 10 and hit enter to start a new line and type "hello". Notice the "hello" is running through the descenders of the p's. A similar behavior is seen if you use line-wrapping to go to the next line instead of hitting enter. I would expect the next line to always be below the bottom of the previous line's descenders.How exactly does TLF (or FTE) position lines?-Ben
Revision: 14327Revision: 14327Author: dloverin@adobe.comDate: 2010-02-22 08:48:05 -0800 (Mon, 22 Feb 2010)Log Message:***********Fix maximize/ restore button in spark chrome skin when running on AIR 2.Listen for the Window state change event instead of expecting the change to happen immediately.QE notes: None.Doc notes: None.Bugs: SDK-25303Reviewer: AlexTests run: checkintestsIs noteworthy for integration: No.Ticket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25303Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/airspark/src/spark/components/Window.as flex/sdk/branches/4.x/frameworks/projects/airspark/src/spark/components/WindowedApplication.as flex/sdk/branches/4.x/frameworks/projects/airspark/src/spark/components/windowClasses/TitleBar.as
HI there,I have started to get these errors when compiling with Gumbo. The *.swf does compile but, I keep getting the following in my Console. The errors are ubiquitous across all the 3 different swf building IDE's I use, Eclipse/AXDT, Eclipse/FDT and Eclipse/FlexBuilder3. These error started to appear since the arrival of the spark, sparkskin and text layout swc's. What do they mean and how can they be resolved?]a[
May be I sound like a noob. But I am curious to know that does any new releases of Parsley effect the current infrastructure of Cairngorm 3 ?Do we always have to point to a specific version of Parsley to utilize the libraries provided by Cairngorm 3 OR the libraries in Cairngorm 3 continue to work with future releases of Parsley.Thanks,MD
Hi, I am working with the keyboard events and want to prevent the TextArea control to get focus when user uses mouse. I think I set all possible properties of the control, but nevertheless when I click the mouse over it, it gets the focus:<mx:Script> <![CDATA[ import flash.events.FocusEvent; public function onFocus(event:FocusEvent):void { trace ("I am in focus"); } ]]></mx:Script><mx:TextArea id="xmlField" width="100%" height="50%" styleName="detailText" text="{PLEASE_WAIT}" verticalScrollPolicy="auto" horizontalScrollPolicy="off" buttonMode="false" wordWrap="true" mouseFocusEnabled="false" mouseEnabled="false" tabEnabled="false" focusEnabled="false" focusIn="onFocus(event);" selectable="false" editable="false"/>I use Flex SDK 3.3 and Adobe AIR 1.5.Thanks,Elena
I just filed stumbled on this :Seems like TLF only manages OT and TTF fonts. What about older postscript font librairies ???If i make a classic text field, choose any postscript font. Looks nice.Change it to a TLF text field : postscript font has disappeared.
Hi i am working in an application where we works in sinhalese language,we dont find any solution to display sinhalese charecter in italic font, is there any solution of it.Thanks in advance
Hi,How to propagate an event through TLF or, how to 'disable' a TLF? I have a MovieClip with click events beneath a dynamic TLF text. How do I propagate events accross to that MovieClip?Why is any of the following doesn't work on the Sprite which holds the TLF?tlf_sp.mouseEnabled = false;tlf_sp.buttonMode = false;tlf_sp.mouseChildren = false;Regards,Shiyaz
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.