[svn:bz-trunk] 14749: Change tests to use fully qualified hostname of flexteam.corp.adobe. com as flexteam was not resolving on all regression boxes.

Revision: 14749
Revision: 14749
Author:   [email protected]
Date:     2010-03-14 05:43:14 -0700 (Sun, 14 Mar 2010)
Log Message:
Change tests to use fully qualified hostname of flexteam.corp.adobe.com as flexteam was not resolving on all regression boxes.
Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/proxyService/202863/bug202863Doc Lit.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/proxyService/202863/bug202863Rpc Enc.mxml

Similar Messages

  • [svn:fx-trunk] 11027: Changes to enable using multiple style managers.

    Revision: 11027
    Author:   [email protected]
    Date:     2009-10-20 08:50:09 -0700 (Tue, 20 Oct 2009)
    Log Message:
    Changes to enable using multiple style managers.
    Multiple style managers are not the default yet. Can be enabled by compiling with -create-style-manager.
    QE notes: None.
    Doc notes: None.
    Bugs:
    Reviewer: Alex, Paul
    Tests run: checkintests, all mustella
    Is noteworthy for integration: Yes.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridItem Renderer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/BusyCursor.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/BusyCursor.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension. java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.vm
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/MxmlConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/tools/dependencychecker/flex/tools/dependencychecker/FrameworkSwcDependenc yRules.java
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSMergedStyleDeclaration.as

    add type: 'random', to the script below and see what, IF anything happens. I've added after fit: and height: (see below)
    <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow         slideshowAddCaption=false;
    $(document).ready(function() {
    $('#slideshow').cycle({
      after:   slideshowOnCycleAfter, //the function that is triggered after each transition
      autostop:   false,     // true to end slideshow after X transitions (where X == slide count)
      fx:    'fade,',// name of transition effect
      pause:   true,     // true to enable pause on hover
      randomizeEffects: false,  // valid when multiple effects are used; true to make the effect sequence random
      speed:   2000,  // speed of the transition (any valid fx speed value)
      sync:   false,     // true if in/out transitions should occur simultaneously
      timeout:  5000,  // milliseconds between slide transitions (0 to disable auto advance)
      fit:   false,
    type: 'random',
      height:     '600px',
      width:         '0px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
    if (slideshowAddCaption==true){
       $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>

  • [svn:fx-trunk] 7743: Moving away from using namespace qualifiers in most cases in the SDK.

    Revision: 7743
    Author:   [email protected]
    Date:     2009-06-11 06:53:10 -0700 (Thu, 11 Jun 2009)
    Log Message:
    Moving away from using namespace qualifiers in most cases in the SDK.  We've run into a few cases now where the use of qualifiers in code that is called excessively can slow things down.
    Bugs: SDK-21337
    Reviewer: Ryan, Paul
    QE Notes: None
    Tests: Ran several random Mustella test groups, checkintests.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21337
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FlexNativeMenu.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/HTML.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/fileSystemClasses/FileSys temDataGridNameColumnRenderer.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemChildrenLis t.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemRawChildren List.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Application.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/ButtonBarButton.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/RadioButtonGroup.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/DropDownCont roller.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ItemRenderer .as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/SkinnableCom ponent.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Slider.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AddAction.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/MotionPath.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/SetActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/default/ErrorSkin.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/default/FocusSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ModifiedCollectionView.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridRow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HDividedBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/CanvasLayou t.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintC olumn.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintR ow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridItem Renderer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/textClasses/TextRange.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/DefaultDataDescr iptor.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalColl ectionView.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentGlobals.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/CompositeEffect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Dissolve.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/MaskEffect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ActionEffectIns tance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddChildActionI nstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AnimateProperty Instance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/CompositeEffect Instance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/DissolveInstanc e.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/FadeInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MaskEffectInsta nce.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MoveInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveChildActi onInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetPropertyActi onInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetStyleActionI nstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SoundEffectInst ance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/TweenEffectInst ance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ZoomInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateFormatter.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/InitLocalConnection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/MainLocalConnection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemChildrenList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemRawChildrenList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/marshalClasses/MarshalPopUpD ata.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/MarshallPlan.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceBundle.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserIndicator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PanelSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpMenuIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/states/RemoveChild.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LoaderUtil.as
        flex/sdk/trunk/frameworks/projects/framework_textLayout/src/mx/controls/dataGridClasses/T LFDataGridItemRenderer.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.vm

    Revision: 7743
    Author:   [email protected]
    Date:     2009-06-11 06:53:10 -0700 (Thu, 11 Jun 2009)
    Log Message:
    Moving away from using namespace qualifiers in most cases in the SDK.  We've run into a few cases now where the use of qualifiers in code that is called excessively can slow things down.
    Bugs: SDK-21337
    Reviewer: Ryan, Paul
    QE Notes: None
    Tests: Ran several random Mustella test groups, checkintests.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21337
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FlexNativeMenu.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/HTML.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/fileSystemClasses/FileSys temDataGridNameColumnRenderer.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemChildrenLis t.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemRawChildren List.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Application.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/ButtonBarButton.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DropDownList.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/RadioButtonGroup.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/DropDownCont roller.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ItemRenderer .as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/SkinnableCom ponent.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Slider.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AddAction.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/MotionPath.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/SetActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/default/ErrorSkin.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/skins/default/FocusSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ModifiedCollectionView.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridRow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HDividedBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/CanvasLayou t.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintC olumn.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintR ow.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridItem Renderer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/textClasses/TextRange.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/DefaultDataDescr iptor.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalColl ectionView.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentGlobals.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/CompositeEffect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Dissolve.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/MaskEffect.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ActionEffectIns tance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddChildActionI nstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AnimateProperty Instance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/CompositeEffect Instance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/DissolveInstanc e.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/FadeInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MaskEffectInsta nce.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MoveInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveChildActi onInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetPropertyActi onInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetStyleActionI nstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SoundEffectInst ance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/TweenEffectInst ance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ZoomInstance.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateFormatter.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/InitLocalConnection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/MainLocalConnection.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemChildrenList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemRawChildrenList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/marshalClasses/MarshalPopUpD ata.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/MarshallPlan.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceBundle.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserIndicator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PanelSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpButtonSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpMenuIcon.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/states/RemoveChild.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LoaderUtil.as
        flex/sdk/trunk/frameworks/projects/framework_textLayout/src/mx/controls/dataGridClasses/T LFDataGridItemRenderer.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.vm

  • [svn:fx-trunk] 13288: Changing the workaround for custom whitespace preservation in spark components in order to cater for fixes to SDK-24699 and SDK-24611 .

    Revision: 13288
    Revision: 13288
    Author:   [email protected]
    Date:     2010-01-05 15:21:57 -0800 (Tue, 05 Jan 2010)
    Log Message:
    Changing the workaround for custom whitespace preservation in spark components in order to cater for fixes to SDK-24699 and SDK-24611.
    We now preserve whitespace for all of the spark "text" tags at compile time (but not only-whitespace content if an alternate text attribute was specified).
    QE notes: Please ensure that whitespace preservation continues to work, including for the scenarios mentioned in previous issues SDK-22601, SDK-23160, SDK-23972.
    Doc notes: N/A
    Bugs:
    SDK-24699 - Binding does not work with Spark TextInput "text" property
    SDK-24611 - MXML compiler should preserve whitespace in FlowElement tags (such as
    Reviewer: Paul
    Tests run: checkintests, mustella RichText, List, TextArea (the 2 baseline position failures existed prior to these changes)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24699
        http://bugs.adobe.com/jira/browse/SDK-24611
        http://bugs.adobe.com/jira/browse/SDK-22601
        http://bugs.adobe.com/jira/browse/SDK-23160
        http://bugs.adobe.com/jira/browse/SDK-23972
        http://bugs.adobe.com/jira/browse/SDK-24699
        http://bugs.adobe.com/jira/browse/SDK-24611
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/Node.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:bz-trunk] 9368: exclude test for bug blz-408

    Revision: 9368
    Author:   [email protected]
    Date:     2009-08-18 10:39:47 -0700 (Tue, 18 Aug 2009)
    Log Message:
    exclude test for bug blz-408
    Ticket Links:
        http://bugs.adobe.com/jira/browse/blz-408
    Modified Paths:
        blazeds/trunk/qa/features/excludes.properties

  • I did everything lllaass suggested and removed most of the itunes related components, but when I tried to remove itunes, I got the message, "The feature you are trying to use is on a network resource that is unavailable" so I was not able to uninstall it.

    I did everything lllaass suggested and removed most of the itunes related components, but when I tried to remove itunes, I got the message, "The feature you are trying to use is on a network resource that is unavailable" so I was not able to uninstall it.

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page).
    http://majorgeeks.com/download.php?det=4459
    Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • When i try to install my copy of photoshop elements 1.0.1 , get the answer to install internet explorer 4.0 or more, but i use the firefox browser. by the way, the internet explorer installation was not successful with my windows 8. What can I do?

    when i try to install my copy of photoshop elements 1.0.1 , get the answer to install internet explorer 4.0 or more, but i use the firefox browser. by the way, the internet explorer installation was not successful with my windows 8. What can I do?

    Photoshop Elements 1.0.1 seems like very old software 2001 I believe.  Try asking in the Elements maybe someone there will be able to answer your question. Photoshop Elements

  • Rman convert datafile not using fully qualified filename on ASM

    We are migrating one TS from 10g standalone to 11g RAC database using transportable tablespace feature.
    I have a question regarding the file naming convention on ASM that we are observing on the target (11g RAC on ASM) - while all datafiles get created using fully qualified filenames (/_DATA_DG01/abc/xyx/filename.123.456789 sort of), all my converted files from 10g (solaris to linux) get named as +DATA_DG01/filedata01.dbf (filedat01.dbf being the original name). i.e. it is not following the regular ASM naming convention -
    $(oracle)> rman target / @convertdat04.cmd
    where convertdat04.cmd is:
    CONVERT datafile "/NFSpath/filedat04.dbf" TO PLATFORM = "Linux x86 64-bit" FROM PLATFORM= "Solaris[tm] OE (64-bit)" DB_FILE_NAME_CONVERT = "/NFSpath/", "+DATA_DG01/";
    Any clues where I might be going wrong?

    I was looking at the alias name which was aautomatically reated with same name as file name.
    Actually it was picking up the OMF format for fully qualified file names.
    I used asmcmd to verify the locations.

  • My Adobe Acrobat upadte failed w Error 1321 The installer has insufficinet privileges to modify file....  I followed the Adobe online instructions to change the advance settings. Now trying to reinstall my Adobe Acrobat but I do not see the download optio

    My Adobe Acrobat update failed w Error 1321 The installer has insufficient privileges to modify file....  I followed the Adobe online instructions to change the advance settings.
    Now trying to reinstall my Adobe Acrobat but I do not see the download option when I sign in to my Adobe account.  Please help.
    Also want to confirm that I uninstall my Adobe Acrobat before REinstalling.

    error 1321 the installer has insufficient privileges to modify this file c:\program files\adobe\reader 11.0\reader\arh.exe....also i tried reinstall but still receive error message...
    error 1321 the installer has insufficient privileges to modify this file c:\program files\adobe\reader 11.0\reader\arh.exe
    need your help please

  • Record about my phone (bought in Verizon store and connected to Verizon for 4 years) has been corrupted and now I can not make any changes to my data plan. Several sessions with the technical support and management have not resolved this issue. Each time

    Record about my phone (bought in Verizon store and connected to Verizon for 4 years) has been corrupted and now I can not make any changes to my data plan. Several sessions with the technical support and management have not resolved this issue. Each time technical people and top managers promised that this issue will be resolve tomorrow and they will cal me. Nothing happend!! I can not even cancel my service not just to upgrade it. Completely locked. 
    Any advice?
    Thanks.
    Alex.

    Cannot figure out what your talking about since it makes no sense.
    If you are the account owner you can go to the My Verizon web portal http://www.verizonwireless.com
    You must log in with your cell number and your my Verizon portal password. Not the account pin.
    Once there you can change your plan and services. However repeated incorrect login attempts will lock you out of the site. It a fraud prevention measure.
    1-800-922-0204 call support with your cell number and or account number and account pin and they can assist you.
    If you don't have the information then there is nothing they can do.
    If you can verify who you are they may be able to reset your account access. But only if you are the account owner.
    Good Luck

  • [svn:fx-trunk] 10216: Change Label verticalAlign to use "top" if there is too much text.

    Revision: 10216
    Author:   [email protected]
    Date:     2009-09-13 08:20:06 -0700 (Sun, 13 Sep 2009)
    Log Message:
    Change Label verticalAlign to use "top" if there is too much text.  RichText already works this way.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20589
    Reviewer: Gordon
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/GraphicsTags
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20589
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 10144: Change Label verticalAlign to use "top" if there is too much text.

    Revision: 10144
    Author:   [email protected]
    Date:     2009-09-10 18:46:11 -0700 (Thu, 10 Sep 2009)
    Log Message:
    Change Label verticalAlign to use "top" if there is too much text.  RichText already works this way.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20589
    Reviewer: Gordon
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20589
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 5061: Changed the skin to use hostComponent rather than fxComponent so that binding happens on a strongly typed instance .

    Revision: 5061
    Author: [email protected]
    Date: 2009-02-24 14:18:51 -0800 (Tue, 24 Feb 2009)
    Log Message:
    Changed the skin to use hostComponent rather than fxComponent so that binding happens on a strongly typed instance. By doing this we save the overhead of calling describeType() and doing RTTI. Also updated the backgroundColor to be cast to uint until the getter/setter is updated to return that (currently it is object)
    QE: No
    Doc: No
    Checkintests: Pass
    Reviewer: Ryan F & Glenn
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxApplicationSkin.mxml

    Revision: 5061
    Author: [email protected]
    Date: 2009-02-24 14:18:51 -0800 (Tue, 24 Feb 2009)
    Log Message:
    Changed the skin to use hostComponent rather than fxComponent so that binding happens on a strongly typed instance. By doing this we save the overhead of calling describeType() and doing RTTI. Also updated the backgroundColor to be cast to uint until the getter/setter is updated to return that (currently it is object)
    QE: No
    Doc: No
    Checkintests: Pass
    Reviewer: Ryan F & Glenn
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxApplicationSkin.mxml

  • [svn:fx-trunk] 10459: Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking , etc.

    Revision: 10459
    Author:   [email protected]
    Date:     2009-09-21 08:42:44 -0700 (Mon, 21 Sep 2009)
    Log Message:
    Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking, etc.
    Improving revision 10199 a bit, to allow for single line comments.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22027
    Reviewer: Paul
    Tests run: Checking, Compiler cyclones
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22027
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • [svn:fx-trunk] 10358: Change Application. application so it can return spark Applications and spark WindowedApplications .

    Revision: 10358
    Author:   [email protected]
    Date:     2009-09-17 14:18:43 -0700 (Thu, 17 Sep 2009)
    Log Message:
    Change Application.application so it can return spark Applications and spark WindowedApplications.
    Application.application is still deprecated but this change makes the transition to using Spark Applications easier.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-21898
    Reviewer: Gordon
    Tests run: checkintests, Application
    Is noteworthy for integration: no.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21898
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as

    Try setting the stepSize on the slider to 4. That should reduce the jiggle effect.
    Not sure if it helps, but the following way of placing the graphic in the skin means you don't need to use those binding tags. The group within the graphic will automatically scale. (I use 48 as an arbitrary size for the group. But it will always display relative to the size of the button. You may need to adjust the 30 and 8 values to match your original.)
    <s:Graphic left="1" right="1" top="1" bottom="1"  >
    <s:Group width="48" height="48" >
    <s:Rect  horizontalCenter="0" verticalCenter="0" height="30" width="8">
    <s:stroke>
    <s:SolidColorStroke color="0x000000"/>
    </s:stroke>
    <s:fill>
    <s:SolidColor color="0xff0000"/>
    </s:fill>
    </s:Rect>
    <s:Rect  horizontalCenter="0" verticalCenter="0" height="8" width="30">
    <s:stroke>
    <s:SolidColorStroke color="0x000000"/>
    </s:stroke>
    <s:fill>
    <s:SolidColor color="0xff0000"/>
    </s:fill>
    </s:Rect>
    </s:Group>
    </s:Graphic>

Maybe you are looking for