『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Any idea why the old text class can render Devangari, but the FTE cannot, even when the font is embedded as follows?package { import flash.display.Sprite; import flash.text.TextField; import flashx.textLayout.container.ContainerController; import flashx.textLayout.elements.ParagraphElement; import flashx.textLayout.elements.SpanElement; import flashx.textLayout.elements.TextFlow; import flash.text.Font; import flash.text.TextField; public class DevnagriScriptTest extends Sprite { [Embed(source='DevanagariMT.ttf',fontName='_HindiFont',cff='true')] public static var _HindiFont:Class; public const FONT_NAME:String = '_HindiFont'; public function DevnagriScriptTest() { flash.text.Font.registerFont(_HindiFont); var textFlow:TextFlow = new TextFlow(); textFlow.paddingLeft="5"; textFlow.paddingRight = "5"; textFlow.paddingTop = "25"; var controller = new ContainerController(this, 300, 90); textFlow.flowComposer.addController(controller); var pa
Downloaded the latest and followed the instruction for the eclipse plugin - run PMD on my project and....well....it never comes back 😞Using:Adobe Flash Builder 4Version: 4.0.0.253292Any hints are very appreciated
HI all,I want to display a html text. All we need is the bullet function and the line break. Unfortunately I just cannot display any html text properly.The string comes from an XML basically, but I tried without the xml thing as well.var _text:String = "<html><body><span>first line of text, <i>this is italic</i> and <a href='cnn.com'>a link to cnn</a>, 2nd line of text.</span></body></html>";_flow = TextConverter.importToFlow( _text, TextConverter.HTML_FORMAT);_flow.fontLookup = FontLookup.DEVICE;_flow.renderingMode = RenderingMode.NORMAL;_flow.fontFamily = "Arial";Result: It shows all the tagsI tried also:_flow = TextConverter.importToFlow( _text, TextConverter.HTML_FORMAT, ConversionType.XML_TYPE as IConfiguration);or_flow = TextConverter.importToFlow( _text, TextConverter.HTML_FORMAT, ConversionType.STRING_TYPE as IConfiguration);but dont help.Any ideas?In addition, I tried with nightly builds, but the HTML_FORMAT disappear
I saw the addition of pages about setup for TextMate, Eclipse and Flash Develop today. The page about the eclipse plugin (http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD+Eclipse+plugin). I tried added FlexPMD to FlashBuilder following the instructions but nothing appears in the Preferences dialog for the IDE. I noticed all the images show RC5; is this feature available in RC4?Thanks,Sean
Revision: 12757Revision: 12757Author: aharui@adobe.comDate: 2009-12-09 14:25:24 -0800 (Wed, 09 Dec 2009)Log Message:***********If we set focus to the editor, don't set focus to ourselvesQE Notes: NoneDoc Notes: NoneBugs: SDK-24642Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/gumbo/components/MXItemRendererTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24642Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRenderer.as
Revision: 12756Revision: 12756Author: gruehle@adobe.comDate: 2009-12-09 14:18:46 -0800 (Wed, 09 Dec 2009)Log Message:***********Add null check before removing listeners from the stage.QE notes: NoDoc notes: NoBugs: SDK-24015Reviewer: RyanTests run: checkintests Is noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24015Modified Paths:************** flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
Revision: 12755Revision: 12755Author: jacobg@adobe.comDate: 2009-12-09 13:55:48 -0800 (Wed, 09 Dec 2009)Log Message:***********Update exampleModified Paths:************** flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/MXDataGridItemRendererExample.mxml
Revision: 12754Revision: 12754Author: jacobg@adobe.comDate: 2009-12-09 13:48:44 -0800 (Wed, 09 Dec 2009)Log Message:***********Link to example (MXDataGridItemRendererExample)Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/dataGridClasses/MXDataGridItemRenderer.as
Revision: 12752Revision: 12752Author: jacobg@adobe.comDate: 2009-12-09 13:46:34 -0800 (Wed, 09 Dec 2009)Log Message:***********Add example of MXDataGridItemRendererAdded Paths:*********** flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/MXDataGridItemRendererExample.mxml
Hi,... if I edit a very small font, than the cursor is too wide, and when I write with a very big font, then blinking cursor is almost invisible...... please help me to solve this poroblem...thanks
Revision: 12739Revision: 12739Author: aharui@adobe.comDate: 2009-12-09 10:57:28 -0800 (Wed, 09 Dec 2009)Log Message:***********Try to keep focus on the editor or the DG so the player doesn't send focus to the browserQE Notes: NoneDoc Notes: NoneBugs: SDK-24250Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/components/DataGridTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24250Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
Revision: 12737Revision: 12737Author: aharui@adobe.comDate: 2009-12-09 10:50:59 -0800 (Wed, 09 Dec 2009)Log Message:***********Remove SystemManager Error. We are now pretty sure this has always been caused by the #QE Notes: NoneDoc Notes: NoneBugs: SDK-13830Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests Ticket Links:*********** http://bugs.adobe.com/jira/browse/SDK-13830Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
Can we find the SWZ for latest TLF. I'm using flex 3.2Thanks in advance...
Revision: 12716Revision: 12716Author: gauravj@adobe.comDate: 2009-12-09 07:37:43 -0800 (Wed, 09 Dec 2009)Log Message:***********Fix for invalid-css-property-warnings reported twice.QE notes: None.Doc notes: NoneBugs: SDK-24609Reviewed By: PaulTests run: checkintests, mxmlcunit for theme errors.Is noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24609Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
Revision: 12685Revision: 12685Author: klin@adobe.comDate: 2009-12-08 19:23:32 -0800 (Tue, 08 Dec 2009)Log Message:***********Fix for RTE in VideoPlayer when trying to capture bitmaps. Put try-catch block around bitmapData.draw() and use a Rectangle if it throws an error. Also, added some documentation in BitmapUtil for getSnapshot since it may throw the same type of error.QE notes: NoDoc notes: NoBugs: SDK-24574Reviewer: RyanTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24574Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HighlightBitmapCaptureSkin.as flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/BitmapUtil.as
Revision: 12680Revision: 12680Author: gruehle@adobe.comDate: 2009-12-08 16:48:59 -0800 (Tue, 08 Dec 2009)Log Message:***********Fix fasttrack bug SDK-24605. DateChooser with Halo theme no longer responding to backgroundColor and backgroundAlpha styles.Fixed an unreported style warning in defaults.css.QE notes: -Doc notes: -Bugs: SDK-24605Reviewer: KevinTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24605 http://bugs.adobe.com/jira/browse/SDK-24605Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/defaults.css flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
Hi.I have a text flow and it's displaying ok. I'm trying to use FXG export like this:TextConverter.export(_textFlow,TextConverter.FXG_FORMAT,ConversionType.XML_TYPE);- but after that when I'm trying to open generated fxg in Catalyst - it just doesn't show text element.Am I doing something wrong or is this an FXG converter issue?Thanks.
Revision: 12653Revision: 12653Author: gauravj@adobe.comDate: 2009-12-08 07:31:03 -0800 (Tue, 08 Dec 2009)Log Message:***********Fix for ASDoc for moduleFactory showing up in Skin's MXML files as "overridden"QE notes: None.Doc notes: NoneBugs: SDK-24443Reviewed By: PaulTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24443Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
Since the flex sdk has a few default.css files, I'm wondering how they are applied/integrated into the application. If I create my own library with an <include-file name="defaults.css" path="myPath/defaults.css"/>, how does this fit into the 5 other css files the flex sdk is using?Thanks for the info.
Revision: 12634Revision: 12634Author: gruehle@adobe.comDate: 2009-12-07 16:14:34 -0800 (Mon, 07 Dec 2009)Log Message:***********Re-submit 12472, but for mac only.LoaderUtil.normalizeURL() calls encodeURI() before returning. This fixes several issues when the main app/module has a high-ascii character in the path name. Note that Flex still requires user-specified urls to be encoded before being passed to the framework.Remove commented out code from SkinnableDataContainerSkin.QE notes: NoneDoc notes: NoneBugs: SDK-24366Reviewer: -Tests run: Checkin, qe cycloneIs noteworthy for integration: YesTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24366Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LoaderUtil.as flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableDataContainerSkin.mxml
Revision: 12635Revision: 12635Author: klin@adobe.comDate: 2009-12-07 16:14:44 -0800 (Mon, 07 Dec 2009)Log Message:***********Remove support for library://ns.adobe.com/flex/halo namespace completely. Removed references in config files as well as other files that weren't previously updated. QE notes: NoDoc notes: NoBugs: SDK-24568Reviewer: PeteTests run: checkintestsIs noteworthy for integration: YesTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24568Modified Paths:************** flex/sdk/trunk/frameworks/air-config.xml flex/sdk/trunk/frameworks/flex-config.xml flex/sdk/trunk/frameworks/projects/framework/asdoc/en_US/mx/graphics/shaderClasses/examples/ColorBurnShaderExample.mxml flex/sdk/trunk/frameworks/projects/framework/asdoc/en_US/mx/graphics/shaderClasses/examples/ColorDodgeShaderExample.mxml flex/sdk/trunk/frameworks/projects/framework/asdoc/en_US/mx/graphics/shaderClasses/examples/ColorShaderExample.mxml flex/sdk/trunk/frameworks/projects
Hey there,I am getting ready to deploy an app using Spark. I'm trying to learn as much as I can about RSLs, themes, modules, the compiler etc. to make the general flex user experience much smoother.I have a few pressing questions:1) How are you guys compiling the themes, and what size are they 'slash' how do you get them to be so small? I've read lots on how to make them small and I've studied the source for months, so maybe you could shed some like on your exact method.2) Looking into SparkClasses.as, it looks as though you are compiling a default theme INTO the spark framework??? That doesn't seem quite right. That means if I want to use an RSL, I have to create my own build of the framework, which isn't a problem but that dramatically decreases its usability: now it's highly unlikely someone else will have the same rsl, so no sharing. It seems like the SparkClasses.as Skins should be in the sparkSkins.swc, or at least separate from the core framew
Hi,I'd like to know what is the best practice about getting a reference of a dynamic instancied part.Here is a use case:Definition of my dynamic SkinPart:[SkinPart(type="spark.components.Group")]public var minutesGroup:IFactory;Somewhere in my code, I need to acces the instancied group.At the moment , I have something really ugly that looks like this :HorizontalLayout(Group(dropDown.getChildByName("minutesGroup")).layout).paddingLeft = _selectedHour.x;Not only this is unreadable but will slow down my application.So how do you think I should handle this?Should I create a instanciedMinutesGroup class variable that gets a reference of the Group?(something like :instanciedMinutesGroup = createDynamicPartInstance("minutesGroup") as Group; )I guess this is a better solution that the one I'm using for now, but I will have at some time, 3 or 4 dynamic parts and creating a class variable for each part seems inappropriate.Also, I see there is a getDynamicaPartAt method but I won't know wha
I have created a big part of my project using older TLF with Flex 3.4 the one containing 3 swc files for TLF(Text Layout framework). But few days back i decided that i should shift to Flex 4 as it's due anytime now. I am facing problem in porting my code to newer TLF as many changes have been incorporated into newer TLF. Just for example you don't have leftMargin anymore. In other case i was getting container height using following code "textFlow.flowComposer.getControllerAt(0).calculateHeight()". but i dont' see any calculateHeight method now the one nearest one i see fit in my requirement is textFlow.flowComposer.getControllerAt(0).container.height; Most of the changes i am doing are hit and trial i was just looking for some concrete document or any other comparison doc if any available that would have helped me in shifting my code to newer TLF.Thanks,Vivek.
I want to show animated in the text layout framework, I search by google don't get anything helpful. who can tell me How to add animated GIF and swf to text layout framework?
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.