『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Revision: 12085Revision: 12085Author: klin@adobe.comDate: 2009-11-21 12:42:53 -0800 (Sat, 21 Nov 2009)Log Message:***********Reverting 12078 until I can fix the errors.QE notes: NoDoc notes: NoBugs: NoneReviewer: noneTests run: checkintestsIs noteworthy for integration: NoModified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexEvent.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ScrollBar.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TrackBase.as flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/ScrollBarTestScript.mxml
Revision: 12084Revision: 12084Author: klin@adobe.comDate: 2009-11-21 07:29:09 -0800 (Sat, 21 Nov 2009)Log Message:***********Fix asdoc to fix the build.QE notes: NoDoc notes: NoBugs: NoneReviewer: noneTests run: checkintestsIs noteworthy for integration: NoModified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccConst.as
Revision: 12078Revision: 12078Author: klin@adobe.comDate: 2009-11-21 00:14:46 -0800 (Sat, 21 Nov 2009)Log Message:***********Fix for change events in Slider and ScrollBar. They now dispatch change events as before, whenever the user alters the value. In addition, changeStart and changeEnd events will be dispatched at the start and end of a user interaction or animation.TrackBase.as - Added metadata for changeStart/End events. Dispatch change, changeStart/End events when appropriate.Slider.as - Dispatch change, changeStart/End events when appropriate.ScrollBar.as - Dispatch the appropriate events. Note that changeStart/End will not dispatch when shift-clicking on a non-animating ScrollBar. Renamed animatingSinglePage to animatingOnce to better reflect its function. Refactored some method calls to the new private stopAnimation(), which is more consistent with Slider. Refactored the button handlers to make stepping more readable. Added a setValue call in animationEndHandler where we
Revision: 12074Revision: 12074Author: gruehle@adobe.comDate: 2009-11-20 17:02:03 -0800 (Fri, 20 Nov 2009)Log Message:***********Change baseColor to chromeColor.QE notes: Tests need to be updated.Doc notes: ASDoc has been updated. Other docs need updating.Bugs: SDK-24298Reviewer: ElyTests run: checkintests, qe cycloneIs noteworthy for integration: YesTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24298Modified Paths:************** flex/sdk/trunk/development/eclipse/flex/sparkTest/src/SkinTest.mxml flex/sdk/trunk/frameworks/projects/airspark/src/spark/skins/spark/SparkChromeWindowedApplicationSkin.mxml flex/sdk/trunk/frameworks/projects/airspark/src/spark/skins/spark/WindowedApplicationSkin.mxml flex/sdk/trunk/frameworks/projects/airspark/src/spark/skins/spark/windowChrome/MacTitleBarSkin.mxml flex/sdk/trunk/frameworks/projects/airspark/src/spark/skins/spark/windowChrome/TitleBarSkin.mxml flex/sdk/trunk/frameworks/projects/framework/asdoc/en_US/
Revision: 12071Revision: 12071Author: gruehle@adobe.comDate: 2009-11-20 16:24:07 -0800 (Fri, 20 Nov 2009)Log Message:***********Updated icons for Spark components.QE notes: -Doc notes: -Bugs: SDK-24331Reviewer: -Tests run: checkintestsIs noteworthy for integration: YesTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24331Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/BorderContainer.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.png flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Scroller.png flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.png flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Spinner.png flex/sdk/trunk/frameworks/projects/spark/src/spark
Revision: 12060Revision: 12060Author: aharui@adobe.comDate: 2009-11-20 12:12:21 -0800 (Fri, 20 Nov 2009)Log Message:***********Fix dependency issuesQE Notes: NoneDoc Notes: NoneBugs: SDK-24353, SDK-24354Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/gumbo/components/DropDownListTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24353 http://bugs.adobe.com/jira/browse/SDK-24354Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableComponent.as flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/TextUtil.asAdded Paths:*********** flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/FTETextUtil.as
Revision: 12057Revision: 12057Author: aharui@adobe.comDate: 2009-11-20 11:22:05 -0800 (Fri, 20 Nov 2009)Log Message:***********Label (and RichText) will show text as tooltip if truncated and new showTruncationTip flag is set to true (defaults to false because Label is often used in skin that have their own tooltip logic).QE Notes: New API (showTruncationTip)Doc Notes: New API (showTruncationTip)Bugs: SDK-23639Reviewer: GordonAPI Change: YesIs noteworthy for integration: Yestests: checkintests mustella/gumbo/components/Button mustella/gumbo/components/LabelTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-23639Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as
if i delete the picture from the tlf i can't make the tlf undo and I want to get the picture'info with I last time delete from tlf
Revision: 12046Revision: 12046Author: gruehle@adobe.comDate: 2009-11-20 08:21:29 -0800 (Fri, 20 Nov 2009)Log Message:***********Spark application doesn?\226?\128?\153t support creationPolicy=?\226?\128?\157queued?\226?\128?\157. Instead of throwing an error, we fallback on the creationPolicy=?\226?\128?\157auto?\226?\128?\157 logic.QE notes: -Doc notes: -Bugs: SDK-24062Reviewer: CoreyTests run: checkintestsIs noteworthy for integration: noTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24062Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
Hi,This is my first foray into the TLF - I'm trying to insert a an Image object as a InlineGaphicElement - the Image is being loaded at run time - but it's not showing up. If I use an embedded image in a Class it all works fine:This works - the image is visible[Embed(source="../assets/smile.png")][Bindable]static public var imgSmile:Class;private var textFlow:TextFlow = new TextFlow();...private function OnCreationComplete():void{ var p:ParagraphElement = new ParagraphElement(); var span:SpanElement = new SpanElement(); var inlineGraphicElement:InlineGraphicElement = new InlineGraphicElement(); inlineGraphicElement.source = imgSmile; span.text = "This is some text "; p.addChild(span) p.addChild(inlineGraphicElement); textFlow.addChild(p); var sprite:Sprite = new Sprite(); canvas.rawChildren.addChild(sprite); var controller:IContainerController = new DisplayObjectContainerController(s
Revision: 12022Revision: 12022Author: klin@adobe.comDate: 2009-11-19 17:28:31 -0800 (Thu, 19 Nov 2009)Log Message:***********Fix for http://bugs.adobe.com/jira/browse/SDK-24235. MX ScrollBar needs padding styles to be 0 rather than the button's default of 6 in order to correctly measure custom skins with icons. QE notes: NoDoc notes: NoBugs: SDK-24235Reviewer: GlennTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24235 http://bugs.adobe.com/jira/browse/SDK-24235Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/defaults.css flex/sdk/trunk/frameworks/projects/halo/defaults.css
Revision: 12018Revision: 12018Author: aharui@adobe.comDate: 2009-11-19 15:03:56 -0800 (Thu, 19 Nov 2009)Log Message:***********Workaround focus issue in ColorPicker.QE Notes: NoneDoc Notes: NoneBugs: SDK-23835Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/components/ColorPickerTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-23835Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.as
If I detect that the content of an InlineGraphicElement is too large (either pixels of bytes) I want to stop it downloading and replace it with a different image. I successfully detect the cases when it is too large (listener on InlineGraphicElement.graphic as Loader.contentLoaderInfo). I can stop the download by directly calling methods on the Loader, but then changing the source never seems to work on the InlineGraphicElement.If I simply change the source on the InlineGraphicElement - it does not stop the loading of the original image - and then never seems to load the new one - if the original hadn't loaded at the time of the switch.
Revision: 12015Revision: 12015Author: aharui@adobe.comDate: 2009-11-19 14:34:02 -0800 (Thu, 19 Nov 2009)Log Message:***********Fix truncation in LabelQE Notes: SS updated tests based on CycloneDoc Notes: NoneBugs: SDK-23992, SDK-23462, SDK-23931, SDK-23913, SDK-23842, SDK-23082Reviewer: Carol, GordonAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/gumbo/components/Label, cycloneTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-23992 http://bugs.adobe.com/jira/browse/SDK-23462 http://bugs.adobe.com/jira/browse/SDK-23931 http://bugs.adobe.com/jira/browse/SDK-23913 http://bugs.adobe.com/jira/browse/SDK-23842 http://bugs.adobe.com/jira/browse/SDK-23082Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownList.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as flex/sdk/trunk
Revision: 12013Revision: 12013Author: aharui@adobe.comDate: 2009-11-19 14:12:58 -0800 (Thu, 19 Nov 2009)Log Message:***********Fix clipping in Tree.QE Notes: NoneDoc Notes: NoneBugs: SDK-15055Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/component/TreeTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-15055Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/Tree.as
Revision: 12010Revision: 12010Author: gruehle@adobe.comDate: 2009-11-19 13:50:44 -0800 (Thu, 19 Nov 2009)Log Message:***********Support undefined backgroundColor in skinnable container. The background is transparent when backgroundColor is undefined.The default value for backgroundColor moved from SkinnableContainer to Panel and Border (the other SkinnableContainer subclasses already had backgroundColor defined).Alphabetized the selectors in spark/defaults.cssQE notes: Need to add tests for this functionalityDoc notes: NoneBugs: SDK-24073Reviewer: RyanTests run: checkintests, full cylcone runIs noteworthy for integration: YesTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24073Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/defaults.css flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SkinnableContainerSkin.mxml
Hi all,I am trying to implement spell checker in my flex + AIR (desktop)application. I want to perform spell check in offline mode for that I need the data base of words. I have open office installed.Can I use the open office dictionary in my application?If yes then how?Thanks in advnace.
@jeff Mott (or any else how knows the definition of an FTE paragraph )In a TextField a paragraph ends when a carriage return or newline character is encountered. Is the same true for FTE? Or is it more to be seen like an HTML <p> element?From the docs:"The TextBlock class is intended to contain a single paragraph because the Unicode bidirectional and line-break algorithms operate on one paragraph at a time. For applications that compose multiple paragraphs of text, use a markup language, or text analysis to divide the text into paragraphs and create one TextBlock per paragraph."So if we have a chunk of text containing a few hard retruns need we to devide that into multiple TextBlock instances or will the the Unicode bidirectional and line-break algorithms work with the hard returns in one TextBlock?- Benny
I'm getting the following error when trying to run Flex PMD against our codebase:Buildfile: /Users/simon/Documents/vw/mt/site/scripts/ant/flexpmd.xmlflexPmdWithCustomRuleset: [flexPmd] 28-Oct-2009 13:33:00 com.adobe.ac.pmd.engines.AbstractFlexPmdEngine loadRuleset [flexPmd] INFO: Ruleset: /Users/simon/Documents/vw/mt/site/scripts/config/vw-pmd-ruleset.xml [flexPmd] 28-Oct-2009 13:33:00 com.adobe.ac.pmd.engines.AbstractFlexPmdEngine loadRuleset [flexPmd] INFO: Rules number in the ruleSet: 2 [flexPmd] 28-Oct-2009 13:33:03 de.bokelberg.flex.parser.AS3Scanner$XMLVerifier verify [flexPmd] WARNING: Open quote is expected for attribute "id" associated with an element type "node". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) [flexPmd] org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) [flexPmd] org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) BUILD FA
Hi, I have followed the developer documentation for how to build the project, on step 7 it fails because the following tests are failing inside flex-pmd-ruleset:Failed tests: testProcessViolatingFiles(com.adobe.ac.pmd.rules.unused.UnusedLocalVariableRuleTest) testBuildMessageName(com.adobe.ac.pmd.rules.core.EmptyRuleTest) testProcessViolatingFiles(com.adobe.ac.pmd.rules.naming.WronglyNamedVariableRuleTest) testProcessViolatingFiles(com.adobe.ac.pmd.rules.unused.UnusedPrivateMethodRuleTest)Tests run: 219, Failures: 4, Errors: 0, Skipped: 0[INFO] ------------------------------------------------------------------------[ERROR] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] There are test failures.I'm not sure how to fix these failures, any clues as what the problem may be? I ran "mvn package" from the flex-pmd-parent from the command line.TIA,Magnus
Revision: 11968Revision: 11968Author: aharui@adobe.comDate: 2009-11-18 16:39:15 -0800 (Wed, 18 Nov 2009)Log Message:***********Update comment to indicate that UIComponent.measureText() does not work for Spark components.QE Notes: NoneDoc Notes: measureText() does not work for Spark components.Bugs: SDK-23902Reviewer: GordonAPI Change: NoIs noteworthy for integration: Notests: checkintests Ticket Links:*********** http://bugs.adobe.com/jira/browse/SDK-23902Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
Revision: 11966Revision: 11966Author: aharui@adobe.comDate: 2009-11-18 16:21:41 -0800 (Wed, 18 Nov 2009)Log Message:***********Move focusSkinExclusions into Skin (from SparkSkin) and add suggestedFocusSkinExclusions to SkinnableComponent.QE Notes: NoneDoc Notes: new API (suggestedFocusSkinExclusions)Bugs: SDK-19255Reviewer: GlennAPI Change: YesIs noteworthy for integration: Yestests: checkintests mustella/gumbo/components/TextInput, TextArea, CheckBox, RadioButtonTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-19255Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/CheckBox.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButton.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextInput.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as flex/sdk/trunk/framewo
Revision: 11963Revision: 11963Author: klin@adobe.comDate: 2009-11-18 15:45:24 -0800 (Wed, 18 Nov 2009)Log Message:***********Fix for http://bugs.adobe.com/jira/browse/SDK-24113. Wireframe ButtonBar should be using ButtonBarHorizontalLayout.QE notes: NoDoc notes: NoBugs: SDK-24113Reviewer: EvtimTests run: checkintests, WireframeIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24113 http://bugs.adobe.com/jira/browse/SDK-24113Modified Paths:************** flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/ButtonBarSkin.mxml
Revision: 11962Revision: 11962Author: klin@adobe.comDate: 2009-11-18 15:43:44 -0800 (Wed, 18 Nov 2009)Log Message:***********Fix for https://bugs.adobe.com/jira/browse/SDK-24315. Button needs to call buttonReleased when the spacebar is released on it to update the state as if a click had just happened. In addition, we were not checking to see if we had received a keyDown on the same button. Now, we check and reset keyboardPressed inside the if block.QE notes: NoDoc notes: NoBugs: SDK-24315Reviewer: EvtimTests run: checkintests, Button, ToggleButton, RadioButtonIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24315 http://bugs.adobe.com/jira/browse/SDK-24315Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBase.as
Revision: 11954Revision: 11954Author: klin@adobe.comDate: 2009-11-18 13:21:21 -0800 (Wed, 18 Nov 2009)Log Message:***********Fix for https://bugs.adobe.com/jira/browse/SDK-24177. ScrollBar and Slider implementations were not taking into account the case of when the thumb and track had different parents. I've added logic to convert the position from the track's coordinates to global coordinates and then to the thumb's parent's coordinates. QE notes: NoDoc notes: NoBugs: SDK-24177Reviewer: GlennTests run: checkintests, ScrollBar, SliderIs noteworthy for integration: Yes, ScrollBars should work correctly if thumb and track are in separate groupsTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24177 http://bugs.adobe.com/jira/browse/SDK-24177Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/HScrollBar.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/HSlider.as flex/sdk/trunk/frameworks/projects/spa
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.