[svn:fx-4.x] 15044: Mirroring Window Gripper and DateField bug fixes

Revision: 15044
Revision: 15044
Author:   [email protected]
Date:     2010-03-25 17:15:30 -0700 (Thu, 25 Mar 2010)
Log Message:
Mirroring Window Gripper and DateField bug fixes
http://bugs.adobe.com/jira/browse/SDK-25719 - The gripper does not show up in an MX Window that is mirrored and using flex chrome
Added an mx_internal property to Button to track if the Button should modify the layoutDirection of its skins. MX Window and MX WindowedApplication both set this property to undefined. This is the only skin/icon in the halo and spark framework that inherits its layoutDirection from its parent. All others have layoutDirection of LTR.
http://bugs.adobe.com/jira/browse/SDK-25995 - DateField opens drop down on wrong side when layoutDirection = rtl
Added check if left edge of the dropDown exceeds the left screen bounds.
QE notes: n/a
Doc notes: n/a
Bugs: SDK-25719, SDK-25995
Reviewer: Kevin
Tests run: checkintests, DateField
Is noteworthy for integration: no
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25719
    http://bugs.adobe.com/jira/browse/SDK-25995
    http://bugs.adobe.com/jira/browse/SDK-25719
    http://bugs.adobe.com/jira/browse/SDK-25995
Modified Paths:
    flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/Window.as
    flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/Button.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/DateField.as

Originally posted by: hansm.science.uva.nlDELETE
In article <f7fd6k$kq5$[email protected]>,
"Igor Vinnykov" <[email protected]> wrote:
> We are pleased to announce a new release in the 1.1.x stream: version 1.1.3.
> Main target of 1.1.3 version is compatibility with Eclipse 3.3 and Mylyn.
> Starting from this version JavaHL becomes the default SVN client. This change
> caused by licensing topics and future project transfer to the eclipse.org:
> previous default client JavaSVN/SVNKit doesn't have a license, which allows
> defining it as default client, distributed from the eclipse.org.
>
> Important: Subversive is prepackaged only by JavaHL binaries for Windows. If
> you work under Linux, MacOS or other operation systems you should
> build/install required JavaHL binaries by yourself. JavaHL is a part of
> official Subversion source distribution available at
> http://subversion.tigris.org/project_packages.html.
I am sorry but this leaves me in the dark. On the site mentioned above I cannot
find something like a download for javaHL (on MacOSX especially).
Although I did install subversion 1.4.4 from the source distribution I do not
seem to have a javaHL binary. How further?
Hans van der Meer

