[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

Similar Messages

  • [svn:fx-trunk] 4982: Moving DataGroup from item based lookup to an index based lookup.

    Revision: 4982
    Author: [email protected]
    Date: 2009-02-16 23:31:05 -0800 (Mon, 16 Feb 2009)
    Log Message:
    Moving DataGroup from item based lookup to an index based lookup. Also, we now cleanup old item renderers when the dataProvider changes. This solves some memory leak problems.
    Because of this, we should now be able to deal with duplicate items again.
    We still need to work on data collection changes in the virtual layout case.
    QE Notes: Please add the tests for dup items back in
    Doc Notes: -
    Bugs: SDK-19245, SDK-18043
    Reviewer: Hans
    tests: checkintests, DataGroup and FxList mustella tests (some new ones failed, but are really due to SDK-19287, and these tests should be excluded to that bug now)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19245
    http://bugs.adobe.com/jira/browse/SDK-18043
    http://bugs.adobe.com/jira/browse/SDK-19287
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as

    GREAT info, but it may be helpful to note that when replacing a portion of the variable "Countries" with a whitespace character, you may cause the workflow to fail in a few specific cases (certain lookup fields will not accept this and will automatically
    cancel).  I only found this out when recreating your workflow on a similar, but much more complex list set.  
    To resolve this issue, I used another utility action (Extract Substring from Index of List) to clear out the whitespace.  I configured it as "Copy from
    Variable: Countries, starting at
    1 (Output to Variable: Countries), which takes care of this issue in those few cases.
    Otherwise, WOW!  AWESOME JOB!  Thanks!  :)

  • [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

  • Hi. I have temporarily moved away from home. I am using a different internet connection, and I have lost my bookmarks. How do I get them back?

    Hi. I have temporarily moved away from home. I am using a different internet connection, and I have lost my bookmarks. How do I get them back?

    Generally speaking, your bookmarks are private to your computer, and if you set up multiple Firefox profiles on your computer, to the one profile.
    Your bookmarks might be available to you at another location if you used the Sync service. In order to connect a new computer to the Sync service when you aren't near your old computer, you need a recovery key. https://support.mozilla.org/en-US/kb/share-bookmarks-tabs-and-more-your-other-computers#w_what-if-im-not-near-my-first-computer
    If you didn't use Sync or can't access your account, someone with access to your old computer could email you your bookmarks. Since there is a range of different ways to do that and the best choice might depend on what you can expect the person you ask to be able to do... could they start up Firefox in your profile and follow menu steps to export a file? Could they drill down into a hidden folder on the system, zip a file, and mail that to you? Etc.

  • Moving Away From Auto Modes

    Moving Away From Auto-Exposure   
    Exposure modes
    Auto-exposure mode on your camera does provide generally good photographs, but taking full advantage of the more advanced capabilities of your digital camera will provide even better results. Most modern camera’s have a number of preset exposure modes, and some more advanced cameras’ (especially DSLR’s) have two semi-manual exposure modes and full manual exposure control.
      Portrait mode
    The most common preset is the portrait setting. This mode should have the flash on at all times in case it is needed for correct exposure, as well as isolating the subject in a way that the background and foreground are out of focus and only the subject is in focus.
    Action mode
    Another common preset is the action setting. As the name implies this is a great setting to use if you are photographing sports, or any subject that is moving fast and you want to stop its action.
    Landscape mode
    Landscape preset is also a common preset mode on modern cameras. This mode should have the flash off since the subject is most often outside and well lit, and this mode should also keep detail in the foreground and especially the background in focus.
    Macro mode
    For those of you that like taking images of small subjects (i.e. flowers) most digital cameras also have a preset called macro mode. Macro mode should have the flash on at all times since at higher magnifications even the slightest movement of the subject will blur the image. The flash not only effectively stops the movement of the subject but also evenly illuminates the subject.
    Night mode
    Night mode as the name implies is a preset some camera’s have for taking photographs at night. This mode is generally the least useful preset due to the fact that nighttime photography is perhaps the most challenging photography there is. This mode will turn the flash off, and also turn what’s called noise reduction on. Noise reduction is a setting that helps eliminate the digital noise that is caused by low levels of light on digital camera sensors.
    Semi-manual modes
    Most DSLR’s and some more advanced point and shoot cameras have two semi-manual modes and full manual mode. The semi-manual modes are aperture priority which generally controls what is in focus by adjusting the aperture (the size of the opening in the lens), and shutter priority controls how long the shutter is open which either will blur the image or stop action. The last mode is full manual which allows the user to control both the shutter and the aperture to get the correct exposure allowing the greatest creative control over your images, but requiring the most expertise.
    Moving Away From Auto-Flash   
    Turn off your Auto-Flash
    Most digital camera’s while set on auto-flash, especially point and shoot cameras, don’t allow the user to choose when the flash is on or off. This will usually produce adequately exposed images, but just because your subject is correctly exposed doesn’t mean it’s lighted how it should be. Controlling how you light your subject will make the difference between good images and great ones. To do this you should definitely consider moving away from auto-flash.
    Fill Flash
    When shooting outdoors the camera might read that there is enough light and not fire the flash, but if your shooting a subject that is back lit or top lit a small amount of flash will light up your subject and provide superior results ( this is called fill flash ).
    Red eye reduction
    Another flash setting that most cameras provide is red eye reduction. This setting will fire a series of flashes at your subject to contract their pupils so the flash doesn’t reflect the red from their retinas back to the sensor. This mode works fairly well, but due to the time needed for the pre flashes your subject often will have changed by the time the image is actually taken.
    Allan
    Community Connector
    Best Buy® Corporate
    Allan|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

    Hey Gabriel,
    You don't have to feel sorry.
    I'm sorry that you feel sorry to people who dislike your products.
    Could you tell me how to precompile JSP files and deploy? And, I would like to turn off JSP compilation functionality on live servers completely.
    What's the benefit of using database pm? I'm aware of tarpm bug where it deletes data tar files during tarpm optimization and index merge. Does databasepm have the same problem?
    If I use databasepm, can I be free from regular maintainance such as datastore garbage collection, tarpm optimization..etc? I find it very difficult to run such maintainance scripts on a live server where the repository is heavily utilized 24/7.
    I wouldn't mind shutting down the server and run those maintanence offline. Actually, it would be much better if I could run through maintanance offline.
    Also, I heard that there is a bug for share nothing clustering for CQ5.4. I'm not sure if this is jackrabbit bug. If CQ instances are all clustered and I can take one out at a time for offline maintance, it would be superb.
    And, what about backups and restoration? Why aren't there set of maintenance scripts? There are documentations with script snippets on knowledgebase... But why aren't there official maintenance tools?
    And, where is a book? There are documentations that explain what dispatcher is, what repository is, how to develop custom components, how to configure repositories, ... etc. But why isn't there a book that covers architecture for production site, application development practices, maintenance know-hows?
    Does this all mean that Adobe does not care for CQ, and it will not pursue CQ as a viable technology stack for ADEP WEM? (which will be an excellent news by the way).
    Or is it Adobe's scheme to monetize support  (less publicaly available documents/books.. more support tickets)?

  • Phone works great but when on a call proximity sensor kicks in turns off the screen. When I pull the phone away from my head screen is still blank. The force hangup/lock is the only way to bring the screen back on

    hi,
    phone works great but when on a call proximity sensor kicks in turns off the screen. When I pull the phone away from my head screen is still blank. The force hangup/lock is the only way to bring the screen back on.
    I purchaged it before one month onl. So i wont understand how it comes. Please help me. I am waiting for you reply.

    "Your face is so ugly, it broke your phone!" Ha ha. Get it? How I was joking there? About your iPhone not working correctly after... <sigh>
    But seriously, you said the situation only happens when you have been on a long call, so maybe the iPhone is just autolockng?

  • Moving Away from MobileMe...how?

    So I am trying to figure out what to do with my website published through iWeb and MobileMe, since Apple is discontinuing MobileMe and moving everything to iCloud.
    Currently, I have a domain name that I purchased through Go Daddy that I have my web.me.com website forward to (or the other way around, I can't quite remember).  I have read this article but I'm still unclear as to what product I will now have to buy to replace MobileMe as the web host.  I want to continue to use iWeb to edit my website and the domain name that I purchased.  Is this what I should be looking for?  Any recommendations for (cheap) hosting welcome. I don't need things like a hundred email addresses or fancy templates, since I'll just be using iWeb (I am using version 3.0.1, but I'm going to have to upgrade to Lion soon). 
    Thanks!

    I have a domain name that I purchased through Go Daddy...
    since there seems to be a few different types and packages
    look at godaddy's linux web hosting packages, their hosting can be as low as $4/mth.
    linux web hosting provides ftp server on server side, which iweb can upload your site to without extra apps - iweb use panic inc's transmit ftp framework for client side ftp.
    stay away from window hosting.

  • Moving Away from GoDaddy or MobileMe?

    Although this MacWorld article is mainly written for those who disagree with GoDaddy's policies - and the fact that their CEO goes around killing elephants - it contains a lot of useful info about domain names, what they are and how to transfer them.
    This part should be of interest to all those who are being forced to move from MobileMe...
    "If you’re moving email or a website along with domain hosting, it is absolutely critical that you have your new hosting service completely set up at the new location before you initiate the DNS host move. This will reduce or eliminate any interruption in receiving email or handling visitors at your site. (For some relatively short period, you maintain your website and email with two different providers; after you make the DNS move, some Internet users may reach you through the old provider, and some through the new during that transition time.)
    DNS values are cached by any computer or server that looks up a domain from a period of hours to days. The moment you change a DNS record, you’re in flux as some machines rely on the old, cached information, while others immediately start using the new data."

    I have a domain name that I purchased through Go Daddy...
    since there seems to be a few different types and packages
    look at godaddy's linux web hosting packages, their hosting can be as low as $4/mth.
    linux web hosting provides ftp server on server side, which iweb can upload your site to without extra apps - iweb use panic inc's transmit ftp framework for client side ftp.
    stay away from window hosting.

  • [svn:fx-trunk] 9349: * Added support for using getStyle() in Mxml data binding expressions.

    Revision: 9349
    Author:   [email protected]
    Date:     2009-08-17 11:32:37 -0700 (Mon, 17 Aug 2009)
    Log Message:
    Added support for using getStyle() in Mxml data binding expressions.
      In addition to the existing "function return watcher" data binding
      functionality, we register to listen for style related change events
      when we see a function marked with [Bindable(style="true")].
      UIComponent's and TextGraphicElement's styleChanged() will now
      dispatch events for "getStyle()" FunctionReturnWatchers to handle.
      When null or "styleName" is passed into styleChanged(), we dispatch
      an "allStylesChanged" event.
    QE notes: mxunit test to follow
    Doc notes:
    Bugs: SDK-20394
    Reviewer: Glenn, Pete F, Peter D
    Tests run: checkintests, mxunit databinding
    Is noteworthy for integration: only if you want to start using it.
    Code-level description of changes:
      modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension.java
        Modified generateWatcher() to do the AST equivalent of the
        WatcherSetupUtil.vm change.
      modules/compiler/src/java/flex2/compiler/as3/binding/FunctionReturnWatcher.java
        Removed unused isNew variable and added isStyleWatcher variable.
        Modified shouldWriteSelf() to return true if isStyleWatcher is true.
      modules/compiler/src/java/flex2/compiler/as3/binding/WatcherSetupUtil.vm
        Modified writeFunctionReturnWatcher macro to add a true arg to the
        FunctionReturnWatcher constructor call when isStyleWatcher() is
        true.
      modules/compiler/src/java/flex2/compiler/as3/binding/BindableFirstPassEvaluator.java
        Modified evaluate(Context, MetaDataNode) to skip reporting an
        error for no events when style is true.
      modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingFirstPassEvaluator.java
        Replaced insideCallExpression boolean with callExpressionStack
        Stack.  The "!insideCallExpression" checks were replaced with
        callExpressionStack.isEmpty().
        Modified addBindables() to handle [Bindable(style="true")].
        Made argumentListStack and resetSet more strongly typed.
      frameworks/projects/framework/src/mx/core/UIComponent.as
        Modified styleChanged() to dispatch a "Changed" and "allStylesChanged" from the previous
        parent and add listeners to the new parent when isStyle is true.
        Modified eventHandler to notifyListeners() when isStyle is true.
      frameworks/projects/spark/src/spark/primitives/supportClasses/TextGraphicElement.as
        Similar changes to UIComponent.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20394
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/FunctionReturnWatcher.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/TextGraphicE lement.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableFirstPassEval uator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension. java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingFirstPassE valuator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/FunctionReturnWatcher .java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/WatcherSetupUtil.vm

  • Moving away from EP5.0

    Hello,
    Please could someone assist with advise on our scenario.
    We have a SAP EP5.0 installation that provides an external interface to few handful transactions on SAP R/3 4.6 - via the RFCs.
    But we are now in a situation to move away from EP5.0 while retaining the SAP R/3. The solutions being considered are re-building these few EP screens over the Java, deployed over a J2EE engine and connecting to SAP R/3 via JCo. Is it considered a right solution? Do we really need to buy any SAP Adapters? or SAP JCo is enough?
    Please pardon my ignorous.
    Thanks.

    Hi Jagjit,
    Yes, you can use JCOs in order to serve your purpose.
    But for the right JCO that goes with your EP version, please make sure you go through these SAP NOTES :  549268 and 1077727
    Also, refer to this help doc on how you can make your JCO work.
    http://help.sap.com/saphelp_nw04s/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/frameset.htm
    Architecture
    http://help.sap.com/saphelp_nw04s/helpdata/en/8b/91222fa9e611d6b28f00508b6b8a93/content.htm
    Explore more on this and you would be good to go.
    This is where you can download your JCOs
    https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000463649
    Hope this helps.
    Cheers,
    Sandeep Tudumu

  • Moving away from AppleWorks

    Hi,
    my dad is about to move away from old AppleWorks as no one else can read the format any longer. As he will need to send his documents to PC folks using MS Word is it a bad thing to go for Pages instead of Word 2008 for Mac? He doesn't really care what text editor to use as long as it's easy for him to share his documents with PC folks.
    And what about conversion of his old AppleWorks documents, is this as simple/complex with either of MS Word/Pages?

    http://discussions.apple.com/thread.jspa?threadID=1840603&tstart=0
    Yvan KOENIG (from FRANCE lundi 29 décembre 2008 12:56:14)

  • Moving Away from Frames

    Hi, I'm attempting to move away from frames, but would like to have a webpage that keeps the links always available for the user to easily view off to the side wherever they might be on the site.  What would you suggest??  I've been reading and researching about templates, which is the direction that I'm heading towards to replace frames, but would like a list of available links always visible for the user to easily access. Is this possible? 
    Thank you in advance.
    Anthony

    Templates would allow you to build your navigation in the template page and propagate that navigation to every child page. To change a link you would edit the template page, save it, and your link edits would then be automatically propagated to all child pages of that template. You would then have to upload all the changed child pages to the remote server for those changes to be visible on the web. It is one of the several likely methods to give you this kind of maintenance leverage.
    Another way would be to investigate the use of DW's Library items for your navigation element. Like templates, one change to the Library item would then propagate automatically to all pages containing that Library item. Once again, these changed pages would have to be uploaded.
    Finally, server-side includes are the optimal way to handle this (in my opinion). The navigation code fragment is contained in a separate file which is uploaded to the server. The individual pages contain directives that instruct the server to include the file's code in each such page. In this case, you would edit the include file and upload that single file to the server. That one file upload would then express your edits in each page containing it.

  • Problem with Yahoo search infringing trademarks, very disappointed that you moved away from Google.

    Google is responsive to trademark infringement complaint for its ADWORDS program. Yahoo's advertising program constantly permits advertisers to infringe trademarks and does not respond to complaints. Reflects really poorly on FireFox, which we used to hold in high regard. All the ads on Yahoo are infringing our trademark and Yahoo legal is not taking action to remove the advertisers.
    If $ are at the source of FireFox switch, then your "commitment" to keeping the web open and valid is looking like a sell out switch as well.
    Very disappointing, especially having contributed to Mozilla supposed "volunteer". And your file upload doesn't work.

    Thank you for your prompt reply and the links to the complaint forms. We've been submitting them for years, so we are quite familiar with the process. Google and Bing are responsive, Yahoo is not!
    The problem stems from the fact that FireFox, who we have grown to trust, made Yahoo Search the default search without alerting FireFox users that you have done so, nor did FireFox provide an alert with instructions to revert to Google, should the user so choose.
    This is not in keeping with FireFox's open, transparency commitment, which makes it sound like it is $$ driven, rather than mission driven. It's like saying that you care about humanity, and then source products from impoverished areas of the world in the name of $$.
    Re: Are the ads the same as those appearing on other browsers, yes, but I thought that FireFox was not like all the other browsers. What happened to your manifesto to do good or better?! ...Yahoo just doesn't deliver on so many levels that it reflects really poorly on FireFox.
    We have learned over the years that Google is responsive to intellectual property complaints and takes their position as the leader in global browsing very seriously. Unlike Yahoo. From other comments it looks as though I am not the only one to want Google back.
    MOZILLA "The Internet is an integral part of modern life—a key component in education, (isn't FireFox now teaching that manifesto is just lip service and the $ is really the KEY component) communication, collaboration, business, entertainment and society as a whole.
    The Internet must enrich the lives of individual human beings OR is the internet used to enrich FireFox and Yahoo at the expense of human beings.
    Suggestion: INFORM USERS about Yahoo, INFORM USERS how to revert to Google and make it easy and permanent to revert to Google. Thanks for your consideration.

  • [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] 8786: Minor updates from Sujata and Min for fxgutils.

    Revision: 8786
    Author:   [email protected]
    Date:     2009-07-23 21:10:35 -0700 (Thu, 23 Jul 2009)
    Log Message:
    Minor updates from Sujata and Min for fxgutils. Addresses an issue where FXG files with a matrix display differently after running through FXG to FXG. Also includes a fix to stop processing of unknown fxg tags in skipped sections.
    QE: No
    Doc: No
    Checkintests: Pass
    Reviewer: Min and Sujata
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/filters/AbstractFilte rNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/transforms/MatrixNode .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXParser.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java

    This is a duplicate post.  This should be locked to avoid further confusion.
    My CSS wont change
    Nancy O.

Maybe you are looking for

  • HP PSC 1410 All-In-One no longer prints

    I have an HP 1410 all in one. I also recently updated to Mac OS X 10.5 Leopard. My printer no longer prints. It will show up in the print queue and the status will say printing but nothing will happen. After a few seconds it claims the printer is rea

  • Element not found when duplicating "Basic EFS" template

    I've been trying to duplicate the Basic EFS template as either a Windows 2003 or 2008 template and everytime I use the new template via GPO to encrypt (EFS) any files/folder, I keep getting the "Element Not Found" error.  I've looked all over event l

  • Problem accessing Infosets using Query with SQL

    Hi, I have Lumira desktop version 1.18.0. Using the Query with SQL connection, I successfully connected to SAP R/3 6. I was able to view the User Groups under CATALOG_VIEW, but it seems I cannot go beyong this point and select an Infoset. When I clic

  • PDF fies stopped opening online

    the phone was working normally but few days back i was trying to open the attachments (PDF) file from the emails with no action. I tried downloading the attachments to open it offline but also not opened. I opened the Adobe Reader to open the downloa

  • TS1363 ipod classic not working with win xp not sure how to sync it?

    ipod classic not working with win xp not sure how to sync it?