[svn] 3544: Adjust Flex to a Player 10 change.

Revision: 3544
Author: [email protected]
Date: 2008-10-09 12:29:31 -0700 (Thu, 09 Oct 2008)
Log Message:
Adjust Flex to a Player 10 change. Allow focus to change after the mouse is clicked on an object in a different sandbox.
To take advantage of the fix an application needs to be compiled for Player 10 (-target-player=10).
QE: YES
Doc:
Checkintests: YES. Marshall Plan mustella tests.
Reviewer: pfarland
Bugs: SDK-17123
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-17123
Modified Paths:
flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/FocusManager.as

There seems to have an interesting difference between FP9 and FP11, and this can cause some problem. The difference is in xml.appendChild("<child>test</child>"). It works well in FP9 but not in FP11, it seems. Here is what I get when publishing in both players:
Code:
var xml:XML = <content>
               <item>
                    <name>test</name>
               </item>
          </content>;
xml.appendChild("<child>test</child>");
trace(xml);
FP9 output:
          <content>
               <item>
                    <name>test</name>
               </item>
               <child>test</child>          
          <content>
FP11 output:
<content>
  <item>
    <name>test</name>
  </item>
  <item>&lt;child&gt;test&lt;/child&gt;</item>
</content>
What's wrong with this? How to fix the problem so that it runs in FP11 like it runs in FP9? I know that using xml.appendChild(<child>test</child>), without double quotes, should work but it means that I need to go over hundreds of files to fix it and in many cases the content "test" of the child node is a String variable, but not a constant.
Thanks