Similar Messages

  • Windows 8 and need a fix to use my hp photosmart 7150

    I have windows 8 xp 64 bit, is there a fix to be able to install my HP photosmart 7150 printer.

    Nitam wrote:
    I have windows 8 xp 64 bit, is there a fix to be able to install my HP photosmart 7150 printer.
    Hi,
    Sorry to say: This printer is not supported in Windows 8.
        http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&docname=c03168175#N55991
    It's time to buy a new printer.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • [svn:fx-trunk] 10075: Cleanups from the spark text changes and some bug fixes for VideoElement.

    Revision: 10075
    Author:   [email protected]
    Date:     2009-09-08 18:01:58 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Cleanups from the spark text changes and some bug fixes for VideoElement.  Also some PARB changes for UIComponent.
    TitleBar: Changing the skin part type from Label to Textbase
    UIComponent: skipMeasure()->canSkipMeasurement() to be in line with GraphicElement.  This has been PARB approved.
    UIComponent: same with hasComplexLayoutMatrix...this replaces hasDeltaIdentityTransform.  This has been PARB approved.
    StyleProtoChain: cleanup around what interfaces to use
    TextBase: clean up code that?\226?\128?\153s no longer needed.
    VideoElement: Fixing 4 bugs:
    SDK-22824: sourceLastPlayed keeps track of what video file we?\226?\128?\153ve called play() with last.  This way if a user pauses the video and wants to start it up again at the same point, we can call play(null) on the underlying FLVPlayback videoPlayer.  However, anytime the souce changes, we want to null out sourceLastPlayed.  This was causing a bug when someone set the source to null and then reset it to it?\226?\128?\153s previous value.
    SDK-23034 (GUMBO_PRIORITY): This deals with some FLVPlayback quirks around sizing.  I had put in a fix so we weren?\226?\128?\153t setting width/height on the underlying videoPlayer too many times, but apparently we need to make sure it always gets called once.  Hopefully when switching to Strobe we can cleanup this logic...I put a FIXME in to do this.
    SDK-21947/ SDK-22533 - some video files don?\226?\128?\153t always send out a metadata event.  I?\226?\128?\153m not quite sure why this is, but in case this happens, we do a check in the ready handler to see whether we should call invalidateSize() to make sure it gets sized properly.
    QE notes:-
    Doc notes:-
    Bugs: SDK-22824, SDK-23034, SDK-21947, SDK-22533
    Reviewer: Glenn, Corey
    Tests run: checkintests, Button, GraphicTags, VideoElement, and VideoPlayer (some VideoPlayer were failing, but I think it should be fine)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

  • [svn:osmf:] 12641: Improvements to the DFXP parser, captioning sample, and a bug fix for the TemporalFacet ( duration timers were not taking account of the media being paused).

    Revision: 12641
    Revision: 12641
    Author:   [email protected]
    Date:     2009-12-07 21:10:00 -0800 (Mon, 07 Dec 2009)
    Log Message:
    Improvements to the DFXP parser, captioning sample, and a bug fix for the TemporalFacet (duration timers were not taking account of the media being paused).
    Modified Paths:
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.css
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as

  • [svn:fx-trunk] 9661: Compiler optimized FXG 2. 0 bug fixes and updating to latest FXGUtils.

    Revision: 9661
    Author:   [email protected]
    Date:     2009-08-26 13:26:12 -0700 (Wed, 26 Aug 2009)
    Log Message:
    Compiler optimized FXG 2.0 bug fixes and updating to latest FXGUtils.
    From FXGUtils:
    Width and height attributes are now allowed on RichText.
    The textRotation attribute is now supported.
    Simple fix to recognize the paragraphEndIndent attribute.
    Added support for resizeMode in BitmapGraphic.
    From MXMLC: Simple fix to get tag for static FXG.
    Partially Fixed Bugs:
    SDK-22846 - Compiled FXG text with subformatting loses some text, colors, etc.
    SDK-22855 - tags don't work in static FXG content
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22867
        http://bugs.adobe.com/jira/browse/SDK-22852
        http://bugs.adobe.com/jira/browse/SDK-22846
        http://bugs.adobe.com/jira/browse/SDK-22855
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexParagraphNode.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexSpanNode.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexTextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGConstants.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/CDATANode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextGraphicNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich ParagraphNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextLeafNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/DivNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/LinkNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/ParagraphNod e.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TCYNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractTextNode .java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGVersionHandlerRegi stry.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ImageHelper.java
    Added Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/TextRotation.ja va

  • [svn:fx-trunk] 11574: Drag and Drop - Bug fixes:

    Revision: 11574
    Author:   [email protected]
    Date:     2009-11-09 10:53:35 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Drag and Drop - Bug fixes:
    - Added slight delay before drag-scrolling start.
    - Single selection ctrl+drag fixed.
    - Default drop indicator for List that doesn't have drop indicator specified in its skin. The default DI is specified through the new dropIndicatorSkin List style.
    - Memory leak for the drop indicator dynamic skin part.
    - ListItemDragProxy incorrectly listed in spark-manifest.xml moved to SparkClassess.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24047, SDK-23999, SDK-23871
    Reviewer: Glenn, Deepa
    Tests run: checkintests, mustella (List, ListDragDrop)
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24047
        http://bugs.adobe.com/jira/browse/SDK-23999
        http://bugs.adobe.com/jira/browse/SDK-23871
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/TileLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/DropLocation.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListDropIndicator.as

    Just found a reference to a work around to the issue by putting the macbook to sleep & waking it.  Worked a treat !
    This makes it usable again.  Which is lucky as I was preparing to see how far I could toss the macbook !
    Suppose I'll need to wait for a patch.

  • [svn:fx-trunk] 11737: ComboBox and DropDownList bug fixes

    Revision: 11737
    Author:   [email protected]
    Date:     2009-11-12 13:25:33 -0800 (Thu, 12 Nov 2009)
    Log Message:
    ComboBox and DropDownList bug fixes
    SDK-23635 - Implement type-ahead in DropDownList
    Added code in DropDownListBase keyDownHandler to listen for letters and change the selection if there is a match. At some point, we should modify findKey and findString (I'll file an ECR for that). For now, I've just overridden findKey and cobbled together the logic from List.findKey and List.findString. In ComboBox, we override findKey to do nothing since ComboBox has its own logic that relies on textInput changes.
    SDK-23859 - DropDownList does not reset caretIndex when selection is cleared
    Fixed this in two places. In ComboBox.keyDownHandlerHelper, we update the caret index when ESC is pressed. In DropDownListBase.dropDownController_closeHandler, we update the caret index if the commit has been canceled (ie. ESC was pressed).
    SDK-24175 - ComboBox does not select an item with ENTER when openOnInput = false
    When the ComboBox was closed and the arrow keys were pressed, the selectedIndex was changed. When ENTER was pressed, it was committing actualProposedSelectedIndex, not selectedIndex. The fix is to override the selectedIndex setter to keep actualProposedSelectedIndex in sync if selectedIndex was changed. Usually it is kept in sync when the dropDown is opened.
    SDK-24174 - ComboBox does not scroll correctly when openOnInput = false
    When typing in a match, the caretIndex was changed, but not the selectedIndex (because matching when it is closed doesn't commit the value until you press ENTER or lose focus). When closed, the navigation keys were changing the selectedIndex relative to the previous selectedIndex. I updated this to change relative to caretIndex instead. In most cases, caretIndex and selectedIndex are equivalent while the dropDown is closed.
    Other changes:
    - Replaced some calls to dropDownController.isOpen with isDropDownOpen.
    - Added protection RTE protection to ComboBox.changeHighlightedSelection
    QE notes: None
    Doc notes: None
    Bugs: SDK-23635, SDK-23859, SDK-24175, SDK-24174
    Reviewer: Deepa
    Tests run: ComboBox, DropDownList
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23635
        http://bugs.adobe.com/jira/browse/SDK-23859
        http://bugs.adobe.com/jira/browse/SDK-24175
        http://bugs.adobe.com/jira/browse/SDK-24174
        http://bugs.adobe.com/jira/browse/SDK-23635
        http://bugs.adobe.com/jira/browse/SDK-23859
        http://bugs.adobe.com/jira/browse/SDK-24175
        http://bugs.adobe.com/jira/browse/SDK-24174
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DropDownListBase.as

    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:fx-trunk] 8520: BitmapFill and BitmapImage bug fixes

    Revision: 8520
    Author:   [email protected]
    Date:     2009-07-10 16:53:09 -0700 (Fri, 10 Jul 2009)
    Log Message:
    BitmapFill and BitmapImage bug fixes
    http://bugs.adobe.com/jira/browse/SDK-17477 - only edge pixels expand when resize this bitmapGraphic
    If repeat mode is false, the Player will extend the edge pixels of the bitmap to fill the empty space. The fix is to limit the fill area to the size of the bitmap.
    http://bugs.adobe.com/jira/browse/SDK-21980 - BitmapFill repeat property behaves differently than BitmapImage
    If repeat mode is false, the Player will extend the edge pixels of the bitmap to fill the empty space. The fix is to draw the transformed bitmapData into a new bitmapData that is two pixels wider and taller than the source bitmap if repeat is false. There is a caching mechanism that keeps the new bitmapData around unless the source, one of the transform properties or the bounds size have changed.
    There is an additional optimization which only uses the extra bitmapData if it is larger than the bounds or if it has been transformed.
    Unfortunately this means that the BitmapFill will keep around an extra bitmapData object in certain circumstances. This situation will most frequently happen when the bitmap is smaller than the shape being filled and repeat is set to false.
    QE Notes: Add tests where the BitmapFill shape or BitmapImage size is larger than the bitmap itself and repeat = false
    Doc Notes: None
    Bugs: SDK-17477, SDK-21980
    Reviewer: Glenn
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-17477
        http://bugs.adobe.com/jira/browse/SDK-21980
        http://bugs.adobe.com/jira/browse/SDK-17477
        http://bugs.adobe.com/jira/browse/SDK-21980
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as

  • [svn] 4561: Updated error. txt files for goodValidatorTest and patternFilterLoggingMessageFilterTest to fix failure on appservers other than Tomcat

    Revision: 4561
    Author: [email protected]
    Date: 2009-01-16 10:59:37 -0800 (Fri, 16 Jan 2009)
    Log Message:
    Updated error.txt files for goodValidatorTest and patternFilterLoggingMessageFilterTest to fix failure on appservers other than Tomcat
    checkintests: pass
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/error.txt

    Dude this worked fantastic.   Thank you for posting.

  • [svn:fx-trunk] 12664: asdoc updates; new examples; updated examples; bug fixes

    Revision: 12664
    Revision: 12664
    Author:   [email protected]
    Date:     2009-12-08 12:39:06 -0800 (Tue, 08 Dec 2009)
    Log Message:
    asdoc updates; new examples; updated examples; bug fixes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/primitives/examples/LineExampl e.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/IGraphicElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Graphic.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Line.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Path.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Rect.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RectangularDropShadow.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/StrokedEleme nt.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/primitives/examples/Rectangula rDropShadowExample.mxml

    Richard,
    I have just applied patch to upgrade from Portal 3.0.9 to 3.0.9.8.1 (Patch applied to loginserver and portal schema) and the External Applications that were previously set up have gone from the portlet.
    Does this relate to your note at the bottom:
    "Minor issues with Bulk action. 1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
    External authentication modules that were written before 3.0.9 need to be updated after upgrading to 3.0.9. ssoauthx.pks is updated in 3.0.9 and contains additional routines that need to be implemented." ??
    If I go to the "Login Server Administration" portlet and select the link "Administer External Applications" I get a list of 5 External Applications that have previously been set up.
    If I go back to the Home Page and select "customize" on the "External Applications" portlet I get the message "Your Login Server administrator has not registered any external applications".
    Does that mean I should just run 'ssoauthx.pks' & 'ssoxoid.pkb' or do I need to do something else ??
    Thanks
    Simo

  • [svn:fx-4.x] 14651: Partial Mirrored Window Resize Fix

    Revision: 14651
    Revision: 14651
    Author:   [email protected]
    Date:     2010-03-09 15:40:58 -0800 (Tue, 09 Mar 2010)
    Log Message:
    Partial Mirrored Window Resize Fix
    http://bugs.adobe.com/jira/browse/SDK-25609 - WindowedApplication doesn?\226?\128?\153t properly resize when layoutDirection is rtl
    This partially fixes using the gripper to resize the window. Checking in now so that windows are more functional for QE to test.
    QE notes: n/a
    Doc notes: n/a
    Bugs: SDK-25609
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25609
        http://bugs.adobe.com/jira/browse/SDK-25609
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/branches/4.x/frameworks/projects/airspark/src/spark/components/Window.as
        flex/sdk/branches/4.x/frameworks/projects/airspark/src/spark/components/WindowedApplicati on.as

    Stope
    Mailing me ***
    Sent from my I phone

  • I am trying to project a film from an ipad mini with a vga cable to a projector.  The film played, but the ipad did not mirror what was being projected.  I am trying to be able to mirror the devices AND isolate the window so I can use different menus wit

    Hello-
    I am trying to project a film from an ipad mini with a vga cable to a projector.  When tested, the film played, but the ipad did not mirror what was being projected, it was a black screen.  I am trying to be able to mirror the devices AND figure out how isolate the window so I can use different menus with the film still playing.
    Any one know an app or softward that i can use?
    Thank you!
    Christie

    To move an iPhoto Library to a new machine:
    Link the two Macs together: there are several ways to do this: Wireless Network,Firewire Target Disk Mode, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library'
    and select the Library that you moved.  That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.
    Your first option didn't work because you imported one Library to another. Every version and thumbnail is imported like a distinct photo, you lose all your Albums, Keywords etc., the link between Original and Previews is destroyed, the non-destructive editing feature is ruined and so on. In summary: it's mess.
    Your second option didn't work because you simply referenced her library on the old machine.
    Regards
    TD

  • [svn:fx-4.x] 15006: Menu check icon mirroring bug fix

    Revision: 15006
    Revision: 15006
    Author:   [email protected]
    Date:     2010-03-24 16:38:11 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Menu check icon mirroring bug fix
    http://bugs.adobe.com/jira/browse/SDK-25976 - Un-mirror the check icon when layoutDirection=rtl for menu/menuBar
    Update MenuCheck and MenuCheckDisabled to use layoutDirection=LTR
    QE notes: none
    Doc notes: none
    Bugs: SDK-25976
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25976
        http://bugs.adobe.com/jira/browse/SDK-25976
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/sparkskins/src/mx/skins/spark/MenuCheck.mxml
        flex/sdk/branches/4.x/frameworks/projects/sparkskins/src/mx/skins/spark/MenuCheckDisabled .mxml
        flex/sdk/branches/4.x/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheck.mxml
        flex/sdk/branches/4.x/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheckDisab led.mxml

    90% of browser rendering problems are caused by invalid code.   See details here:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.i-sensors.com%2F
    You have a bunch of unclosed <img /> tags on your menus.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • [svn:fx-4.x] 14345: Mirroring bug fixes

    Revision: 14345
    Revision: 14345
    Author:   [email protected]
    Date:     2010-02-22 15:10:45 -0800 (Mon, 22 Feb 2010)
    Log Message:
    Mirroring bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25561 - MX PopUpButton displays popup inconsistently when layoutDirection is set to rtl
    http://bugs.adobe.com/jira/browse/SDK-25560 - MX ColorPicker displays popup inconsistently when layoutDirection is set to rtl
    Translate the position of the popup from the mirrored coordinates to the un-mirrored global coordinates
    http://bugs.adobe.com/jira/browse/SDK-25552 - The Spark CheckBox icon should be mirroring
    Removed setting the icon layoutDirection = ?\226?\128?\156ltr?\226?\128?\157. The icon should follow the mirroring of the component.
    http://bugs.adobe.com/jira/browse/SDK-25484 - MX Slider datatip is incorrectly positioned when layoutDirection is rtl
    Fixed two issues. The dataTip positioning is fixed by translating the position of the popup from the mirrored coordinates to the un-mirrored global coordinates. The second is fixing an issue of reversing the dataTipPosition when ?\226?\128?\156left?\226?\128?\157 or ?\226?\128?\156right?\226?\128?\157 when mirrored.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25561, SDK-25560, SDK-25552, SDK-25484
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25561
        http://bugs.adobe.com/jira/browse/SDK-25560
        http://bugs.adobe.com/jira/browse/SDK-25552
        http://bugs.adobe.com/jira/browse/SDK-25484
        http://bugs.adobe.com/jira/browse/SDK-25561
        http://bugs.adobe.com/jira/browse/SDK-25560
        http://bugs.adobe.com/jira/browse/SDK-25552
        http://bugs.adobe.com/jira/browse/SDK-25484
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/ColorPicker.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/PopUpButton.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/sliderClasses/Slider. as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml

  • [svn:fx-4.x] 14376: Mirroring bug fixes

    Revision: 14376
    Revision: 14376
    Author:   [email protected]
    Date:     2010-02-23 16:31:35 -0800 (Tue, 23 Feb 2010)
    Log Message:
    Mirroring bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25427 - HTML AIR component should not be mirrored even when layoutDirection=rtl
    Set layoutDirection=ltr in defaults.css
    http://bugs.adobe.com/jira/browse/SDK-25626 - The Spark VSlider dataTip is not positioned correctly when layoutDirection=rtl. It obscures the thumb.
    Translate the position from mirrored local coordinate to global coordinates.
    http://bugs.adobe.com/jira/browse/SDK-25584 - MX MenuBar displays menus offscreen when layoutDirection is rtl
    Added logic to keep the menus from going off the left side of the screen.
    QE notes: none
    Doc notes: none
    Bugs: SDK-25427, SDK-25626, SDK-25584
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25427
        http://bugs.adobe.com/jira/browse/SDK-25626
        http://bugs.adobe.com/jira/browse/SDK-25584
        http://bugs.adobe.com/jira/browse/SDK-25427
        http://bugs.adobe.com/jira/browse/SDK-25626
        http://bugs.adobe.com/jira/browse/SDK-25584
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/defaults.css
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/MenuBar.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/VSlider.as

Maybe you are looking for

  • List subfolders in parent folder view

    Hi all, in a XY workspace i have simple folder hierarchy created in Teaming 2.1: 3 subfolders (SF1, SF2, SF3) are in parent folder (PF). When i click on PF in navigation bar, content of PF folder is displayed. Problem is, there are just File entries

  • Windows 7 - iTunes Will NOT Open

    Will someone PLEASE PLEASE address this issue for all of us users who are using Windows 7.. and have been using iTunes perfectly for YEARS and now all of us a sudden with an update in June it just doesn't work. And PUH-LEASE do not paste a link for t

  • Office Integration changes to Excel won't save

    in the meantime I've rougly found a solution. I'll post it as soon as ready... I'm using office integration to upload a multiple sheet Excel-file. After succesful processing of the input file i want to write back the created serviceordernumber to the

  • Can't copy and paste images that i've converted from pdf to word

    can't copy and paste images that i've converted from pdf to word

  • HT1766 Itunes will not recognize my device

    I got my iPhone 4 wet and it shut down and I am tryiny to restore it but iTunes on my iMac mid 2010 does not recognize my device. Help....It is charging and tells me to restore it using iTunes. I do not know if it is a CDMA or GSM. It tells me i cann