[svn:fx-3.x] 10974: Submitting customer patch for SDK-19188.

Revision: 10974
Author:   [email protected]
Date:     2009-10-12 14:56:48 -0700 (Mon, 12 Oct 2009)
Log Message:
Submitting customer patch for SDK-19188. Correcting XSD scope lookup while decoding wrapped style document literal responses.
QE notes: Please add a regression test for this scenario.
Doc notes: N/A
Bugs: SDK-19188
Reviewer: Pete
Tests run: Checkintests, webtier mxunit, flexunit
Is noteworthy for integration: No
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19188
    http://bugs.adobe.com/jira/browse/SDK-19188
Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/soap/SOAPDecoder.as

Similar Messages

  • [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: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] 2312: CursorManager: New functionality and a fix for SDK-15029

    Revision: 2312
    Author: [email protected]
    Date: 2008-06-30 17:24:01 -0700 (Mon, 30 Jun 2008)
    Log Message:
    CursorManager: New functionality and a fix for SDK-15029
    * NEW: When the mouse leaves a window/stage where a cursor is set, the cursor no longer sits on the edge of the screen until the mouse comes back into the window, it disappears.
    * NEW: In AIR, when the mouse leaves an active window and glides over an inactive window (without giving it focus) where a cursor is set, the system pointer will be hidden and the custom cursor will appear while gliding over that window, and disappear when you leave that window.
    * FIX: When a cursor is set in a child Window, and the mouse moves over another Window or WindowedApplication, the cursor no longer disappears -- the correct system pointer or custom cursor will display.
    * Fixed listener leaks when switching systemManagers (neither Jason nor I can tell when/why it would happen in CursorManager, however).
    Reviewer: Jason
    Bugs: SDK-15029
    Doc: No
    QA: Yes, here's an exhaustive list of ideas:
    * We'll need tests for the new behaviors.
    * For all tests, we need to try behavior in air AND behavior in (sa)player, and test regressions.
    * Please test SDK-15583 again, all other cursor tests.
    * Take the test case for SDK-15029 and open up TWO MyWindows. Test how the cursors change across all three app windows when they are overlapped like a Venn diagram, with different combinations of custom cursors on and off -- we should have test cases for all of this behavior.
    * Test that custom cursors work properly when the mouse leaves a non-rectangular stage with transparency.
    * Test mouse drag situations -- drag off stage, release, move back to stage; drag off and back onto stage, etc.
    * In my tests, I found a lot of bad behavior in AIR, and player seemed to be fine. Do we have drag and drop use cases for AIR with custom cursors?
    A list of some bugs I encountered:
    * BUG (cosmetic): If the mouse is outside the stage when a cursor changes for the first time (say you toggle a checkbox which sets the cursor using the keyboard), the cursor will appear on the stage in the last known mouse position. When the mouse returns to the stage, everything will start working correctly again.
    * BUG (cosmetic): In AIR, if you drag out, and back into the window, then release, a MOUSE_OUT is fired again over the stage, which is wrong. The mouse coords given are (-1,-1), also wrong. This causes the system cursor to show instead of the custom cursor.
    * BUG: In AIR: if you drag off the edge of a Window with a custom cursor, the cursor will vanish. The MOUSE_OUT event correctly event fires while dragging off the window. Even though the handler tells the system mouse cursor to appear, it doesn't -- might be an AIR issue, since the mouse is still dragging when told to show. If you move back over the active window without dragging, the cursor goes back to normal.
    * BUG: In AIR: if you drag over another window with a cursor, MOUSE_MOVE events don't fire on that other window until you let go. Therefore, a custom cursor in that window does not get drawn, nor does a system cursor. If you move back over the active window without dragging, the cursor goes back to normal.
    * BUG: In AIR: When dragging, off a window, Event.MOUSE_LEAVE only fires after the mouse is let go (unlike MOUSE_OUT), EVEN IF the mouse is dragged back over the window and released over the window. So you're told the mouse left when it didn't.
    * BUG: In Player: I could never get Event.MOUSE_LEAVE to fire when added to the stage in saplayer or browser.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15029
    http://bugs.adobe.com/jira/browse/SDK-15029
    http://bugs.adobe.com/jira/browse/SDK-15583
    http://bugs.adobe.com/jira/browse/SDK-15029
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.a s

  • [svn:fx-3.x] 13209: Adding same fix for SDK-23838 and SDK-24205 to 3. x from trunk.

    Revision: 13209
    Revision: 13209
    Author:   [email protected]
    Date:     2009-12-23 15:45:53 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Adding same fix for SDK-23838 and SDK-24205 to 3.x from trunk.
    The dropDown was not receiving changes to styles nor dataproviders. This was a result of not recreating the dropDown each time it was shown. I've changed the default of the flag for destroying the dropDown to be true. I've also modified the code to only not destroy the dropDown when it is showing or being shown. I?\226?\128?\153ve also moved some of the code in the animation handler to check for a null dropDown first before destroying it.
    QE notes: No
    Doc notes: No
    Bugs: SDK-23838, SDK-24205
    Reviewer: Jason
    Tests run: checkintests, ComboBox
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23838
        http://bugs.adobe.com/jira/browse/SDK-24205
        http://bugs.adobe.com/jira/browse/SDK-23838
        http://bugs.adobe.com/jira/browse/SDK-24205
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ComboBox.as

  • [svn:fx-3.x] 7852: Changing the fix for SDK-19811 as the E4X escaping behavior is dependent on the target player  (i.e.

    Revision: 7852
    Author:   [email protected]
    Date:     2009-06-15 13:34:23 -0700 (Mon, 15 Jun 2009)
    Log Message:
    Changing the fix for SDK-19811 as the E4X escaping behavior is dependent on the target player (i.e. swfVersion) rather than the version of the runtime.
    QE: Yes, please test --target-player=9 and 10, and AIR
    Doc: No
    Checkintest: Pass
    Reviewer: Svetlin
    Bugs: SDK-19811 - SOAPEncoder double-encodes string values in AS proxy code generated from .NET webservices
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19811
        http://bugs.adobe.com/jira/browse/SDK-19811
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig. as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as

    I checked my java version on my mac, and its 1.3.1.
    So I thought that I would update my pc's java to 1.3.1.
    After doing that, and verifying that it was updated,
    I still get the s ame exceptions when I use backspace
    on a new font!!! I just don't get it.
    Maybe it doesn't have to do with the java version, maybe its a computer
    setting or something. I'd switch to the mac and program
    it on that, however that seems ridiculous that it
    would refuse to work on my pc. Any suggestions?
    im running win98 SE on the pc, if that helps anyone.

  • Messaging applying a custom patch

    Hi,
    I need some help, I create a custom patch for a page in EBS R12 to my custom application xxx, but when I applying the patch this message always appears:
    This Patch seems to have been applied already.
    *Would you like to continue anyway  [N] ?*
    How can I change my patch so that this message does not appear more?
    Thanks.

    Hi,
    I need some help, I create a custom patch for a page in EBS R12 to my custom application xxx, but when I applying the patch this message always appears:What document you have followed to create your own custom patch?
    This Patch seems to have been applied already.
    *Would you like to continue anyway  [N] ?*
    How can I change my patch so that this message does not appear more?Can you find any relevant entries in the patch tables (ad_bugs, ad_applied_patches, ..etc)?
    What if you enter "Y", does the patch continue running? If yes, then this should be your workaround for now. Otherwise, log a SR and see if Oracle support can help (I do not think creating custom patches is supported especially when it is about updating the relevant FND tables).
    Regards,
    Hussein

  • [svn:fx-trunk] 8689: * Committing customer patch.

    Revision: 8689
    Author:   [email protected]
    Date:     2009-07-20 12:06:08 -0700 (Mon, 20 Jul 2009)
    Log Message:
    Committing customer patch.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-20569
    API Change: NO
    Reviewer: me
    Is noteworthy for integration: No
    Code-level description of changes:
      modules/compiler/src/java/flex2/tools/oem/Application.java
      modules/compiler/src/java/flex2/tools/oem/Library.java
      modules/compiler/src/java/flex2/tools/Compc.java
      modules/compiler/src/java/flex2/tools/WebTierAPI.java
      modules/compiler/src/java/flex2/tools/Mxmlc.java
      modules/compiler/src/java/flex2/tools/Fcsh.java
      modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        Removed adding of the SourcePath to the thread local path
        resolver.
      modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        Modified compile() to add the SourcePath to the thread local path
        resolver.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20569
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Compc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Fcsh.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Mxmlc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/WebTierAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Application.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java

    Hi,
    I am using Tortoise SVN 1.7.8 for my SVN repository.Data Modeler use SVN client 1.6 and it's not compatible with 1.7 client, so some problems could be as result of using Tortoise SVN 1.7 client together with Data Modeler
    I'll recommend the following directory structure:
    svnrep\trunk\warehouse\modelA
    svnrep\trunk\warehouse\modelZ
    svnrep\trunk\warehouse\system_types
    I was able to add quite a few other models to it all successfully because I never received a prompt to choose versioned folder for system typesYou won't get that question(prompt) if "system data types" folder is recognized as versioned - probably there is an influence by Tortoise SVN 1.7 client when it's not recognized as versioned.
    Otherwise you can set "system data types" folder to versioned one in preferences even before you start to deal with models and you'll never get the prompt for that folder.
    Philip

  • [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:fx-3.x] 9748: Applying patch submitted by Aaron Whitling for SDK-15682 .

    Revision: 9748
    Author:   [email protected]
    Date:     2009-08-28 08:40:22 -0700 (Fri, 28 Aug 2009)
    Log Message:
    Applying patch submitted by Aaron Whitling for SDK-15682. 
    In SystemManager addChild and addChildAt we now remove a previously parented DO from it's old parent, to allow for SDK containers to keep their 'numChildren' in synch.
    NOTE: Per Peter F., though we're holding off patches til Beta 2 clears,  this patch submission is allowed due to the fact that we started reviewing it this weekend past.
    QE notes:  None
    Doc notes: None
    Bugs: SDK-15682
    Reviewer: Corey
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-15682
        http://bugs.adobe.com/jira/browse/SDK-15682
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/SystemManager.as

  • I'm trying to save a custom patch in Garageband 10.0.2. Even though the new patch is saved and listed, when i re-open GB it's either reverted back to what it was previously or is blank.

    Hi,
    I'm finding it really frustrating to save a custom patch in Garage Band 10.0.2. I'm assigning new sounds to keys using the 'musical typing keys' and saving the patch. When I re-open Garage Band, the patch name is saved but all the information has reverted back to the original sounds OR it is completly blank. Can anyone help?
    R

    'musical typing keys'
    The musical typing is a legacy instrument from GarageBand '11.  You can use it, and drop samples to the keys, but GarageBand 10.0 does not save the patch.   If you still have GarageBand '11 installed, create the custom sampler instrument in GarageBand '11 and save it there. It will appear in the library in the "User Channel Strip Section" category.

  • Sharing Custom Patches to an iOS Device

    Hello,
        I have created a few custom patches in Garage Band ( iMac, Mavericks ) I want to use these patches in GB on my iPad ( Air iOS 7). I tried doing it by
    using the File Sharing section in iTunes but that didn't work, is there a way to do this.
        Any help would be great !
       John

    I think John is referring to the compatibility of Patches and not Projects,
    In Logic Pro and GarageBand on the Mac, the Patches are separate Patch files stored on your drive. You can create and save your own custom Patches. Those custom Patches are compatible between Garageband (on the Mac) and Logic. Whatever, you save in one application will also be available in the other one. The Library Window (in Logic and GarageBand) displays whatever Patches it finds in that predefined location on you drive.
    GarageBand for iPad is a slightly different story. It doesn't have a Library Window. For each Instrument, it has a popup window that lets you select different sounds. This is like a Patch, and yes, you can also create your own Custom Patches.
    The difference is that those Patches are stored inside the GarageBand iOS app. The only way to open a custom Patch created on the  iOS, is to open that GarageBand Project in GarageBand on the Mac and save the current Patch (of a specific Instrument) as a Patch. However this doesn't work the other way around, because, as léonie pointed out, GarageBand Projects are only upwards compatible (GB iOS to GB OSX).
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • [svn] 4610: Commit Josh's patch for 3. x to fix bug SDK-17367 which works around an issue with Dictionary that stops ObjectUtil .toString() working with QNames.

    Revision: 4610
    Author: [email protected]
    Date: 2009-01-21 12:48:01 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Commit Josh's patch for 3.x to fix bug SDK-17367 which works around an issue with Dictionary that stops ObjectUtil.toString() working with QNames.
    QE: Yes, please add a test case to ObjectUtil tests for this scenario.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-17367 ObjectUtil.toString(QName) causes RTE
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17367
    http://bugs.adobe.com/jira/browse/SDK-17367
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

    VPN-User,
    Ok - I see the list of issues and will ensure our X300 specialist takes a look at it.   
    Please do understand that while you have put together a very coherent list, I try to ensure priority to threads in which multiple customers are focused on a single issue, as we deliver the most benefit to the community in working on those.   This forum is primarly a peer to peer discussion forum rather than a Lenovo chat / tech support where we try to solve each and every issue put forth.
    Individuals with a long list of issues on a particular machine may find benefit from either contacting technical support and working through their list, or publishing it as you have done and wait for other users of the same system to share their experiences.
    Thanks for your patience
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • [svn] 2649: Committing Josh McDonald' s patch for bug SDK-15795 after review and testing.

    Revision: 2649
    Author:   [email protected]
    Date:     2008-07-29 09:33:23 -0700 (Tue, 29 Jul 2008)
    Log Message:
    Committing Josh McDonald's patch for bug SDK-15795 after review and testing. Various minOccurs and maxOccurs scenarios could lead to short circuit logic that would not release the schema stack scope if a reference was previously resolved.
    Checkintests: Pass
    BlazeDS 3.0.x webService flexunit tests: 100% Pass
    BlazeDS 3.0.x webService mxunit tests: 100% Pass
    QE: Yes, please review schema that is described in this bug and consider adding a test case. Note that I'm seeing intermittent failures on a few tests that pass when re-run (likely due to timeouts being too aggressive?).
    Doc: No
    Reviewer: Svetlin
    Bugs:
    SDK-15795 - minOccurs on breaks XMLEncoder
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-15795
        http://bugs.adobe.com/jira/browse/SDK-15795
    Modified Paths:
        flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as

    Hi.
    Alot of good feedback. Personally I miss some keybindings, such as for branch switching.
    Anyways, on the github corruption issue it seems like this was fixed in 0.8.4 according to http://www.eclipse.org/forums/index.php?t=msg&th=183637& amp;start=0&S=81dfec74c1b979b21614f923fb09b1da

  • [svn:fx-3.x] 5572: Submit patch on behalf of George Iosif for SDK-18928.

    Revision: 5572
    Author: [email protected]
    Date: 2009-03-26 07:56:49 -0700 (Thu, 26 Mar 2009)
    Log Message:
    Submit patch on behalf of George Iosif for SDK-18928.
    *Modified patch to match Flex coding standards.
    *Added ASDoc for IResourceManager.unloadResourceModule().
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18928
    Reviewer: Gordon
    tests: checkintests, mustella resource/ResourceManager
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18928
    http://bugs.adobe.com/jira/browse/SDK-18928
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/resources/IResourceManager.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl. as

Maybe you are looking for

  • How to create the web template

    Hi BW Experts,    how to create the web template.....!    I just want to know what is the use of Web template. i want to display the report in WEB-UI screen ( sap-crm 7.0 portal ) can any one help me please how to proceed ...! Thanks shahina..!

  • PC Suite 7.1.40.1 Content Copier does not work.

    The Content Copier in PC Suite 7.1.40.1 fails to Backup the Data from the Phone. "The phone did not contain any content ..." All Attempts to uninstall, delete Directories and Registry Keys did not help. The Content Copier from 7.1.30.9 works fine. OS

  • Cyrillic fonts in Story?

    Dear Adobe, could you please install Cyrillic fonts? I can not neither name project in Russian, nor write a line in script.

  • Interactive Image Not Centered

    When I add a new interactive image to a page, then drag-and-drop and image into that widget, the image is not centered within the frame. Rather it is skewed toward left-of-center by about 10%. Changing the image scaling doesn't fix it. Changing the o

  • Strange thing with GFX 4 (Please help)

    OK. I bought MSI Mobo i875P neo-FIS2R. Then I bought this Gfx: Ti4800SE-VTD8X. It worked great. Then all of a sudden nothing would show up on the screen anymore. I thought that was strange and I tried my old GFX and then it worked again. Then I tried