[svn:fx-trunk] 14047: Modifying framework projects to not depend on the FLEX_SDK linked resource .

Revision: 14047
Revision: 14047
Author:   [email protected]
Date:     2010-02-08 14:58:51 -0800 (Mon, 08 Feb 2010)
Log Message:
Modifying framework projects to not depend on the FLEX_SDK linked resource. Instead, we use the $ token (relative path to frameworks/) to point directly to the required swcs in the libs folder. This greatly simplifies the files, since there is now no need to exclude swcs from the SDK.
Also, modified the projects such that the spark and framework projects may be imported together to FB without any other projects by having them depend on the swcs in the libs folder rather than the projects. However, other projects that depend on spark and framework will depend on the projects still. Thus, you must import spark and framework projects before importing the others.
A developer working on the textlayout and osmf projects will have to replace the swcs on the build path in the spark/framework projects with their respective projects.
No code changes.
QE notes: N/A
Doc notes: N/A
Bugs: None
Reviewer: Pete
Tests run: checkintests
Is noteworthy for integration: No
Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/airframework/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/flex/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/flex/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/framework/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/osmf/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/osmf/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/rpc/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/spark/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/sparkskins/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/textLayout/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/textLayout/.flexLibProperties
    flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/wireframe/.flexLibProperties

Similar Messages

  • [svn] 3401: don't include frameworks/projects/air/ ApplicationUpdater directory in the package.

    Revision: 3401
    Author: [email protected]
    Date: 2008-09-29 10:54:59 -0700 (Mon, 29 Sep 2008)
    Log Message:
    don't include frameworks/projects/air/ApplicationUpdater directory in the package.
    -trying to reduce bloat the package has incurred
    Modified Paths:
    flex/sdk/trunk/build.xml

    This is only an option on iOS, because IPA structure keeps icons in the "root" of the application. Even then, I shouldn't have to manually overwrite the filenames when the ADT command already knows their correct names and location within the package.
    But on Adroid, this is impossible, because the icons in the APK structure are outside of the "root" of the application. And ADT command does not let me add files outside of the application root.

  • E-mailed File "The project is not compatible with the current version of Premiere Elements"

    I have Version 12 on a PC.
    My friend has Version 12 on a MAC.
    E-mailed him a file.
    He could not open, and a message box popped up:   "The project is not compatible with the current version of Premiere Elements".
    Could someone kindly asssit, this does not make sense as to why it is not opening, since both computers are using the same version.
    Thank you,
    Ben
    [email protected]

    Ben
    As said, you cannot open a Premiere Elements 12 Windows project file (named project.prel) in Premiere Elements 12 Mac. And vice versa.
    Details
    Given that your source is imported into a Premiere Elements 12 Windows project and placed on its Timeline for edit. That Timeline content cannot get out of the program without export. Export choices are found in the Publish+Share section of the program.
    In your case, you want to take the Timeline content of Premiere Elements 12 Windows and export it to a format with which Premiere Elements 12 Mac supports (look at .mov or .mp4). In this regard, in Premiere Elements 12 Windows look at Publish+Share/Computer/AVCHD and one of its .mp4 presets or Publish+Share/Computer/QuickTime and one of its .mov presets (suggested H.264 video codec).
    Those exports will be saved to the computer hard drive of the Windows computer. Then email the .mov or .mp4 file (beforehand, check the
    email carrier's specification for that). Depending on the circumstances, you could transfer the file to a USB Flash Drive for the sharing.
    Remember, sharing the .mov and .mp4 involves "whole" video. Depending on the edits, the video may need to be cut by the receipent. You are not dealing with the project file. The story would be different if this sharing and editing is done from Premiere Elements Windows to Premiere Elements Windows. And, if that were the case, then you would have to assure that the source media of the project traveled with the project file. (See Project Archiver feature of the program.)
    That is a rough sketch of the situation. I can fine tune the details further if necessary.
    Please review and consider.
    Thanks.
    ATR

  • Encoder opens and  project is not added to the render (bug with several plugins)

    if i apply Neat Video Plugin in After Effects
    and send to the renderer in the media encoder
    Encoder opens and the project is not added to the render
    if i remove this plugin in Ae
    and again send to render it all works!
    What's the problem?
    Last Ae cc 2014 and Encoder
    Maveriks 10.9.3

    Sorry, I didn't really hit the problem with this post.
    I had just downloaded 9.0.3.2 and was trying to check if some critical problems we had were indeed fixed in the patch. As I realized myself later, my assumptions were wrong (but not the final results, unfortunately).
    After another couple of days of debugging, I was able to identify the real problem, which I posted in BC4J: association accessor problem
    As you can notice from the other thread, the issue is not that the entity row is not added to the cache (this is false), but that a second use of the association accessor will not "see" the new row - took me some time to understand the "slight" difference ;)
    Maybe you could check that issue and suggest me a workaround...
    TIA,
    Adrian

  • [svn:fx-trunk] 14139: Fix for Player classes not code hinting  to framework FB projects.

    Revision: 14139
    Revision: 14139
    Author:   [email protected]
    Date:     2010-02-11 16:36:39 -0800 (Thu, 11 Feb 2010)
    Log Message:
    Fix for Player classes not code hinting  to framework FB projects. Changed all the $ tokens to use $ instead. While the compiler understands $, Flash Builder's code model does not.
    No code changes.
    QE notes: N/A
    Doc notes: N/A
    Bugs: None
    Reviewer: Pete
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/flex/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/osmf/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/textLayout/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties

  • [svn:fx-trunk] 16929: Add a [Mixin] class that will register the required class aliases in the event the mxml compiler generation   [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework .

    Revision: 16929
    Revision: 16929
    Author:   [email protected]
    Date:     2010-07-15 07:38:44 -0700 (Thu, 15 Jul 2010)
    Log Message:
    Add a class that will register the required class aliases in the event the mxml compiler generation  [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework.
    Add a reference to this class in the RPCClasses file so it always gets loaded.
    QE notes: Need a remoting and messaging regression test that doesn't use Flex UI.
    Bugs: Watson bug 2638788
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/RPCClasses.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RpcClassAliasInitializer.as

    Great exercise to document the problem like this.  It got me thinking about how an app with modules would be different from an app that does not use modules.  Solution: I moved the dummy reference of PersonPhotoView out to the main application file (as opposed to being inside the module) and it worked.  I've probably been lucky not to have experienced this problem earlier, because for most other entities I have an instance attached to my model which is linked / compiled with the main application.

  • [svn:fx-trunk] 12077: Although Spark RichText does not support link formats , modifying compiled FXG to not generate ActionScript code that will cause compile time exceptions .

    Revision: 12077
    Revision: 12077
    Author:   [email protected]
    Date:     2009-11-20 18:16:32 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Although Spark RichText does not support link formats, modifying compiled FXG to not generate ActionScript code that will cause compile time exceptions.
    Removing references to Flex Builder 3 in RPC.
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-24305 - Link format property nodes cause errors on RichText in FXG 2.0
    SDK-24322 - A couple references to Flex Builder 3 in Flex 4 LangRef (and code comments)
    Reviewer: Deepa
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24305
        http://bugs.adobe.com/jira/browse/SDK-24322
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

  • [svn:fx-trunk] 10151: Modified the Channel.applySettings() ASDoc comment.

    Revision: 10151
    Author:   [email protected]
    Date:     2009-09-11 06:20:44 -0700 (Fri, 11 Sep 2009)
    Log Message:
    Modified the Channel.applySettings() ASDoc comment. Removed the XML snippet for the method parameter, which wasn't relevant to the primary way this method is used. This method is primarily used in our channel subclasses to add settings specific to those channels and then call super to get the base channel settings. If a developer creates a custom channel class, the developer could use it in the same way, but would be setting the applySettings() method on the custom channel class with properties specific to the custom channel implementation. This change addresses bug BLZ-294.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-294
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Channel.as

  • [svn:fx-trunk] 4964: Modify AccImpl.as to add @private to ?\226?\128? \156protected final function $eventHandler(event:Event):void?\226?\128? \157 to work around an ASdoc bug.

    Revision: 4964
    Author: [email protected]
    Date: 2009-02-16 09:41:50 -0800 (Mon, 16 Feb 2009)
    Log Message:
    Modify AccImpl.as to add @private to ?\226?\128?\156protected final function $eventHandler(event:Event):void?\226?\128?\157 to work around an ASdoc bug. i will remove it when the bug gets fixed.
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as

    I forgot to write down my computer specs:
    iMac 27 Mid 2011
    2.7 GHz Intel Core i5
    4 GB 1333 MHz DDR3
    AMD Radeon HD 6770M 512 MB
    OS X 10.9.2

  • [svn:fx-trunk] 12722: add framework. swc in the external lib path in order to build a proper bundle

    Revision: 12722
    Revision: 12722
    Author:   [email protected]
    Date:     2009-12-09 09:28:36 -0800 (Wed, 09 Dec 2009)
    Log Message:
    add framework.swc in the external lib path in order to build a proper bundle
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: no
    Tests run: ct
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml

    Thats good news.

  • [svn:fx-trunk] 13035: Updating automation project to latest p4 changes.

    Revision: 13035
    Revision: 13035
    Author:   [email protected]
    Date:     2009-12-16 23:35:16 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Updating automation project to latest p4 changes.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation/manifest_automation.xml
        flex/sdk/trunk/frameworks/projects/automation/src/AutomationClasses.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AdvancedDataGridSel ectedCellCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ArrayPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AssetPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AutomationObjectPro pertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ChartItemCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ColorPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DatePropertyCodec.a s
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DateRangePropertyCo dec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DateScrollDetailPro pertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DefaultPropertyCode c.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/HitDataCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/IAutomationProperty Codec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/KeyCodePropertyCode c.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/KeyModifierProperty Codec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ListDataObjectCodec .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/RendererPropertyCod ec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ScrollDetailPropert yCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ScrollDirectionProp ertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/TabObjectCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/TriggerEventPropert yCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/DragManagerAuto mationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/DragManagerAuto mationImplGlobal.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/TextFieldAutoma tionHelper.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Acco rdionAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Appl icationAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/BoxA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Canv asAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Divi dedBoxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Form AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Form ItemAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Pane lAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/TabN avigatorAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/View StackAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/AlertA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/AlertF ormAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Button AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Button BarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/CheckB oxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ColorP ickerAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ComboB aseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ComboB oxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DataGr idAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DataGr idItemRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DateCh ooserAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DateFi eldAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/LabelA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/LinkBa rAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListBa seAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListBa seContentHolderAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuBa rAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuBa rItemAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/NavBar AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Numeri cStepperAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/PopUpB uttonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Progre ssBarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/RadioB uttonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/SWFLoa derAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Scroll BarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Slider AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TextAr eaAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TextIn putAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TileBa seAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TileLi stItemRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Toggle ButtonBarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ToolTi pAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TreeAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TreeIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/VideoD isplayAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/ContainerA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/RepeaterAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/ScrollCont rolBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/UIComponen tAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/UITextFiel dAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AdvancedDataGridHe aderShiftEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AdvancedDataGridIt emSelectEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationAirEvent .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationCustomRe playEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationDragEven t.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationDragEven tWithPositionInfo.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationRecordEv ent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationReplayEv ent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/ChartSelectionChan geEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/EventDetails.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/ListItemSelectEven t.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/MarshalledAutomati onEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/MenuShowEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/TextSelectionEvent .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AdvancedDataG ridTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AdvancedListB aseTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AxisRendererT abularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/CartesianChar tTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ChartBaseTabu larData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ChartSeriesTa bularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ContainerTabu larData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/DataGridTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ListBaseTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ListTabularDa ta.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/MenuBarTabula rData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/OLAPDataGridT abularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/TileBaseTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/TreeTabularDa ta.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/core/Version.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/automation/bundles.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/collections.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/datamanagement.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/formatters.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/qtp_air.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/styles.properties

  • [svn:bz-trunk] 18054: Modify Tomcat 6.0.26 for BlazeDS

    Revision: 18054
    Revision: 18054
    Author:   [email protected]
    Date:     2010-10-07 04:11:41 -0700 (Thu, 07 Oct 2010)
    Log Message:
    Modify Tomcat 6.0.26 for BlazeDS
    Modified Paths:
        blazeds/trunk/servers/apache-tomcat-6.0.26/bin/catalina.bat
        blazeds/trunk/servers/apache-tomcat-6.0.26/bin/catalina.sh
        blazeds/trunk/servers/apache-tomcat-6.0.26/bin/digest.sh
        blazeds/trunk/servers/apache-tomcat-6.0.26/bin/setclasspath.sh
        blazeds/trunk/servers/apache-tomcat-6.0.26/bin/shutdown.sh
        blazeds/trunk/servers/apache-tomcat-6.0.26/bin/startup.sh
        blazeds/trunk/servers/apache-tomcat-6.0.26/bin/tool-wrapper.sh
        blazeds/trunk/servers/apache-tomcat-6.0.26/bin/version.sh
        blazeds/trunk/servers/apache-tomcat-6.0.26/conf/catalina.properties
        blazeds/trunk/servers/apache-tomcat-6.0.26/conf/context.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/conf/server.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/conf/tomcat-users.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/conf/web.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/WEB-INF/web.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/index.html
    Added Paths:
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/blazeds-spring.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/blazeds-spring.xml.install
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/blazeds.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/blazeds.xml.install
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/ds-console.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/ds-console.xml.install
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/qa-manual.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/qa-regress.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/samples-spring.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/samples-spring.xml.install
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/samples.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/samples.xml.install
        blazeds/trunk/servers/apache-tomcat-6.0.26/Catalina/localhost/team.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/build.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/activation-1.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/activeio-core-3.1.2.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/activemq-camel-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/activemq-console-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/activemq-core-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/activemq-jaas-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/activemq-protobuf-1.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/activemq-web-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/camel-core-2.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/camel-jetty-2.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/camel-jms-2.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/camel-spring-2.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/commons-beanutils-1.6.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/commons-dbcp-1.2.2.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/commons-logging-1.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/commons-pool-1.5.4.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/geronimo-j2ee-management_1. 0_spec-1.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/geronimo-jms_1.1_spec-1.1.1 .jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/geronimo-jta_1.0.1B_spec-1. 0.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/jaxb-api-2.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/jaxb-impl-2.1.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/kahadb-5.3.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/org.osgi.core-4.1.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-aop-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-beans-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-context-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-core-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-jms-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-osgi-core-1.2.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-oxm-tiger-1.5.8.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-tx-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-web-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/spring-webmvc-2.5.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/stax-1.2.0.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/stax-api-1.0.1.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/lib/activemq-5.3.1/xbean-spring-3.6.jar
        blazeds/trunk/servers/apache-tomcat-6.0.26/localhost.keystore
        blazeds/trunk/servers/apache-tomcat-6.0.26/logs/
        blazeds/trunk/servers/apache-tomcat-6.0.26/logs/safeToDelete.tmp
        blazeds/trunk/servers/apache-tomcat-6.0.26/tomcat-users.xml.install
    Removed Paths:
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/RELEASE-NOTES.txt
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/asf-logo-wide.gif
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/build.xml
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/favicon.ico
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/index.jsp
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/tomcat-power.gif
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/tomcat.gif
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/ROOT/tomcat.svg
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/docs/
        blazeds/trunk/servers/apache-tomcat-6.0.26/webapps/examples/

    The command that seems to be causing problems for Exchange is this one:
    A4 APPEND "Sakai-Dev List" (\Deleted \Seen NonJunk) "21-Aug-2007 16:37:20 -0400" {7024+}
    As far as I can see, there's nothing wrong with the syntax of that command.
    My first guess is that Exchange is unhappy with the flags. Possibly
    it refuses to append a message with the \Deleted flag set. If you're
    willing to modify the flags in the source mailbox, I would try turning
    off the DELETED flag. Or, try not copying deleted messages.
    If that doesn't work, the next thing to try is to get rid of all of the
    flags. You might want to copy the message into a local copy
    in order to lose all the flags from the original.

  • [svn:fx-trunk] 14017: Fix for icons being off-center in the wireframe CheckBox and RadioButton.

    Revision: 14017
    Revision: 14017
    Author:   [email protected]
    Date:     2010-02-05 16:16:37 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Fix for icons being off-center in the wireframe CheckBox and RadioButton. The icon was not being vertically centered.
    QE notes: No
    Doc notes: No
    Bugs: SDK-25304
    Reviewer: Jason
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25304
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/RadioButtonSkin.mx ml

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

  • [svn:fx-trunk] 9180: When another popup is going away as the alert is going up, the Alert can get validated inside of addPopUp and its centering logic never got the event it expected .

    Revision: 9180
    Author:   [email protected]
    Date:     2009-08-07 15:11:43 -0700 (Fri, 07 Aug 2009)
    Log Message:
    When another popup is going away as the alert is going up, the Alert can get validated inside of addPopUp and its centering logic never got the event it expected.
    add the event listener earlier so it is ready if we get validated inside addPopUp
    QE Notes: versioning/baselines/mp_alert_mask_compatible.png needs updating.  I think the current baseline is incorrect.
    Doc Notes: None
    Bugs: SDK-22819
    Reviewer: darrell
    tests: checkintests mustella/components/alert
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22819
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as

    Hi or2tx2002, 
    We're really sorry to learn of all the equipment issues you've experienced in the last year. In order to discuss your replacement options, I ask that you please PM me with your wireless number, a contact number and a good time to reach you. I will be happy to reach out to you and bring resolution to this matter. 
    Thank you and I look forward to hearing from you soon. Make it a great day! 

  • [svn:fx-trunk] 11540: Adding a bunch of ASDoc samples for the following classes:

    Revision: 11540
    Author:   [email protected]
    Date:     2009-11-06 14:27:40 -0800 (Fri, 06 Nov 2009)
    Log Message:
    Adding a bunch of ASDoc samples for the following classes:
        ColorBurnShader.as
        ColorDodgeShader.as
        ColorShader.as
        ExclusionShader.as
        HueShader.as
        LuminosityMaskShader.as
        LuminosityShader.as
        SaturationShader.as
        SoftLightShader.as
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/Colo rBurnShader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/Colo rDodgeShader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/Colo rShader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/Excl usionShader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/HueS hader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/Lumi nosityMaskShader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/Lumi nosityShader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/Satu rationShader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/shaders/Soft LightShader.as

Maybe you are looking for

  • HOW TO Change behaviour of attendance type

    Hi guys, I have a question for you: - I have an attendance "9500 Extra Time", for overtime, introduced through IT 2002, which belongs to attendance type "O" (Overtime). When time schema is executed, attendances of this type are added to table TIP (6t

  • Photoshop CS2 on more than one computer?

    Hi all, I am wondering if I can install Photoshop CS2 on my new laptop with has 320 GB hard drive, in addition to having it on my desktop?  I currently have it installed on my desktop with only 120 GB hard drive.  I also just bought a Western Digital

  • How to set songs as a ring tone to iPhone?

    Hello : Is it possible to use songs/ other ringtones (other than iPhone preset ringtones) as a ringtone for iPhone 4S?

  • PROBLEM IN JCHECKBOX FOCUS

    hi i don't get focus on checkbox.I need focus on the checkbox not on the text with it.what should i do?i sending my code please help me. public class SECOND extends javax.swing.JFrame { public SECOND() { initComponents(); setSize(500, 500); this.setD

  • I have problems with my payment.

    It says always that security code is wrong and I don't get it. I have tried Visa and Mastercard and nothings working. I can't bye even free apps. Im from Finland! Please help me..