-
Recente
Revision: 4165 Author: gauravj@adobe.com Date: 2008-11-21 17:54:35 -0800 (Fri, 21 Nov 2008) Log Message: ----------- Fix for methods with Vector type as parameters not documented correctly QE Notes: None Doc Notes: None Bugs: SDK-18190 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18190 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
Revision: 4164 Author: gauravj@adobe.com Date: 2008-11-21 15:48:13 -0800 (Fri, 21 Nov 2008) Log Message: ----------- Fix for a broken link in asdoc. QE Notes: None Doc Notes: None tests: checkintests Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
Revision: 4160 Author: gauravj@adobe.com Date: 2008-11-21 14:14:09 -0800 (Fri, 21 Nov 2008) Log Message: ----------- Fix for ASDoc not displaying the method return type correctly for a vector of vectors QE Notes: None Doc Notes: None Bugs: SDK-18160 tests: checkintests, asdoc Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18160 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
Revision: 4146 Author: gauravj@adobe.com Date: 2008-11-19 21:37:23 -0800 (Wed, 19 Nov 2008) Log Message: ----------- adding support for multiple @playerversion tags. Fix for asdoc.exe not outputting information for the @langversion tag. Also removing some unused code from DITA generation.. QE Notes: None Doc Notes: None Bugs: SDK-18158, SDK-18159 tests: checkintests, asdoc Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18158 http://bugs.adobe.com/jira/browse/SDK-18159 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Hello, I would like to create a kind of circle-list control. To do it, I have created a class that extend the List class. I overidde the method "createRowsAndColumns", call the parent method to take profit of the List behavior. Then, I iterate on the items of the list, change the positions and unvalidate the list (unvalidateList) to draw again the items. Unfortunately, it doesn't work. I don't have compilation errors and the window application keep blank. Could you help me? I don't know the best practice to create such custom components. Can you give me some advices? I am a newbe on flex programming and no more about WPF (Window Presentation Foundation) Trevor
Hi all - 1. I create HelloWorld.mxml and HelloWorld-app.xml (directly cutting and pasting from the tutorial page) 2. I successfully compile using "amxmlc HelloWorld.mxml" 3. I try to run "adl HelloWorld-app.xml" and I get "error while loading initial content" What am I doing wrong? Thanks in advance. Dave
I want to carry/preserve Leading & trailing spaces<white spaces> in event's result....<br />I am using service as :<br /> _webService = new HTTPService();<br /> _webService.url = serviceUrl;<br /> _webService.method = "POST";<br /> _webService.resultFormat = "e4x";<br /> ......<br />...Again i am checking it as -in<br />private function serviceResultHandler(event:ResultEvent):void<br /> {<br /> stopExecution();<br /> var doc:XMLDocument = new XMLDocument();<br /> doc.ignoreWhite = false;<br /> XML.ignoreWhitespace = false; <br /> doc.parseXML(event.result as XML);<br /> Alert.show(event.result.toString(),"....serviceResultHandler...");<br /><br />But, i am not able see L&T spacesin alert() where I can see L&T spaces in Servlet/Java side which assigned as metaResponse<br />as....<br /> OutputStream writer = r
Hello Team,<br /><br />Can you please help in the following issue:<br />I am trying to preserve white space(leading and trailing L&T) as is on the User Interface. We have built our UI using Flex 3.0 SDK. <br /><br />From Java side, I am able to carry the value with L&T spaces till the call goes to Flex .mxml and here response object assigning as <br /><br /> var metaConfig:XML = event.result as XML;<br />But here L&T spaces are not visible along with value of ID.<br />I used to see it by using Alert.show(event.result.toString());<br /> <br />Flex Output is as:<br /><br /> <allScalarMetadataFields><br /> <id>TEST</id><br /> <name>test name</name> <br />.<br /><br />But from java[in Servlet/in service] side I can see the output as:<br /><br /> <allScalarMetadataFields><br /> <id> TE
This is my first time to get in touch with flex at all. So I am a blind rookie, hungry fro some action. I had two problems sourcing the setup.sh 1. The source.sh was unable to find the flash player gz. # 2. I dont have the default ant and jdk on my ubuntu. and it always points to the defaults where as I even set them in the environment for this session. The error trace is at the bottom of the post. Solution to first problem: I gave a path for the player. Does this mean the path is incorrect in the current version Solution to second problem: I am checking if the HOME paths are missing only then use the defaults otherwise dont. Changes are as follows: Currently I have solved like this, Applications compile and run fine. It could be wrong and thats why I am posting here. ============================================= # This was tested on Ubuntu elif [ $OS = "Linux" ]; then #If ANT_HOME is not there then take the default one. if [ ! -d "$ANT_HOME" ]; then ANT_HOME=/usr/share/ant fi
Revision: 4129 Author: gauravj@adobe.com Date: 2008-11-17 14:57:15 -0800 (Mon, 17 Nov 2008) Log Message: ----------- Fix for - the @inheritDoc tag in an ASDoc comment: is not pulling in a comment from UIComponent QE Notes: None Doc Notes: None Bugs: SDK-18127, SDK-13592 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18127 http://bugs.adobe.com/jira/browse/SDK-13592 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsClass.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java 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: 4128 Author: gauravj@adobe.com Date: 2008-11-17 12:53:34 -0800 (Mon, 17 Nov 2008) Log Message: ----------- Fix for - Examples imported by the @includeExample tag are truncated after the first or second XML comment examples-path option is now public and adding period at the end of Constructor. QE Notes: baselines need to be updated. Doc Notes: None Bugs: SDK-18125, SDK-18077, SDK-18126 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18125 http://bugs.adobe.com/jira/browse/SDK-18077 http://bugs.adobe.com/jira/browse/SDK-18126 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java
Revision: 4127 Author: gauravj@adobe.com Date: 2008-11-17 12:31:08 -0800 (Mon, 17 Nov 2008) Log Message: ----------- Fix for - Warn when PHP code is in an MXML document QE Notes: None Doc Notes: None Reviewer: Paul Bugs: SDK-17738 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17738 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties
Revision: 4113 Author: gauravj@adobe.com Date: 2008-11-14 11:04:55 -0800 (Fri, 14 Nov 2008) Log Message: ----------- Fix for - RunTime version information repeated in the class comment area of the ASDoc output QE Notes: None Doc Notes: None Bugs: SDK-18109 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18109 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Hello everyone, I'm looking for any white paper or documentation about the asc module / compiler module, helping me to understand easily the java code. In fact, i have already import the code in eclipse, and generate the javadoc, but it could be helpful for me to have white papers about the as parser / compiler, in order to have a deeper understanding. thanks
Hi, when I try to profile Gumbo applications from Flex Builder I get a bunch of exceptions about invalid overrides and not found components and the application doesn't run. Is profiling for Gumbo not yet supported or am I missing something? Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com
Hi, How do you go about testing adding and removing MovieClips, Sprites, and/or UIComponents in FlexUnit for Flex projects? I would like to test, for example, that the right movieclip is on the top of the stack and whatnot. Thanks so much for your help! Lance
Revision: 4089<br />Author: gauravj@adobe.com<br />Date: 2008-11-12 13:23:23 -0800 (Wed, 12 Nov 2008)<br /><br />Log Message:<br />-----------<br />Adding new option called exclude-sources to asdoc. This should be useful when doc-sources is used and there are files which can not be compiled independently (like an include file).<br /><br />exclude-sources requires the path to the file or folder that should be excluded.<br />Also adding support to <asdoc> task.<br /><br />QE Notes: None<br />Doc Notes: None <br />Reviewer: Paul<br />Bugs: SDK-16545<br />tests: checkintests<br /><br />Ticket Links:<br />------------<br /> http://bugs.adobe.com/jira/browse/SDK-16545<br /><br />Modified Paths:<br />--------------<br /> flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java<br /> flex/sdk/trunk/modules/compiler/src/java/flex
what are .heu files in the flash player cache folder for?
Hi, * SDK-16371 : Gordon said that the TCAL team is not considering this as a bug. Does this mean we will never be able to have a FxTextInput with text aligned to the right??? * SDK-17345 : Any idea if it will be processed in the near future? Thanks, Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com
Hi guys, I'm wondering if there's a reason the XMLDecoder doesn't traverse back up the schema stack when trying to find a type definition? I can't think of any, but I'd like to get some feedback before filing a bug and submitting a patch? It seems to be the source of a couple of bugs, one of which is keeping one of our teams on Flex 2. Either Flex 2 didn't have a schema stack, or it did traverse it when looking for definitions, but AFAIK the source to Flex 2's mx.rpc.* was never included in the SDK, correct? Any chance I can get a copy of Flex 2's mx.rpc.xml.* tree to compare against, or if I can get my question passed along in a hallway conversation @ Adobe or something? Much appreciated, -Josh -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." Like the cut of my jib? Check out my Flex blog! :: Josh 'G-Funk' McDonald :: 0437 221 380 :: josh@gfunk007.com :: http://flex.joshmcdonald.info/ :: http://twitter.com/sophistifunk
I have the following test which does two async tests (this is over a socket connection): ------------- public function testConnection():void { gs.addEventListener(IOErrorEvent.IO_ERROR, addAsync(onConnectError, 1000)); gs.addEventListener(GErrorEvent.REGISTRATION_ERROR, addAsync(onConnectRegisterError, 1000)); gs.connect(); } private function onConnectError(e:IOErrorEvent):void { fail("Connection to Growl failed : " + e.text); } private function onConnectRegisterError(e:GErrorEvent):void { fail("Registration failed : " + "[" + e.code + "] " + e.message); } -------------- However, when I run this, i get the following error: -- Error #1034: Type Coercion failed: cannot convert flash.events::IOErrorEvent@1c3f5e41 to com.adobe.growl.events.GrowlErrorEvent. -- Digging down on this, it looks like FlexUnit is getting confused and somehow calling the wrong listener for the wrong event. i.e. it is calling onConnectRegisterError(e:GErrorEvent) for the IOErrorEvent.IO_ERROR e
Revision: 4069 Author: gauravj@adobe.com Date: 2008-11-11 12:24:53 -0800 (Tue, 11 Nov 2008) Log Message: ----------- Fix for - an inherited read-write property is reported as write-only if an overriding setter is present and getter is absent. Constructor for mxml files will now have the default comment "Constructor" Also fix for asdoc help details doesn;t show description QE Notes: Baselines need to be updated. Doc Notes: None Bugs: SDK-16091, SDK-17863 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16091 http://bugs.adobe.com/jira/browse/SDK-17863 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsClass.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
Is there an API to force an assert? Specifically: assert("Something went wrong"); I am doing some async tests, and in one case I am testing if an IO_ErrorEvent occurs. If it does, I want to do an assert: private function onConnectError(e:IOErrorEvent):void { assert("Connection Failed : " + e.text, false); } Right now I have to do: private function onConnectError(e:IOErrorEvent):void { assertTrue("Connection Failed : " + e.text, false); } Looking through the APIs i did not see an assert() api. I would be happy to add one myself. mike chambers
Anyone know of a tool or script that will autogenerate test classes from existing classes? i.e. creating a test class, and test Methods for existing public fields and methods? mike
I just installed the Flex 4.0.0.4055 SDK and tried to compile a project. When I want to create an Event, Flex throws the following error: 1046: Type was not found or was not a compile-time constant: Event. When I check the fl or flash package through code hinting I can see some classes but not the Event class. I am targeting Flash Player 10 from Flex 3 and do not have CS4 installed yet.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.