-
Als letztes aktiv
Revision: 3412 Author: gauravj@adobe.com Date: 2008-09-29 22:43:47 -0700 (Mon, 29 Sep 2008) Log Message: ----------- Fix for SDK-17107 - FileNotFound error when clicking on link to an eventType QA: Yes Doc: Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17107 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/asdoc/templates/class-files.xslt
After reading a bit about JavaFX Script (which is actually remarkebly close to ActionScript 3) as a developer I thought the way one can specify the GUI declaratively in JavaFX Script via JSON-like notation for the components is pretty cool. It would be nice to have something like that in Flex/ActionScript too. The advantages I see over MXML are: 1) a more compact notation than XML which is nice from a developers view point who actually writes this kind of code. Of course the idea would be that designers still design the GUI with graphical tools that generate this code but if you have to dive in and edit the code it's nice not to have to deal with verbose XML and I think even designers can easily understand JSON-like code; don't just assume that designers love XML because HTML was based on SGML! I'm not so sure if today many designers really still know raw HTML that well (like in 1997, the early days...). Server side developers probably know it better because they have to adapt it to j
Revision: 3408 Author: gauravj@adobe.com Date: 2008-09-29 14:29:05 -0700 (Mon, 29 Sep 2008) Log Message: ----------- Fix for SDK-17099 - Comments for inline renderer components missing in generated document. QA: Yes Doc: Reviewed By: Paul Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17099 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/InlineComponentBuilder.java
Hello I have Flex Builder 3 and have been using Director and Flash for ages. Can anybody point me towards any FLEX 3 + AS3 code useage that builds Adobe Acrobat "Academic Library Facilities" e.g. Organiser into a Fully functioning website. I have chased the Adobe Acrobat Library SDK all around the Adobe site and through Google but I am still feeling that I have to work it out for myself. Help. Laurie THOMAS Director of The Centre for the Study of Human Learning, Oxford U.K. laurie.thomas@cshl.ac.uk
Revision: 3403 Author: gauravj@adobe.com Date: 2008-09-29 12:36:37 -0700 (Mon, 29 Sep 2008) Log Message: ----------- Fix for SDK-17097 - Missing summary description of a class in package classes table QA: Yes Doc: Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17097 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/class-files.xslt
Revision: 3402 Author: gauravj@adobe.com Date: 2008-09-29 11:10:24 -0700 (Mon, 29 Sep 2008) Log Message: ----------- Fix for SDK-17089 - @9475319 in component level comments put copied text first QA: Yes Doc: Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17089 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/fieldSummary.xslt flex/sdk/trunk/asdoc/templates/methodSummary.xslt
Revision: 3392 Author: gauravj@adobe.com Date: 2008-09-26 22:13:40 -0700 (Fri, 26 Sep 2008) Log Message: ----------- Fix for SDK-17059 - FileNotFound error when clicking on @SEE link from an MXML class comment QA: Yes Doc: Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17059 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
Revision: 3391 Author: gruehle@adobe.com Date: 2008-09-26 17:07:25 -0700 (Fri, 26 Sep 2008) Log Message: ----------- Fix fast-track bug SDK-17068. Make sure assignDisplayObjects() is called before calling validateProperties() on child graphics objects. Bugs: SDK-17068 - Cannot apply transform at runtime for Rect, BitmapGraphic, and Line QA: This should fix the graphics mustella failures Checkintests: pass Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17068 http://bugs.adobe.com/jira/browse/SDK-17068 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
Revision: 3390 Author: gauravj@adobe.com Date: 2008-09-26 15:08:34 -0700 (Fri, 26 Sep 2008) Log Message: ----------- Fix for SDK-17067 - @exampleText does not work in mxml comments Fix for SDK-17076 - Mxml component with id but no mxml comment is not added to generated document QA: Yes Doc: Reviewed By: Pete Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17067 http://bugs.adobe.com/jira/browse/SDK-17076 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
Hi, I have a MyTestCaseClasswith X amount of test* methods in it. I am returning a TestSuite for as follows to be run var ts:TestSuite = new TestSuite(MyTestCaseClasswith ); How can I control the order that the test* methods in my class are executed?
Revision: 3372 Author: gauravj@adobe.com Date: 2008-09-26 04:57:20 -0700 (Fri, 26 Sep 2008) Log Message: ----------- Fix for SDK-17054 - FileNotFound error when clicking on implementor link from an Interface document. QA: Yes Doc: Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17054 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/class-parts.xslt
Revision: 3219 Author: deeptika@adobe.com Date: 2008-09-16 01:33:39 -0700 (Tue, 16 Sep 2008) Log Message: ----------- Checking in support for Network Monitor in rpc.swc Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/DirectHTTPChannel.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPService.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/Operation.as Added Paths: ----------- flex/sdk/trunk/frameworks/projects/rpc/src/mx/netmon/ flex/sdk/trunk/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as
Revision: 3363 Author: gruehle@adobe.com Date: 2008-09-25 11:58:56 -0700 (Thu, 25 Sep 2008) Log Message: ----------- Fix performance problem when changing multiple DisplayObject-dependent properties. The call to assignDisplayObjects() is now batched up into the next commitProperties() call. Bugs: SDK-17033 Reviewer: Deepa Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17033 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
Revision: 3361 Author: gruehle@adobe.com Date: 2008-09-25 11:34:23 -0700 (Thu, 25 Sep 2008) Log Message: ----------- Apply user submitted patch, SDK-16994, to fix RTE with keydown in a childless TabNavigator. Bugs: SDK-15660 Checkintests: pass Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16994 http://bugs.adobe.com/jira/browse/SDK-15660 Modified Paths: -------------- flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/ButtonBar.as
Hi, I would like to know if it's possible to dispatch event from module for example "M1" and listen this event to call the corresponding command but in an other module "M2". Knowing that M1 produces an swf "SWF1" and M2 produces an other swf "SWF2". For example : In the view of a module M1, I should have this statement : CairngormEventDispatcher.getInstance().dispatchEvent(new MyClassEvent(parm)); know in module "M2" I would like to know how to recover this event and then executing command corresponding to this event. If it's not clear enough I can explain it again. I need really your help for the rest of my development. Thank you in advance. :) Ziad.
Hi. I am using ac:ObserveValue. http://weblogs.macromedia.com/auhlmann/archives/2007/02/creating_a_popu.html#more Do you have plan it build onto Cairngorm formally?
Revision: 3333 Author: gauravj@adobe.com Date: 2008-09-24 12:10:53 -0700 (Wed, 24 Sep 2008) Log Message: ----------- Fix for SDK-17003 - Missing primitive-type properties in generated document when -keep=false QA: Yes Doc: Reviewed By: Paul Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17003 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/PrimitiveBuilder.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/decl/UninitializedPropertyDeclaration.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MxmlCommentUtil.java
Hi all,<br /><br />i'm new to Cairngorm and also quite new to Flex, and i'm having<br />some troubles understanding how to use the ServiceLocator.<br /><br />As far as i've understood the ServiceLocator is a centralized point<br />for communication with the Server.<br /><br />What i'm trying to do is request an xml file from a specific url, but i'd need to pass a parameter to that url. In all the examples found in the docs the urls were hardcoded.<br /><br />So that's how i tried to solve it:<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><rds:ServiceLocator xmlns:rds="com.adobe.cairngorm.business.*" xmlns:mx="http://www.adobe.com/2006/mxml"><br /><br /> <mx:HTTPService id="xmlIn" url="{'http://example.com/someScript.php/id/'+ id}"/><br /> <br /> <mx:Script><br /> <br /> <br /> [Bindable] public var id:Number;<br />
I'd like to remove the execute method from ICommand. Pro: We can declare the execute method with the concrete event class. No need to upcast the CairngormEvent inside execute. //currently public void execute( event : CairngormEvent ) : void { var concreteEvent : ConcreteEvent = event as ConcreteEvent; } //with ICommand being a marker interface public void execute( event : ConcreteEvent ) : void { //no need for a cast here } Contra: We loose the compile time check for the execute method being implemented. Thoughts?
Whats the best way to reset the model singletons (and also the whole app if possible) when the user logs out? Thanks Craig
Revision: 3319 Author: gauravj@adobe.com Date: 2008-09-23 13:29:09 -0700 (Tue, 23 Sep 2008) Log Message: ----------- Adding support for documentation of SkinStates metadata. xslt files still needs to be updated to generate html for this metadata. Removing some unused code from ASDocExtension Fix for SDK-16759 - @Example tag adds 'How to use examples' link to a file that's not present Fix for SDK-17001 - ASDoc should add "import flash.events.Event" when it encounters the [Bindable] tag QA: Yes Doc: Reviewed By: Paul Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16759 http://bugs.adobe.com/jira/browse/SDK-17001 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/class-files.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java flex/sdk/trunk/
Revision: 3313 Author: gauravj@adobe.com Date: 2008-09-23 10:02:50 -0700 (Tue, 23 Sep 2008) Log Message: ----------- Fix for SDK-16981 - @9397041 tag does not recognize tab character as delimiter between paramName and paramDescription QA: Yes Doc: Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16981 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 3312 Author: gauravj@adobe.com Date: 2008-09-23 09:48:02 -0700 (Tue, 23 Sep 2008) Log Message: ----------- Adding support for documentation of HostComponent metadata. If a comment is added to the metadata declaration it should appear with the generated property. Also adding support to strip out the beginning dash (-), for comments which are of the form QA: Yes Doc: Reviewed By: Paul Tests: checkintests Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java
Revision: 3277 Author: gauravj@adobe.com Date: 2008-09-19 15:36:45 -0700 (Fri, 19 Sep 2008) Log Message: ----------- When -keep=true, attach a plain private comment to the local library definition instead of one in the scanned format. QA: Yes Doc: Tests: checkintests Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
Revision: 3275 Author: gauravj@adobe.com Date: 2008-09-19 15:01:57 -0700 (Fri, 19 Sep 2008) Log Message: ----------- Initial check in for support for asdoc comments in mxml files. For adding comments at the class level or to properties defined inside mxml use the syntax Other tags supported in asdoc should also work. for example @SEE, @includeExamples etc. QA: Yes Doc: Reviewed By: Paul Tests: checkintests Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/MxmlCompiler.java flex/sdk/trunk/modules/compiler/src
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.