『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hey guys, hoping somebody could give me a hand. I'm trying to adapted the world languages example Adobe has online, to get it working with just Japanese text.I can get the text working - just not the formating.Could somebody please spot what I am doing wrong.package{ import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.net.URLRequest; import flash.text.Font; import flash.text.engine.FontLookup; import flash.text.engine.Kerning; import flash.text.engine.TextBaseline; import flashx.textLayout.compose.StandardFlowComposer; import flashx.textLayout.container.ContainerController; import flashx.textLayout.conversion.TextFilter; import flashx.textLayout.edit.SelectionManager; import flashx.text
Revision: 10435Author: gruehle@adobe.comDate: 2009-09-20 09:57:43 -0700 (Sun, 20 Sep 2009)Log Message:***********Collection of low-hanging fruit bug fixes:Add backgroundAlpha/backgroundColor style metadata to SkinnableContainerBase and remove it from Panel/Border. Add background rect to SkinnableContainerSkin and SkinnableDataContainerSkin. Add SkinnableContainerBase selector to spark defaults.css BorderSkin ?\226?\128?\147 clear the lineStyle before drawing the shadow BorderStyles ?\226?\128?\147 add ASDoc comment ApplicationBackground ?\226?\128?\147 remove flex 4 code. This class is only used with the Halo theme.Set DateField cornerRadius to 0 in framework defaults.css QE notes: NoneDoc notes: NoneBugs: SDK-23249, SDK-23144, SDK-23243, SDK-22551, SDK-21234Reviewer: Kevin, JasonTests run: checkintestsIs noteworthy for integration: Yes - SkinnableContainer/SkinnableDataContainer now support backgroundColor/backgroundAlpha styles.Ticket Links:************ http://bugs.adobe.com
Revision: 10434Author: gruehle@adobe.comDate: 2009-09-20 09:48:58 -0700 (Sun, 20 Sep 2009)Log Message:***********Alternative metadata changes:Update comments for ApplicationControlBar and ControlBar replacementsAdd Border as an alternative for Canvas, Box, HBox, VBox, and TileRemove Alternative metadata from LinkBar. We don't provide a Spark link skin, so ButtonBar is not a viable alternative.QE Notes: NoneDoc Notes: NoneBugs: SDK-23326Reviewer: DeepaAPI Change: NoIs noteworthy for integration: Possibly. This does have some impact on the recommended components, but should be transparent as long as the Alternative metadata is honored.tests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23326Modified Paths:************** flex/sdk/branches/gumbo_beta2/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as flex/sdk/branches/gumbo_beta2/frameworks/projects/framework/src/mx/containers/Box.as flex/sdk/branches/gumbo_beta2/frame
Hello.I'm trying to set scrollbar properties:this._scrollBar.setScrollProperties(this._controller.compositionHeight, 0, this._controller.getContentBounds().height - this._controller.compositionHeight);But it isn't work correct. Where is my mistake?Thanks.
Revision: 10420Author: aharui@adobe.comDate: 2009-09-18 15:54:58 -0700 (Fri, 18 Sep 2009)Log Message:***********Several DataGrid fixes. We remove checking for new edit sessions during focusIn handling and start the edit session on mouse activity, fix the calculation of maxHorizontalScrollPosition in a corner case, measure fonts in the header correctly, end the edit session on a dataprovider reset, handle having no scrollable columns.Also update TextInput to more aggressively reset selection when used as a rendererQE Notes: NoneDoc Notes: NoneBugs: SDK-22896, SDK-22575, SDK-22548, SDK-22479, SDK-15280Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/browser/DataGridTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-22896 http://bugs.adobe.com/jira/browse/SDK-22575 http://bugs.adobe.com/jira/browse/SDK-22548 http://bugs.adobe.com/jira/browse/SDK-22479 http://bugs.adobe.com/jira/browse/SDK-15280Modified Paths:****
Revision: 10418Author: aharui@adobe.comDate: 2009-09-18 15:36:11 -0700 (Fri, 18 Sep 2009)Log Message:***********ScrollBar was not resetting the timer correctlyQE Notes: NoneDoc Notes: NoneBugs: SDK-21968Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/browser/DataGridTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21968Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBar.as
Revision: 10417Author: aharui@adobe.comDate: 2009-09-18 15:33:51 -0700 (Fri, 18 Sep 2009)Log Message:***********Fix RTE when selectedItem invalid because it is not in dataProviderQE Notes: NoneDoc Notes: NoneBugs: SDK-22694Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/browser/DataGridTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-22694Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
Revision: 10416Author: aharui@adobe.comDate: 2009-09-18 15:30:02 -0700 (Fri, 18 Sep 2009)Log Message:***********Allow null in object properties when sorting.QE Notes: NoneDoc Notes: NoneBugs: SDK-13585Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/browser/DataGridTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-13585Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/collections/ListCollectionView.as flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/collections/SortField.as
Revision: 10415Author: aharui@adobe.comDate: 2009-09-18 15:27:59 -0700 (Fri, 18 Sep 2009)Log Message:***********Fix the defaultButton bug in FocusManagerQE Notes: NoneDoc Notes: NoneBugs: SDK-21780Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/browser/FocusManagerTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21780Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/FocusManager.as
Revision: 10402Author: gruehle@adobe.comDate: 2009-09-18 13:08:24 -0700 (Fri, 18 Sep 2009)Log Message:***********Move the focus exclusion code from FocusSkin to SparkSkin. Refactor common code in FocusSkin and ErrorSkin into a new HighlightBitmapCaptureSkin base class. Fix focus/error skin rendering issues with contentBackgroundAlpha set to low values.QE notes: -Doc notes: Added new class HighlightBitmapCaptureSkin.Bugs: SDK-23209, SDK-23204, SDK-23200Reviewer: Ely Tests run: checkintests, mustella gumbo Button, List, CheckBox, TextInputIs noteworthy for integration: noTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23209 http://bugs.adobe.com/jira/browse/SDK-23204 http://bugs.adobe.com/jira/browse/SDK-23200Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableComponent.as flex/sdk/trunk/frameworks/pro
Hi Guys,talking about the verticalScrollPolicy,I had a movie where I used TLF component for Flash CS4, in this movie I used this code to enable vertical scroll:---------------------------------------------------tt=new TextLayout;tt.verticalScrollPolicy="on";this.addChild(tt);---------------------------------------------------Now I'm working with the textLayout.SWC from Flex SDK and I have problems to enable verticalScroll:---------------------------------------------------oTextFlow = new TextFlow();oTextFlow = TextFilter.importToFlow(oXML, TextFilter.TEXT_LAYOUT_FORMAT);oTextFlow.flowComposer.addController(new ContainerController(this, oWidth, oHeight));oTextFlow.flowComposer.getControllerAt(0).verticalScrollPolicy = ScrollPolicy.ON; oTextFlow.flowComposer.getControllerAt(0).setCompositionSize(oWidth, oHeight);oTextFlow.flowComposer.compose();oTextFlow.flowComposer.updateAllControllers();--------------------------------------------------When the height of textFlow is to small to contai
Hello,I have a "NestedContainer" violation for a Canvas container in my application. Compared to the application's root container it is located at level 6 i.e. nested in 5 other parent containers. However at the same time I have other containers (again Canvases) which are even deeper nested for example at level 8 compared to the root container.I need more information when exactly the "NestedContainer" violation is triggered so I fix my code if needed and submit a bug for FlexPMD in case the rule is not implemented as designed.Thanks!Smirnoff
Hi all,I have a really serious problem. I would not share it if I could solve the problem. I have been tryting to find the solution for several days.I have three fonts which I want to embed (Flash Builder, SDK 4.0, xx10220, xx10288, xx7219).[Embed(source='../HelveticaNeueLTCom-Cn.ttf', fontFamily='HelveticaNeueLT Com 57 Cn', cff='true') ] public static var _Cn:Class[Embed(source='../HelveticaNeueLTCom-BdCn.ttf', fontFamily='HelveticaNeueLT Com 77 BdCn', cff='true')]public static var _Bold:Class; [Embed(source='../HelveticaNeueLTCom-Roman.ttf', fontFamily='HelveticaNeueLT Com 55 Roman', cff='true')]public static var _Roman:Class;Problem: I just cannot embed HelveticaNeueLTCom-BdCn.ttf. Why is it strange? Because all the fonts were purchased from linotype in the same time and all the those work fine without cff in my previous projects.I have got two errors: "unable to build font" and "unable to transcode".I have already tr
Hey all- I didn't see a nice GUI for viewing the pmd.xml generated file and its' violations, so I created a simple little AIR app that allows you to browse and load it...feel free to use it if you like.http://ebaggg.blogspot.com/2009/09/flexpmd-client-for-viewing-generated.html
i do not know how to handle this problem. i modifed a texteditor to send XML to a server and load XML back to the container.but then i do changes to the Textlayout it shows up like this --->Text in Container not modifedText in Container modifed ---> with space beween the colorchanged stringText inContainersend and loaded ---> i think this has something to to with theTextFilter.export(_textFlow,TextFilter.TEXT_LAYOUT_FORMAT,ConversionType.XML_TYPE)can someone give me a hint...
Revision: 10339Author: aharui@adobe.comDate: 2009-09-16 22:08:06 -0700 (Wed, 16 Sep 2009)Log Message:***********Fix BrowserManager for IE8. Also upgrade SWFObject with some changes from their code baseQE Notes: Last BrowserManagerTest test case fails in IE8. Updated version sent to Joann.Doc Notes: NoneBugs: SDK-22941Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/browser/DeepLinkingTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-22941Modified Paths:************** flex/sdk/trunk/templates/swfobject/history/history.js flex/sdk/trunk/templates/swfobject/swfobject.js
Revision: 10338Author: aharui@adobe.comDate: 2009-09-16 18:09:56 -0700 (Wed, 16 Sep 2009)Log Message:***********Couple of DataGrid mouse handling bugsQE Notes: NoneDoc Notes: NoneBugs: SDK-16687, SDK-16025Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/components/SWFLoaderTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-16687 http://bugs.adobe.com/jira/browse/SDK-16025Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHeader.as
Revision: 10337Author: aharui@adobe.comDate: 2009-09-16 18:07:04 -0700 (Wed, 16 Sep 2009)Log Message:***********Capture phase listeners should not presume the event type. Allow focusSkin to be nullQE Notes: NoneDoc Notes: NoneBugs: SDK-15224, SDK-23179Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/components/SWFLoaderTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-15224 http://bugs.adobe.com/jira/browse/SDK-23179Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
Revision: 10336Author: aharui@adobe.comDate: 2009-09-16 18:03:24 -0700 (Wed, 16 Sep 2009)Log Message:***********Block the player from every handling focus. Deal with focused item becoming invisibleQE Notes: NoneDoc Notes: NoneBugs: SDK-17716, SDK-23201Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/FocusManagerTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-17716 http://bugs.adobe.com/jira/browse/SDK-23201Modified Paths:************** flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
Revision: 10335Author: gruehle@adobe.comDate: 2009-09-16 17:40:45 -0700 (Wed, 16 Sep 2009)Log Message:***********Add Alternative metadata to mx:Label.QE notes: NoneDoc notes: NoneBugs: SDK-23288Reviewer: SteveTests run: ant checkintestsIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23288Modified Paths:************** flex/sdk/branches/gumbo_beta2/frameworks/projects/framework/src/mx/controls/Label.as
Revision: 10324Author: gauravj@adobe.comDate: 2009-09-16 14:25:19 -0700 (Wed, 16 Sep 2009)Log Message:***********Fix for incorrect path in asdoc xsl file.QE notes: None.Doc notes: NoneBugs: SDK-17752 Tests run: checkintestsIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-17752Modified Paths:************** flex/sdk/branches/3.x/asdoc/templates/package.xsl
Revision: 10322Author: aharui@adobe.comDate: 2009-09-16 14:04:29 -0700 (Wed, 16 Sep 2009)Log Message:***********Fix a few Container dependencies that should be INavigatorContentQE Notes: NoneDoc Notes: NoneBugs: SDK-23202Reviewer: GlennAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/AccordionTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23202Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
Revision: 10321Author: gruehle@adobe.comDate: 2009-09-16 13:42:01 -0700 (Wed, 16 Sep 2009)Log Message:***********Fix SDK-23520 - Application background colors don't work with the Wireframe themeQE notes: Wireframe tests need new baselines. There are subtle rendering differences on the edges/corners that are not visible, but are causing test failures. Joann has excluded the wireframe tests for now.Doc notes: NoneBugs: SDK-23520Reviewer: ChetTests run: checktests, mustella gumbo/components/wireframeIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23520 http://bugs.adobe.com/jira/browse/SDK-23520Modified Paths:************** flex/sdk/branches/gumbo_beta2/frameworks/projects/wireframe/src/spark/skins/wireframe/ApplicationSkin.mxml
The Border class provides a container class that can be styled with a border and a background fill or image. It has many of the same styles as HaloBorder and is used in a similar way to the Halo container classes such as Box and Canvas. Examples of styles that are supported are borderWeight, borderColor, backgroundColor, backgroundImage, cornerRadius and dropShadowVisible. The class also supports directly setting a fill or stroke instance.http://opensource.adobe.com/wiki/display/flexsdk/Spark+BorderComments and feedback are welcome. Please comment in the spec itself. There is a link to "Add Comment" at the bottom of the page.Thanks!
Hello,I have been trying recently to use the TextLayout framework within Flash CS4 quite successfully (I am really excited about the RTL support). The only major problem I encountered concerns cff font embedding in dynamically loaded SWFs.For several reasons, I'd like to keep the TLF component and embedded fonts in a SWF module separated from the main application (size, compile time, reusability) and load it dynamically on startup. However, the embedded fonts are unavailable to TLF (even though they are listed by Font.enumerateFonts()). I tried to create the runtime libraries both through Flash CS4 and Gumbo (Flex 4). They are being loaded at the startup, I tried to add them to the stage, instantiate the font classes, Font.registerFont - anything I could think of.The TLF components loads fine and I have full access to its capabilities, only the fonts are unavailable (the device fonts being used instead).Everything works as it should when I embed the fonts and TLF component directly int
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.