[svn:fx-3.x] 5774: User-submitted patch to fix RTE in Menu

Revision: 5774
Author: [email protected]
Date: 2009-03-30 14:33:49 -0700 (Mon, 30 Mar 2009)
Log Message:
User-submitted patch to fix RTE in Menu
QE Notes: None
Doc Notes: None
Bugs: sdk-16662
Reviewer: alex
tests: checkintests, mustella/Menu
Ticket Links:
http://bugs.adobe.com/jira/browse/sdk-16662
Modified Paths:
flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/Menu.as

Scott-
I hear you, but disagree (on both the solution and the nature of the problem).
I think having Command-` cycle between ALL windows should be an option, not the default. I like the fact that it stays in the current Space by default.
If you want to switch between Apps within one Space (regardless of the root of an app), make sure that you (previously) selected a window for the App you're switching TO that is in the same window. The behavior of App Switching takes you to the foreground window of the App, regardless of the space you're in.
-Dan

Similar Messages

  • [svn:fx-3.x] 5713: User-submitted patch to fix DividedBox numDividers during divider drag operation

    Revision: 5713
    Author: [email protected]
    Date: 2009-03-28 16:31:33 -0700 (Sat, 28 Mar 2009)
    Log Message:
    User-submitted patch to fix DividedBox numDividers during divider drag operation
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-15199
    Reviewer: alex
    tests: checkintests, mustella/dividedBox
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-15199
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/containers/DividedBox.as

  • [svn:fx-3.x] 5729: User-submitted patch to fix metadata reporting in ObjectUtil.getClassInfo.

    Revision: 5729
    Author: [email protected]
    Date: 2009-03-29 14:57:30 -0700 (Sun, 29 Mar 2009)
    Log Message:
    User-submitted patch to fix metadata reporting in ObjectUtil.getClassInfo.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17227
    Reviewer: alex
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17227
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

    Revision: 5729
    Author: [email protected]
    Date: 2009-03-29 14:57:30 -0700 (Sun, 29 Mar 2009)
    Log Message:
    User-submitted patch to fix metadata reporting in ObjectUtil.getClassInfo.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17227
    Reviewer: alex
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17227
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

  • [svn:fx-3.x] 5719: User-submitted patch to make keypad numbers work for selection in ComboBox

    Revision: 5719
    Author: [email protected]
    Date: 2009-03-28 18:50:54 -0700 (Sat, 28 Mar 2009)
    Log Message:
    User-submitted patch to make keypad numbers work for selection in ComboBox
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17276
    Reviewer: alex
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17276
    Patch submitter: Paul Taylor
    Community reviewer: Iwo Banas
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17276
    http://bugs.adobe.com/jira/browse/sdk-17276
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/listClasses/ListBase. as

    Hi,
    Found the reason for the problem. I think there's a bug in Flex that causes this. One of my formItem had an id="owner" and maybe flex has used this "owner" id somewhere internally. I changed the name and now all the comboboxes are working fine.

  • [svn:fx-3.x] 5526: User-submitted patch for SDK-19335 - DividedBox - improved includeInLayout handling

    Revision: 5526
    Author: [email protected]
    Date: 2009-03-24 13:06:11 -0700 (Tue, 24 Mar 2009)
    Log Message:
    User-submitted patch for SDK-19335 - DividedBox - improved includeInLayout handling
    Patch submission from Iwo Banas
    QE Notes: n/a
    Doc Notes: n/a
    Bugs: SDK-19335, SDK-19334
    Reviewer: None
    tests: checkintests, mustella (DividedBox)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19335
    http://bugs.adobe.com/jira/browse/SDK-19335
    http://bugs.adobe.com/jira/browse/SDK-19334
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/containers/DividedBox.as

  • [svn:fx-3.x] 5721: User-submitted patch to add Smoothing to SWFLoader.

    Revision: 5721
    Author: [email protected]
    Date: 2009-03-28 19:21:03 -0700 (Sat, 28 Mar 2009)
    Log Message:
    User-submitted patch to add Smoothing to SWFLoader. Probably should have been done in Image to make ASDoc easier to find the property, but it is easier to implement here and there is no restriction on SWFLoader loading bitmaps
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-19732
    Reviewer: alex
    tests: checkintests, mustella/SWFLoader, Image
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-19732
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    I'm also having this problem. I'm using Flash Builder 4.6, AIR 3.4 and I've made a DLL (e.g. ExtensionDll.dll) which needs to call functions in another DLL (e.g. DllUsedByExtensionDll.dll) . I've made sure my ANE is working with the ExtensionDll.dll already, so there are no issues with my actionscript code or my ANE packaging or my DLL compilation. However, once I start calling functions from the other DLL, it starts throwing me Error #3500. Even if I call this function (e.g. abc()) in ExtensionDll.dll, but I never actually use the function from actionscript, and I call another function (e.g. def()) from actionscript, the Error #3500 still appears, so it does not seem to depened on the whether the code is used or not.
    It's similar to this problem.
    http://stackoverflow.com/questions/9823504/how-to-use-external-dll-in-air-native-extension
    Does anyone have a solution or at least a way to debug this?

  • [svn:fx-trunk] 12972: Commit Catalyst-submitted patch for fixing up unicode path/ file names in ActiveX.

    Revision: 12972
    Revision: 12972
    Author:   [email protected]
    Date:     2009-12-15 15:27:40 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Commit Catalyst-submitted patch for fixing up unicode path/file names in ActiveX.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-24648
    Reviewer: Alex & I
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24648
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • [svn] 4746: User-submitted patch for SDK-16147 - HaloBorder does not take border widths into account when drawing background with rounded corners .

    Revision: 4746
    Author: [email protected]
    Date: 2009-01-29 15:36:59 -0800 (Thu, 29 Jan 2009)
    Log Message:
    User-submitted patch for SDK-16147 - HaloBorder does not take border widths into account when drawing background with rounded corners.
    Bugs: SDK-16147 (bug), SDK-16963 (patch)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16147
    http://bugs.adobe.com/jira/browse/SDK-16147
    http://bugs.adobe.com/jira/browse/SDK-16963
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as

  • [svn] 2073: Applying user submitted patch, SDK-14964.

    Revision: 2073
    Author: [email protected]
    Date: 2008-06-13 11:29:07 -0700 (Fri, 13 Jun 2008)
    Log Message:
    Applying user submitted patch, SDK-14964.
    Bugs: SDK-14963
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14964
    http://bugs.adobe.com/jira/browse/SDK-14963
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/dataGridClasses/Dat aGridHeader.as

  • [svn] 4687: Applying user submitted patch SDK-18304.

    Revision: 4687
    Author: [email protected]
    Date: 2009-01-27 09:20:38 -0800 (Tue, 27 Jan 2009)
    Log Message:
    Applying user submitted patch SDK-18304.
    Bugs: SDK-14834.
    Tests: ViewStack Mustella Tests.
    Doc Notes: None
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18304
    http://bugs.adobe.com/jira/browse/SDK-14834
    Modified Paths:
    flex/sdk/branches/3.3.0/frameworks/projects/framework/src/mx/containers/ViewStack.as

  • [svn] 2070: Applying user submitted patch SDK-15087.

    Revision: 2070
    Author: [email protected]
    Date: 2008-06-13 08:05:59 -0700 (Fri, 13 Jun 2008)
    Log Message:
    Applying user submitted patch SDK-15087.
    Bugs: SDK-12301
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15087
    http://bugs.adobe.com/jira/browse/SDK-12301
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/validators/EmailValidator.as

  • [svn] 4898: Applying user submitted patch SDK-18303.

    Revision: 4898
    Author: [email protected]
    Date: 2009-02-09 07:13:50 -0800 (Mon, 09 Feb 2009)
    Log Message:
    Applying user submitted patch SDK-18303.
    Bugs: SDK-17366.
    QE Notes: None
    Doc Notes: None
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18303
    http://bugs.adobe.com/jira/browse/SDK-17366
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ButtonBar.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/NavBar.as

  • [svn] 4711: Applying user submitted patch SDK-17878.

    Revision: 4711
    Author: [email protected]
    Date: 2009-01-28 10:53:05 -0800 (Wed, 28 Jan 2009)
    Log Message:
    Applying user submitted patch SDK-17878.
    Bugs: SDK-17877.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17878
    http://bugs.adobe.com/jira/browse/SDK-17877
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ComboBox.as

  • [svn] 2069: Applying user submitted patch SDK-15087.

    Revision: 2069
    Author: [email protected]
    Date: 2008-06-13 08:05:06 -0700 (Fri, 13 Jun 2008)
    Log Message:
    Applying user submitted patch SDK-15087.
    Bugs: SDK-12301
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15087
    http://bugs.adobe.com/jira/browse/SDK-12301
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/EmailValidator.as

  • [svn] 2076: Applying user submitted patch SDK-14862.

    Revision: 2076
    Author: [email protected]
    Date: 2008-06-13 12:01:10 -0700 (Fri, 13 Jun 2008)
    Log Message:
    Applying user submitted patch SDK-14862.
    Bugs: SDK-14858.
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14862
    http://bugs.adobe.com/jira/browse/SDK-14858
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/DataGrid.as

Maybe you are looking for

  • Map attributes of XML file to ABAP table, using a XSLT program

    Hi dear Gurus. I have to transfer the information from the XML's element attributes to abap internal tables and store that information. Somebody has a clear sample to do this data transfer. I found a clas iXML, do you have a sample to read the elemen

  • How to display HTML chars in report

    I have a field in database with following data. <p>This is data</p> I have added a textbox in report in which I am displaying this column and it is displayed as it is. But I want to show it as HTML. So for that I created a function that decodes speci

  • ITunes loses location of files every time a network connection is interrupted

    I keep all my media files on a RAID attached to my router. I have a MacBook, and I don't want to fill up my boot drive with music files, nor do I want all my music on an external hard drive that has to be physically attached to my laptop (lack of por

  • Compiz or compiz-fusion on intel

    I tried to run compiz from [community] then compiz-fusion from [compiz-fusion] on Intel video card, but failed. Beryl works correctly, but compiz wants texture from pixmap. I have AIGLX and Composize correctly configured. Can you run compiz on intel?

  • A cautionary tale; Apple tried to screw my systen!

    Having upgraded to 10.6 I installed iTunes 9, silly me. It appeared to work but with that awful white background, however it quit for no apparent reason. When I tried to restart I got an error message to say that the music disc was locked and I did n