『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
-
新着順
Revision: 3265 Author: gruehle@adobe.com Date: 2008-09-18 17:02:31 -0700 (Thu, 18 Sep 2008) Log Message: ----------- List bug fixes: SDK-16914 Gumbo list horizontal layout is incorrect SDK-16931 Gumbo list does not respond to click event Both of these are recent injections. Reviewer: Evtim Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16914 http://bugs.adobe.com/jira/browse/SDK-16931 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/ItemRenderer.as flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/List.as
Revision: 3246 Author: gruehle@adobe.com Date: 2008-09-17 15:31:25 -0700 (Wed, 17 Sep 2008) Log Message: ----------- Fix fasttrack bug SDK-16910 - Simple List populated with strings throws RTE. This is fallout from the Group/DataGroup split. DefaultItemRenderer now uses a TextBox instead of a Group to show the list data. QE: Any List tests that depended on the default item renderer to support anything other than text must be updated. Bugs: SDK-16910 Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16910 http://bugs.adobe.com/jira/browse/SDK-16910 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/DefaultItemRenderer.mxml
Revision: 3233 Author: gauravj@adobe.com Date: 2008-09-16 12:57:29 -0700 (Tue, 16 Sep 2008) Log Message: ----------- Fix for bug related to see tag, [Exclude] metadata, and extra lines in mxml examples block. Bugs: SDK-16886 QA: Yes Doc: Reviewed By: Pete F Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16886 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 3216 Author: gruehle@adobe.com Date: 2008-09-15 18:13:11 -0700 (Mon, 15 Sep 2008) Log Message: ----------- Fix for MXMLG-228, a visibility problem with graphic elements. This is a quick fix that may force extra display objects when toggling visibility. We should investigate alternate solutions if performance is a problem. Bugs: MXMLG-228 Reviewer: Deepa QA: Please check for performance problems when toggling visibility of a large number of graphic elements. Ticket Links: ------------ http://bugs.adobe.com/jira/browse/MXMLG-228 http://bugs.adobe.com/jira/browse/MXMLG-228 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement.as
Hi all, Where can I get the FlexUnit source? The adobe FlexUnit page lists this SVN repository: http://opensource.adobe.com/svn/opensource/flexunit However trying to do a checkout always results in this: Command: Checkout from http://opensource.adobe.com/svn/opensource/flexunit, revision HEAD, Fully recursive, Externals included Error: Repository moved temporarily to Error: 'http://proxy2/?cfru=aHR0cDovL29wZW5zb3VyY2UuYWRvYmUuY29tL3N2bi9vcGVuc291cmNlL2ZsZXh1bml0'; Error: please relocate Finished!: Anyone? Thanks!
Revision: 3208 Author: gruehle@adobe.com Date: 2008-09-15 11:42:33 -0700 (Mon, 15 Sep 2008) Log Message: ----------- More fallout from display object sharing optimizations. * Fixed performance issue by batching up display object assignment into a single call from commitProperties() * Make sure all display objects are correctly ordered in assignDisplayObjects() * Always set x and y properties when a GraphicElement has its own displayObject. Bugs: SDK-16800, and other unlogged mustella failures Reviewer: Deepa Checkintests: pass Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16800 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement.as
I know that, at adobe max 2007, Scott Petersen has compile the Quake C/C++ Code to air application. Now I want to compile C++ Code to .swf, How and can Flex SDK help me?
Revision: 3197 Author: gauravj@adobe.com Date: 2008-09-12 10:37:22 -0700 (Fri, 12 Sep 2008) Log Message: ----------- Fix for - Missing period char at end of short description of classes in asdoc Bugs: SDK-16834 QA: Yes Doc: Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16834 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
Hi folks, I need to add some extra validation at a custom metadata. Let me start from beginning. Swiz framework (http://code.google.com/p/swizframework/) uses metadatas to made IoC. One metadata is this: [Autowire(bean="helloController")] But, if I made any miss-spell, like [Autowire(bean="heloControler")] (forgot the second L) it will produce errors at runtime. What I wanna is to create a validation, to validate this at compile time. I saw on flex-sdk this BindableExtension, who "changes" my actionscript code to make it Bindable. Is there any way to register one extension at flex-config.xml or using a command line parameter? BTW, is extension the right path to follow? VELO
Hi Guys, I'm wondering if there are plans (or an issue on which I can vote) to upgrade flash.utils.Proxy? There's 2 things I'd like to see changed in order of how difficult I imagine they are ;-) 1) Replace name:* and name:String with a real key:* that can be anything (not just Strings or QNames). 2) Modify the VM slightly so subclasses of Proxy can decide when and if a cast opcode throws an exception. Number 1 seems easy to me, but having never seen the source I can't really say :) Number 2 I guess depends on whether or not cast instances are using dynamic dispatch, so it's probably not as feasible... Anybody have any thoughts on these? Cheers, -Josh -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." http://flex.joshmcdonald.info/ :: Josh 'G-Funk' McDonald :: 0437 221 380 :: josh@gfunk007.com
Hi, when I want to report a bug I found in the SVN version of the SDK, what should I choose for the Version in the bug reporting form? Till now I was always choosing "SDK Gumbo Iteration ..." with the biggest number. Dont't know if this is right. Haykel
Revision: 3161 Author: gruehle@adobe.com Date: 2008-09-09 17:44:06 -0700 (Tue, 09 Sep 2008) Log Message: ----------- Fix more fallout from the display object sharing optimization. Bugs: SDK-16774: Adding a string to a Group in between a graphic item and data item causes an RTE MXMLG-221: Group with blendMode="layer" no longer renders any differently QA: Regression test for MXMLG-221 should be added Reviewer: Deepa Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16774 http://bugs.adobe.com/jira/browse/MXMLG-221 http://bugs.adobe.com/jira/browse/MXMLG-221 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
Is the latest version of FlexUnit only usable for Flex3? I don't see mention of requirements for the new version but I get the following when trying to use the FlexUnit.swc: build.flexlist: [compc] Loading configuration file C:\tools\flex2.0.1\frameworks\flex-config.xml [compc] Error: unable to load SWC FlexUnit.swc: unknown element script found in keep-as3-metadat a section in catalog.xml. Also, this might not be the proper forum for the question, but I do not see a general discussion forum available. Thanks, Chris Schmidt
Revision: 3151 Author: gauravj@adobe.com Date: 2008-09-08 21:30:07 -0700 (Mon, 08 Sep 2008) Log Message: ----------- Fix for bug SDK-16761 - Method parameters missing from generated document Bugs: SDK-16761 QA: Yes Doc: Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16761 http://bugs.adobe.com/jira/browse/SDK-16761 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 3149 Author: gruehle@adobe.com Date: 2008-09-08 16:58:35 -0700 (Mon, 08 Sep 2008) Log Message: ----------- Fix bugs introduced by the display object sharing optimization. This checkin should fix ordering problems when dynamically adding/removing graphic elements, and ordering problems when changing graphic element properties that require a display object (rotation, alpha, filters, etc). Bugs: MXMLG-219: BitmapGraphic component content always rendered from 0, 0 origin. MXMLG-220: setting visible property of Rect and Ellipse does nothing. MXMLG-222: setting the alpha of a rectangle changes z-order when there are 3 or more rectangles SDK-16754: Z-order incorrect when a Group is present QA: Yes - the test files from these bugs (or something equivalent) should be added to our standard test suite Reviewer: Deepa Ticket Links: ------------ http://bugs.adobe.com/jira/browse/MXMLG-219 http://bugs.adobe.com/jira/browse/MXMLG-220 http://bugs.adobe.com/jira/browse/MXMLG-222 http
Revision: 3140 Author: gauravj@adobe.com Date: 2008-09-08 09:04:17 -0700 (Mon, 08 Sep 2008) Log Message: ----------- Modifying build.xml to include templates in the jar from the new location. Modified Paths: -------------- flex/sdk/trunk/modules/antTasks/build.xml
<div class=Section1><br /><br /><p class=MsoNormal>I am building an asdoclet (similar to java doclet) for &#8220;.as&#8221;<br />files and in order to parse the &#8220;.as&#8221; files I am calling the &#8220;macromedia.asc.parser.Parser&#8221;<br />as shown below:<o:p></o:p></p><br /><br /><p class=MsoNormal><o:p> </o:p></p><br /><br /><p class=MsoNormal style='text-indent:4.5pt'>private static ProgramNode<br />parse_asc(File file) throws IOException {<o:p></o:p></p><br /><br /><p class=MsoNormal style='text-indent:4.5pt'> Context cx = new<br />Context(new ContextStatics());<o:p></o:p></p><br /><br /><p class=MsoNormal> ByteArrayInputStream in =<br />getInputStream(file);<o:p></o:p></p><br /><br /><p class
Revision: 3132 Author: gauravj@adobe.com Date: 2008-09-05 17:01:03 -0700 (Fri, 05 Sep 2008) Log Message: ----------- htmlwrapper tests in flextasks were broken after change 3120. Updating the new location in the HtmlWrapperTask.java QA: Yes Doc: Tests: checkintests Reviewed by: Pete Farland Modified Paths: -------------- flex/sdk/trunk/modules/antTasks/src/flex/ant/HtmlWrapperTask.java
Revision: 3131 Author: gauravj@adobe.com Date: 2008-09-05 15:32:20 -0700 (Fri, 05 Sep 2008) Log Message: ----------- Fix for SDK-16077 - ASDoc documents only one public package-level function per package Bugs: https://bugs.adobe.com/jira/browse/SDK-16077 QA: Yes Doc: Tests: checkintests, asdoc Reviewed by: Pete Farland Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16077 http://bugs.adobe.com/jira/browse/SDK-16077 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 3130 Author: gruehle@adobe.com Date: 2008-09-05 15:32:13 -0700 (Fri, 05 Sep 2008) Log Message: ----------- Fix SDK-16700: Applying a matrix to a GraphicElement does not get applied immediately. Added explicit matrixChanged and displayObjectChanged flags to GraphicElement so we can reliably track changes to those items. Changed commitXY() to set the x and y properties directly on the display object rather than indirectly through the matrix. Setting through the matrix caused any non-rotation or scale transform to be lost. Reviewer: Deepa Checkintests: pass Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16700 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement.as
Revision: 3127 Author: gauravj@adobe.com Date: 2008-09-05 14:16:53 -0700 (Fri, 05 Sep 2008) Log Message: ----------- Updating asdoc to replace the avmplus call with new set of java files. Removing all files related to asdochelper. QA: Yes, also please test on non windows platform. Doc: Tests: checkintests, asdoc Reviewed by: Pete Farland Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/ASDoc_Config_Base.xml flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/modules/compiler/build.xml flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java Added Paths: ----------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsClass.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocHelper.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/QualifiedNameInfo.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler
http://livedocs.adobe.com/flex/gumbo/langref/mx/charts/series/ColumnSeries.html "Defines a data series for a ColumnChart control. By default, this class uses the IBoxRenderer class. Optionally, you can define an itemRenderer for the data series. The itemRenderer must implement the IBoxRenderer interface." IBoxRenderer doesn´t exist. In fact we have to extend BoxItemRenderer to do this.
Following another discussion, I was wondering if the Presentation Model pattern, recently promoted by various AC members, should have a place in cairngorm's future implementation, and how. It has been said that this pattern is not directly part of cairngorm scope. I agree with this, however, I wonder if some sort of "guidance" could be implemented. For instance, the CairngormEvent class could have a property representing the PM that dispatched it. One could imagine an IPresentationModel interface (should it be empty), to help doing so. Or an AbstractPresentationModel implementing common behavior, such as handleFirstShow? Please note that I'm not trying to advocate any practice here. I may be completely wrong, as I may have misunderstood Paul Williams and Borre Wessel's articles and slides. What do you think?
Revision: 3065 Author: gruehle@adobe.com Date: 2008-09-02 16:52:05 -0700 (Tue, 02 Sep 2008) Log Message: ----------- Initial checkin of the deferred instantiation feature for Gumbo. ItemsComponent has a "creationPolicy" property that controls when the content items are created. Possible values are: * "all" - content is created as soon as the ItemsComponent is created * "auto" - content is created as soon as it is needed * "none" - content is not automatically created. When this creationPolicy is set, you must call createDeferredContent(). The "contentCreationComplete" event is sent when the content has been created. Added IDeferredContentOwner interface. ItemsComponent is the only Gumbo component that implements this interface. Reviewers: Corey, Ryan, Chet Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/ItemsComponent.as flex/sdk/trunk/frameworks/projects/flex4/src/flex/events/FlexEvent.as flex/sdk/trunk/frameworks/tests/flex4/fle
Revision: 3064 Author: gruehle@adobe.com Date: 2008-09-02 13:37:50 -0700 (Tue, 02 Sep 2008) Log Message: ----------- Fix bug SDK-16684 - Applying rotation at runtime to GraphicElement does nothing Need to invalidate our backing layer when rotation changes to make sure we get our own display object. Reviewer: Deepa Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16684 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement.as
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.