-
Recente
Revision: 4049 Author: gauravj@adobe.com Date: 2008-11-07 07:52:14 -0800 (Fri, 07 Nov 2008) Log Message: ----------- Updating build file for html generation to use jvmargs. QE Notes: None Doc Notes: None tests: checkintests Modified Paths: -------------- flex/sdk/trunk/asdoc/build.xml
Can Page Redirect affect caching of .SWZ files? I have two servers: Server 1: works perfect it creates cache on client machine (.swz and .heu files) and uses the cache (I can see the change in the .heu files) Server 2: is not able to create cache but is able to read the .heu files (I can see the change in the .heu files) from the client machine. What could be the issue that server 2 is not able to write .swz files on the client. I have the .swz MIME types on both the servers. thanks
Revision: 4036 Author: gauravj@adobe.com Date: 2008-11-06 17:34:54 -0800 (Thu, 06 Nov 2008) Log Message: ----------- Updating build files to pass jvmargs to the asdoc task. QE Notes: None Doc Notes: None tests: checkintests Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/airframework/build.xml flex/sdk/trunk/frameworks/projects/flash-integration/build.xml flex/sdk/trunk/frameworks/projects/flex/build.xml flex/sdk/trunk/frameworks/projects/flex4/build.xml flex/sdk/trunk/frameworks/projects/framework/build.xml flex/sdk/trunk/frameworks/projects/haloclassic/build.xml flex/sdk/trunk/frameworks/projects/rpc/build.xml flex/sdk/trunk/frameworks/projects/utilities/build.xml flex/sdk/trunk/frameworks/projects/wireframe/build.xml
Revision: 4025 Author: gruehle@adobe.com Date: 2008-11-05 15:57:43 -0800 (Wed, 05 Nov 2008) Log Message: ----------- Remove hard references to FxCheckBox, FxRadioButton, and FxScroller. QE Notes: This should bring the size of an empty flex 4 app back down to normal... Doc Notes: None Bugs: - Reviewer: Corey Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxFocusSkin.as
I found some font work on flash.text.engine throw Error #2161 they are: "Vivaldi","Harlow Solid Italic","Bauhaus 93", "Algerian". the error info is: Error: Error #2161: 设置文本布局时出现内部错误。 at flash.text.engine::TextBlock/DoCreateTextLine() at flash.text.engine::TextBlock/createTextLine() at flashx.tcal.compose::ComposeState/createTextLine() at flashx.tcal.compose::ComposeState/composeNextLine() at flashx.tcal.compose::BaseCompose/composeParagraphElement() at flashx.tcal.compose::BaseCompose/composeBlockElement() at flashx.tcal.compose::BaseCompose/composeInternal() at flashx.tcal.compose::ComposeState/composeInternal() at flashx.tcal.compose::BaseCompose/composeTextFlow() at flashx.tcal.compose::ComposeState/composeTextFlow() at flashx.tcal.compose::StandardFlowComposer/http://ns.adobe.com/tcal/internal/2008::callTheComposer() at flashx.tcal.compose::StandardFlowComposer/compose() at flashx.tcal.factory::TextLineFactory$/factoryMeasure() at flashx.tcal.factory::TextLineFactor
Revision: 4018<br />Author: gauravj@adobe.com<br />Date: 2008-11-04 14:43:47 -0800 (Tue, 04 Nov 2008)<br /><br />Log Message:<br />-----------<br />Adding templates-path as a supported attribute of <asdoc> <br /><br />QE Notes: None<br />Doc Notes: None <br />tests: checkintests<br /><br />Modified Paths:<br />--------------<br /> flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
Revision: 4016<br />Author: gauravj@adobe.com<br />Date: 2008-11-04 13:23:50 -0800 (Tue, 04 Nov 2008)<br /><br />Log Message:<br />-----------<br />Modify build files to use the <asdoc> task.<br /><br />QE Notes: None<br />Doc Notes: None <br />tests: checkintests<br /><br />Modified Paths:<br />--------------<br /> flex/sdk/trunk/asdoc/build.xml<br /> flex/sdk/trunk/frameworks/projects/airframework/build.xml<br /> flex/sdk/trunk/frameworks/projects/flash-integration/build.xml<br /> flex/sdk/trunk/frameworks/projects/flex/build.xml<br /> flex/sdk/trunk/frameworks/projects/flex4/build.xml<br /> flex/sdk/trunk/frameworks/projects/framework/build.xml<br /> flex/sdk/trunk/frameworks/projects/haloclassic/build.xml<br /> flex/sdk/trunk/frameworks/projects/rpc/build.xml<br /> flex/sdk/trunk/frameworks/projects/utilities/buil
If the SWZ is in the same location as your app (same server) you shouldn't need a crossdomain. Have you maybe monitored your HTTP traffic to see the request for the SWZ and how that works out? Maybe your web server is not sending back the SWZ correctly because of an unknown mime-type?<br /><br />If the SWF failover is working it's not going to be due to crossdomain either.<br /><br />Matt<br /><br /><br />On 11/3/08 2:15 PM, "alex_stewart" <member@adobeforums.com> wrote:<br /><br />A new discussion was started by alex_stewart in<br /><br />Developers --<br /> Using Framework RSL<br /><br />Hi there,<br /><br />I developed a Flex Application on my local machine and used signed Adobe Framework RSL. It works perfect on my machine and creates the Flash Player Cache on my machine.<br /><br />Now when I deploy the same application on my server with the swf files and the swz f
Hi All, <br /><br />We are making a change to asdoc and removing doc-classes as the default variable. It would mean that if you were earlier using command like <br />"asdoc Foo" <br /><br />It would no longer work, and the command will have to be modified to "asdoc -doc-classes=Foo". Previously it used to generate documentation for the class Foo because it was treated equivalent to "asdoc -doc-classes=Foo" <br /><br />The reason for this change is to have better support for doc-classes in the <asdoc> ant task (a new ant task for asdoc). So you will be able to write a task like:<br /><br /><asdoc left-frameset-width="200" ><br /> <compiler.source-path path-element="."/><br /> <doc-classes class="Foo"/><br /> <doc-classes class="Bar"/><br /></asdoc><br /><br />instead of listing the doc classes separated by a space<br /><br /><asdoc left-fr
Revision: 4013 Author: gauravj@adobe.com Date: 2008-11-04 10:10:22 -0800 (Tue, 04 Nov 2008) Log Message: ----------- AsDoc no longer sets doc-classes as the defaultVar. Changed processing of package.package option. QE Notes: None Doc Notes: None Reviewer: Paul tests: checkintests Modified Paths: -------------- flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDoc.java
Revision: 4001<br />Author: gauravj@adobe.com<br />Date: 2008-11-03 13:46:13 -0800 (Mon, 03 Nov 2008)<br /><br />Log Message:<br />-----------<br />Adding support for <asdoc> in flex ant tasks<br /><br />QE Notes: Tests need to be added to the flextasks test suite.<br />Doc Notes: flex tasks documentation should be updated with example for <asdoc> task. <br />Reviewer: Paul<br />Bugs: SDK-9775<br />tests: checkintests<br /><br />Ticket Links:<br />------------<br /> http://bugs.adobe.com/jira/browse/SDK-9775<br /><br />Modified Paths:<br />--------------<br /> flex/sdk/trunk/modules/antTasks/flexTasks-internal.tasks<br /> flex/sdk/trunk/modules/antTasks/flexTasks.tasks<br /><br />Added Paths:<br />-----------<br /> flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
Revision: 4000 Author: gauravj@adobe.com Date: 2008-11-03 13:39:40 -0800 (Mon, 03 Nov 2008) Log Message: ----------- Updating build files to generate dita xml with lenient as true. QE Notes: None Doc Notes: None tests: checkintests Modified Paths: -------------- flex/sdk/trunk/asdoc/build.xml flex/sdk/trunk/frameworks/projects/airframework/build.xml flex/sdk/trunk/frameworks/projects/flash-integration/build.xml flex/sdk/trunk/frameworks/projects/flex/build.xml flex/sdk/trunk/frameworks/projects/flex4/build.xml flex/sdk/trunk/frameworks/projects/framework/build.xml flex/sdk/trunk/frameworks/projects/haloclassic/build.xml flex/sdk/trunk/frameworks/projects/rpc/build.xml flex/sdk/trunk/frameworks/projects/utilities/build.xml flex/sdk/trunk/frameworks/projects/wireframe/build.xml
Revision: 3995 Author: gauravj@adobe.com Date: 2008-11-03 11:36:14 -0800 (Mon, 03 Nov 2008) Log Message: ----------- Changed processing of @private to not look for sub childs. mdifying build.xml to set lenient as true QE Notes: None Doc Notes: None tests: checkintests Modified Paths: -------------- flex/sdk/trunk/asdoc/build.xml flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 3993 Author: gauravj@adobe.com Date: 2008-11-03 08:26:48 -0800 (Mon, 03 Nov 2008) Log Message: ----------- Adding a new option "lenient", if its is set to true HTML validation errors are reported as warnings. Also fix for "asdoc help details doesn't show description" QE Notes: None Doc Notes: None Reviewer: Paul Bugs: SDK-17863 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17863 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocHelper.java 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/ASDoc.java flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDoc_en.p
Hey Guys, I'm getting the following: $svn update svn: REPORT request failed on '/svn/opensource/!svn/vcc/default' svn: Target path does not exist Tried from two different machines, so if it's not our network, I assume it's at Adobe's end? -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/
Revision: 3968 Author: gauravj@adobe.com Date: 2008-10-30 10:45:04 -0700 (Thu, 30 Oct 2008) Log Message: ----------- Fix for - ASDoc fails if example code included by the @includeExample tag contains an "&" Also fix for broken links with $$ symbol. QE Notes: None Doc Notes: None Bugs: SDK-17830 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17830 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 3967 Author: gauravj@adobe.com Date: 2008-10-30 08:31:58 -0700 (Thu, 30 Oct 2008) Log Message: ----------- Fix for - Disable link to replacement of a deprecated class/property/method if it's not included in the documentation QE Notes: None Doc Notes: None Bugs: SDK-17702 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17702 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/class-parts.xslt
Revision: 3961 Author: gauravj@adobe.com Date: 2008-10-29 14:59:49 -0700 (Wed, 29 Oct 2008) Log Message: ----------- Asdoc fix requested by the doc team. QE Notes: None Doc Notes: None Reviewer: Darrell Bugs: SDK-17841 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17841 Modified Paths: -------------- 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/tools/ASDocConfiguration.java
Revision: 3933 Author: shodgson@adobe.com Date: 2008-10-28 13:57:03 -0700 (Tue, 28 Oct 2008) Log Message: ----------- Bug: LCDS-427 - Using streaming AMF channel with reliable destination both Producer and Consumer getting channel fault during transient disconnect. QA: Yes Doc: No Checkintests: Pass Details: * Add handling for Client.Data.Underflow NetStatus events to AMFChannel (log warning rather than triggering channel disconnect) * Fix in helper class for streaming channels to correctly reset internal state machine upon disconnect Ticket Links: ------------ http://bugs.adobe.com/jira/browse/LCDS-427 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/AMFChannel.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/StreamingConnectionHandler.as
Hello, can someone please tell me how to simply play the animation of an FxResize reversely? FxResize.play(null, true); //doesn't work Thanks in advance Remington *I'm using Gumbo 4.0.0.3890
Revision: 3921 Author: gauravj@adobe.com Date: 2008-10-28 06:23:00 -0700 (Tue, 28 Oct 2008) Log Message: ----------- Fix for - @inheritDoc tag not working for get/set overrides when you only override the setter of a base class QE Notes: Baselines for framework test will need to be updated. Doc Notes: None Reviewer: Paul Bugs: SDK-17304 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17304 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
I have an application that allows users to take actions using several methods - right-click context menu selection, menu bar selected, key strokes, etc. I was wondering if anyone had any suggestions as to teh best practices for handling this in Cairngorm... Is it best to dispatch the same Cairngorm event in several places? I know this is one of the major reasons to use MVC, but, I hate to create duplicate code - maintenance is pain. Would is be considered good practice to have the container that serves as a parent for the context menu, menu bar, etc. to listen for events from these components, and then dispatch the Cairngorm Event? Thanks.
Revision: 3889 Author: gruehle@adobe.com Date: 2008-10-24 15:09:43 -0700 (Fri, 24 Oct 2008) Log Message: ----------- Focus drawing fix for FxScroller. QE Notes: None Doc Notes: None Bugs: SDK-17764 Reviewer: Evtim Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17764 Modified Paths: -------------- flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/FxComponent.as flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/skins/spark/FxFocusSkin.as
Revision: 3881 Author: gruehle@adobe.com Date: 2008-10-24 13:07:42 -0700 (Fri, 24 Oct 2008) Log Message: ----------- New focus skin, and focus skin handling for gumbo components. This checkin also fixes focus issues with Spinner and NumericStepper. These components set their skin parts focusEnabled="false". QE Notes: Joann has excluded the mustella tests that fail due to this change, and will check in updates. Doc Notes: None Bugs: SDK-17284 Reviewer: Ely Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17284 Modified Paths: -------------- flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/defaults.css flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/Flex4Classes.as flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxSpinner.as flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/FxComponent.as
Revision: 3877 Author: gauravj@adobe.com Date: 2008-10-24 11:44:48 -0700 (Fri, 24 Oct 2008) Log Message: ----------- Fix null pointer introduced due to previous change. Fix bug for broken link. QE Notes: None Doc Notes: None Bugs: SDK-17749 - Subclasses link from a parent class is broken. tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17749 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/class-parts.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
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.