Similar Messages

  • [svn] 3966: Fix incremental compile which broke at some point since Flex 3 due to compiler changes .

    Revision: 3966
    Author: [email protected]
    Date: 2008-10-30 06:40:39 -0700 (Thu, 30 Oct 2008)
    Log Message:
    Fix incremental compile which broke at some point since Flex 3 due to compiler changes.
    ResourceManager.fetch() assumes a local file and uses java.io.File to check if the file exists. Files within swcs such as framework.swc$Assets.swf and framework.swc$default.css will never exist so they triggered a recompile. For now, put the dependency on the swcArchive file itself since that does exist in the file system.
    The dependency checking is still weak and could use some more work but at least now it doesn't recompile every time when there are no changes.
    QE Notes: None
    Doc Notes: None
    Bugs: - SDK-17715
    Reviewer: Paul
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17715
    Modified Paths:
    flex/sdk/trunk/modules/webtier/j2ee/servlet/src/java/flex/webtier/server/j2ee/BaseCompile Filter.java

    I enabled the settings in the labview.ini
    I found some text files that looked like logs "LabVIEW_8.5_Matt_cur.txt" "LabVIEW_8.5_Matt_log.txt". Which contained some error logs and call after I tried to compile. I attached some logs from my attempts to compile. For the errors that referenced a vi and a statechart guard, I remade the vi and the referenced guard. The others all have
    ..... /drawmgr.cpp(3570) : DAbort: Couldn't create 24 pen Error ==0
    in common and some had a
    ....../image.cpp(13927) : DWarn:  could not get hdc error = 0
    warning. I'm guesing these are related to the graphical problem I'm getting with explorer. But since I can't decode the call stack I'm not sure what the source is (assuming the cause is within the call stack).
    It looks like LV 8.6 Beta is going to open soon. Does anyone know if Vision will work with it? And Is there any kind of obligation to use the beta regularly? Since if it doesn't help much, I'd probably just end up removing it.
    Matt W
    Attachments:
    errors.zip ‏7 KB

  • Trigger Adjustment postings when Expense type is changed.

    All,
    I have a situation where I would like to trigger and adjustment when the expense type is changed. The issue is that the GL account for the two expense types are the same and no adjustment is triggered. while the Expense type, wage type, and descriptions are different. all of this is by design. 
    As the GL interface is not triggered the table PTRV_ROT_AWKEY- Assignment of Trip Results to Posting Doc. Number and Line-  is not updated with the modified details.
    How can we trigger adjustment postings when the expense type is changed?
    Best Regards,
    Martin

    I am closing this question.
    - I have referred this to SAP OSS for review.

  • I recently had to restore my Iphone 4s and ever since I cannot double click the home button whilst the phone is locked and change my music. The controls come up and I can adjust the volume but I cannot change the songs. Help needed please!!

    I recently had to restore my Iphone 4s and ever since I cannot double click the home button whilst the phone is locked and change my music. The controls come up and I can adjust the volume but I cannot change the songs. Help needed please!!

    Have you guys been able to activate your iphone yet? I bought an iphone 4s from eBay and it worked fine, but the previous user had left some data on it, so last night I used the "erased all content and settings" to restore it to factory setting so I can start fresh and restore my backup. But now I'm stuck at the activation screen (I get the same "the activation server is temporarily unavailable")  and can't get it to activate, even if I use my old deactivated AT&T sim card (I'm on straighttalk now).
    I might try activating it with an active AT&T sim card from my fiancee's phone when she gets home, so I'll let you know how that works outs.
    If it's true that the server is down; anyone know when it will be back up again? Thanks in advance.
    iPhone 4s iOS 5.1.1 (9B206)
    Carrier AT&T 12.0
    Modem Firmware 2.0.12

  • [svn] 3037: Update flex-config. xml files used by the team and qa webapps to use the {targetPlayerMajorVersion} token instead of a hardcoded player version in the library-path and external-library-path .

    Revision: 3037
    Author: [email protected]
    Date: 2008-08-29 06:54:15 -0700 (Fri, 29 Aug 2008)
    Log Message:
    Update flex-config.xml files used by the team and qa webapps to use the {targetPlayerMajorVersion} token instead of a hardcoded player version in the library-path and external-library-path. This will allow the correct playerglobal.swc to be located when the target player version is set in the flex-config.xml or passed to mxmlc or compc.
    Modified Paths:
    blazeds/trunk/apps/team/WEB-INF/flex/flex-config.xml
    blazeds/trunk/qa/resources/config/flex-config.xml

    Unfortunately I don't have the
    "org.eclipse.swt.win32.win32.x86_3.1.2.jar" file. On my computer
    the folder is not set up the same way (C:\Program Files\Adobe\Flex
    Builder 2\plugins) instead it is set up as (C:\Program
    Files\Adobe\Flex Builder 2\metadata\plugins) but I've looked in
    everything and that file just isn't in there. I've re downloaded it
    twice. Still not there. Is there anything else i can do.

  • Flex 3 + Flash Player 9,0,16

    I'm currently very close to deployment of a major flex 3
    application deployment into a corporate environment with thousands
    of distributed desktops. The IT group has Flash 9,0,16 installed on
    the images for those machines, and a full rollout to a current
    (9,0,115) version of the player will take months (don't ask,
    they're mindbogglingly slow). Does anyone have a copy of the 9,0,16
    Debug player for mac or PC? It's not in the fp_archive distribution
    of historical versions. I've got some issues that crop up
    specifically in this version of the player, but I can't find a copy
    of the debug version anywhere.

    Thank you for the help, however I don't see any publish
    settings that would allow me to publish a swf for version 9,0,16,0
    instead of the new version 9,0,124,0. If I go all the way back to
    version 8 my AS3 and flv videos won't work anymore.

  • [svn:fx-trunk] 14139: Fix for Player classes not code hinting  to framework FB projects.

    Revision: 14139
    Revision: 14139
    Author:   [email protected]
    Date:     2010-02-11 16:36:39 -0800 (Thu, 11 Feb 2010)
    Log Message:
    Fix for Player classes not code hinting  to framework FB projects. Changed all the $ tokens to use $ instead. While the compiler understands $, Flash Builder's code model does not.
    No code changes.
    QE notes: N/A
    Doc notes: N/A
    Bugs: None
    Reviewer: Pete
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/flex/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/osmf/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/textLayout/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties

  • [svn] 854: Update AIR and Flash Player builds

    Revision: 854
    Author: [email protected]
    Date: 2008-03-18 13:43:42 -0700 (Tue, 18 Mar 2008)
    Log Message:
    Update AIR and Flash Player builds
    AIR: 031608apms
    Player:r119
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/libs/player/playerglobal.swc
    flex/sdk/branches/3.0.x/in/air/air_version.txt
    flex/sdk/branches/3.0.x/in/air/mac/AIR Integration Kit.tbz2
    flex/sdk/branches/3.0.x/in/air/win/AIR Integration Kit.zip
    flex/sdk/branches/3.0.x/in/player/lnx/flashplayer.tar.gz
    flex/sdk/branches/3.0.x/in/player/lnx/install_flash_player_9_linux.tar.gz
    flex/sdk/branches/3.0.x/in/player/lnx/libflashplayer.so.tar.gz
    flex/sdk/branches/3.0.x/in/player/mac/Flash Player.app.zip
    flex/sdk/branches/3.0.x/in/player/mac/Install Flash Player 9 UB.dmg
    flex/sdk/branches/3.0.x/in/player/win/FlashPlayer.exe
    flex/sdk/branches/3.0.x/in/player/win/Install Flash Player 9 ActiveX.exe
    flex/sdk/branches/3.0.x/in/player/win/Install Flash Player 9 Plugin.exe

    http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pro-cs5-and-cs5-5.html

  • [svn] 936: Update AIR and Flash Player builds

    Revision: 936
    Author: [email protected]
    Date: 2008-03-26 12:43:50 -0700 (Wed, 26 Mar 2008)
    Log Message:
    Update AIR and Flash Player builds
    AIR: 20080325apms.2
    Player:r124
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/libs/player/playerglobal.swc
    flex/sdk/branches/3.0.x/in/air/mac/AIR Integration Kit.tbz2
    flex/sdk/branches/3.0.x/in/air/win/AIR Integration Kit.zip
    flex/sdk/branches/3.0.x/in/player/lnx/flashplayer.tar.gz
    flex/sdk/branches/3.0.x/in/player/lnx/install_flash_player_9_linux.tar.gz
    flex/sdk/branches/3.0.x/in/player/lnx/libflashplayer.so.tar.gz
    flex/sdk/branches/3.0.x/in/player/mac/Flash Player.app.zip
    flex/sdk/branches/3.0.x/in/player/mac/Install Flash Player 9 UB.dmg
    flex/sdk/branches/3.0.x/in/player/win/FlashPlayer.exe
    flex/sdk/branches/3.0.x/in/player/win/Install Flash Player 9 ActiveX.exe
    flex/sdk/branches/3.0.x/in/player/win/Install Flash Player 9 Plugin.exe

    http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pro-cs5-and-cs5-5.html

  • [svn:bz-trunk] 22356: Update minimum player version to 11.0.0

    Revision: 22356
    Revision: 22356
    Author:   [email protected]
    Date:     2011-09-01 10:45:58 -0700 (Thu, 01 Sep 2011)
    Log Message:
    Update minimum player version to 11.0.0
    Modified Paths:
        blazeds/trunk/qa/resources/webtier/flex_sdk_4/flex-config.xml

    Well, it was too much to hope for, I guess.  The crash reports started coming in about an hour ago.  All empty, and all connected with a site with embedded Flash content.  I just re-disabled Protected Mode. 
    I'm wondering if this is EVER going to be fixed.
    OF
    (Not a happy camper.)

  • Flex-based podcast player sample

    I'm looking for sample code for working with sound in Flex 3.
    The Podcast Player example referred to in the docs and downloadable
    as the zip Programming_ActionScript3.0_samples.zip seems to be
    geared to flash and doesn't include the .mxml files and possibly
    other necessary files. Is there a complete Flex-based version of
    this sample available?
    Any pointers to other Flex sound coding samples would be
    great as well.

    Hi- In my AIR-in-FlexBuilder beta demo I write a little music
    player from scratch. My voiceover cuts out midway through but you
    can see how I write the code, including how to use Sound and
    SoundChannel. This is all applicable to web-based Flex apps as
    well, except for the local filesystem part.
    http://labs.adobe.com/technologies/flex/videos/airinbuilder
    Does that help?
    -Tom

  • Flex 4 Video player not showing the video in any other machines

    I created a new Flex 4 project, and used Video display component and source was set to a file in src folder. It works fine in my computer. But after moving the content from bin-release  to another machine, video is not showing.
    The flv file is in the bin-release folder.

    At a quick glance, all your files seem to be there, but I
    notice your
    Scripts folder is in the site root folder, and all your other
    files are in
    the special folder. Might be something wonky there.
    If you are on a Linux server, you might double check the
    upper * lower case
    matching between your links and file/folder names.
    Does your host confirm the mime type support for flv ?
    "glm96" <[email protected]> wrote in message
    news:frpa8j$e6q$[email protected]..
    > I've gone through the process of trying to put a flash
    video online
    > (
    http://www.communitymx.com/content/article.cfm?cid=A98BB).
    >
    > I can see the gray box with f icon in Dreamweaver, but
    can not see it
    > online
    > via my Mac (Friefox) or PC (IE):
    >
    http://miamiradioadvertising.com/special/carlin.html
    >
    > I've uploaded all the files (including the skins, the
    page, and the .flv
    > files).
    >
    > Any ideas of the problem?
    >

  • Flex with Flash player 11

    i used flash player plugin 11. The problem is when I run my application in windows Seven, and it contains errors, the plash player does not show them.
    Even the same errors are shown by another PC with same configurations.
    Some help please,
    Thanks in advance.

    The production player does not show errors. You will need to install a debugger player.

  • [svn] 746: creating flex-sdk-description. xml is no longer a build machine only function, it will happen in the build .xml.

    Revision: 746
    Author: [email protected]
    Date: 2008-03-05 10:49:48 -0800 (Wed, 05 Mar 2008)
    Log Message:
    creating flex-sdk-description.xml is no longer a build machine only function, it will happen in the build.xml. There are 3 tokens in the flex-sdk-description.xml file in collateral/en_US/. The release and version vars are set in the build.properties file. build.number can be manually set in the properties in build.xml or can be passed in when building the SDK by using -Dbuild.number= , the default is "workspace"
    Modified Paths:
    flex/sdk/trunk/build.properties
    flex/sdk/trunk/build.xml
    Added Paths:
    flex/sdk/trunk/collateral/en_US/flex-sdk-description.xml

    I'll add that when I run devenv.exe with the flag /TFSLink, VS opens a Team Explorer window that contains the following text:
    An exception was encountered while constructing the content of this frame. This information is also logged in "C:\Users\<username>\AppData\Roaming\Microsoft\VisualStudio\11.0\ActivityLog.xml".Exception details:System.NullReferenceException: Object reference not set to an instance of an object.   at Microsoft.VisualStudio.Shell.Interop.IVsShell5.LoadPackageWithContext(Guid& packageGuid, Int32 reason, Guid& context)   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()

  • [svn:osmf:] 12212: Flex bug - 207

    Revision: 12212
    Revision: 12212
    Author:   [email protected]
    Date:     2009-11-25 14:16:26 -0800 (Wed, 25 Nov 2009)
    Log Message:
    Flex bug - 207
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as

Maybe you are looking for

  • Error while creating report

    Dear Experts, I am getting below error while creating a report. How do i resolve this?....Thanks Bad request. Server message: code: UJO_READ_EXCEPTION_018 severity: error description: MDX statement error: Value 1000000000 /CPMB/A9DG6WN for characteri

  • How to avoid the Web Analysis Studio applet window?

    Hi, I know we can launch Hyperion Web Analysis Studio in two ways. 1. From Workspace 2. Using the direct URL for Web Analysis Studio In both cases, first a window launches with the title of Web Analysis Studio and with the message "Session in progres

  • XI installation on Windows 64 bit

    Hi We are trying to install XI on windows 2003 enterprise edition 64 bit. When we start the sapinst.exe from the MaterDVD, it gives the following error "<i>...sapinst.exe is valid but for a machine type other than the current machine</i>" we have che

  • How to E-mail movies that are in the iPhone 4s Video app

    I recently had to wipe my 4s to check a potential send/receive timeout with Verizon FiOS E-mail (that issue is still unresolved).  When I originally purchased the unit, all the pictures and videos that were on my old Blackberry were transferred to th

  • Internal software error: .\Vobulator\BlockPlanner\BlockPlanner.cpp, line 217

    What is this about?