[svn] 4243: Reverting 4218.

Revision: 4243
Author: [email protected]
Date: 2008-12-05 13:05:55 -0800 (Fri, 05 Dec 2008)
Log Message:
Reverting 4218. Will apply changes to 3.x copy even though this is bad practice
Modified Paths:
flex/sdk/branches/3.2.0/frameworks/projects/framework/src/mx/managers/systemClasses/Stage EventProxy.as

Similar Messages

  • [svn] 1555: Reverting my previous check-in as these files were supposed to go to 3.0.x .

    Revision: 1555
    Author: [email protected]
    Date: 2008-05-05 08:01:54 -0700 (Mon, 05 May 2008)
    Log Message:
    Reverting my previous check-in as these files were supposed to go to 3.0.x. My TortoiseSVN got confused for some reason (I probably copied hidden svn files without realizing)
    Removed Paths:
    blazeds/trunk/apps/team/features/messaging/selector/messaging_AMF_Poll_Subtopic.mxml
    blazeds/trunk/apps/team/features/messaging/selector/messaging_HTTP_Poll_Subtopic.mxml

    Hi Chris,
                  First of all, the entire context of the xsd is too long, it could discourage other people from reading the entire post. Please refrain from posting the entire document.
                  The xsd is not well-formed, that should explain the errors that you are getting when activating the external definition. I'm pasting a valid xsd that could be read in XI: It should look like this (this is a simple example only)
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:complexType name="Details">
         <xs:sequence>
              <xs:element name="Location" type="xs:string" minOccurs="0"/>
              <xs:element name="product" type="xs:string" minOccurs="0"/>
              <xs:element name="MovementType" type="xs:string" maxOccurs="9999" />
         </xs:sequence>
    </xs:complexType>
    <xs:element name="Flat" type="sh:Details"/>
    </xs:schema>
    You may need to recode the same XSD to fit like the structure above...
    Regards

  • [svn] 3616: Reverting the change for dita xml in swc files.

    Revision: 3616
    Author: [email protected]
    Date: 2008-10-13 21:32:54 -0700 (Mon, 13 Oct 2008)
    Log Message:
    Reverting the change for dita xml in swc files.
    Previous change significantly slowed down the compiler for larger multi library/modules apps..
    QA: No
    Doc: No
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Thats good news.

  • [svn] 1038: Reverting Eclipse compiler projects to use 'flex-asc' project

    Revision: 1038
    Author: [email protected]
    Date: 2008-03-31 14:39:55 -0700 (Mon, 31 Mar 2008)
    Log Message:
    Reverting Eclipse compiler projects to use 'flex-asc' project
    * Now that we are using builds of asc from trunk/modules/asc, we can/should build/debug in Eclipse using the same sources.
    Modified Paths:
    flex/sdk/trunk/development/eclipse/java/flex-compiler/.classpath
    flex/sdk/trunk/development/eclipse/java/flex-jars/.classpath
    flex/sdk/trunk/development/eclipse/java/flex-swfutils/.classpath

    This is really becoming a pain since every time I get into FlexBuilder, I have to hit my project and set the required version back to 10.0.0. (It keeps reverting to 9.x) Since I am using the new FileReference enhancements in Flash10, this is mandatory to avoid compiler errors.
    I still have no way to automate the build process since there is nothing on the build machine to perform this action.
    Any help would be greatly appreciated

  • [svn] 4214: * Revert revision 4208 for these two files, because I had incorrectly

    Revision: 4214
    Author: [email protected]
    Date: 2008-12-02 13:12:35 -0800 (Tue, 02 Dec 2008)
    Log Message:
    * Revert revision 4208 for these two files, because I had incorrectly
    assumed that a SourcePath always existed.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-18282
    API Change: NO
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18282
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java

    Revision: 4214
    Author: [email protected]
    Date: 2008-12-02 13:12:35 -0800 (Tue, 02 Dec 2008)
    Log Message:
    * Revert revision 4208 for these two files, because I had incorrectly
    assumed that a SourcePath always existed.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-18282
    API Change: NO
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18282
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java

  • [svn] 3234: revert back to the trunk working copy of build_framework.xml.

    Revision: 3234
    Author: [email protected]
    Date: 2008-09-16 12:58:06 -0700 (Tue, 16 Sep 2008)
    Log Message:
    revert back to the trunk working copy of build_framework.xml. I inadvertently merged the 3.0.x version into the trunk!
    Modified Paths:
    flex/sdk/trunk/frameworks/build_framework.xml

    Thats good news.

  • [svn] 4860: * Reverted parts of 4330, all of 4690, all of 4714, part of 4795, and

    Revision: 4860
    Author: [email protected]
    Date: 2009-02-05 10:16:05 -0800 (Thu, 05 Feb 2009)
    Log Message:
    * Reverted parts of 4330, all of 4690, all of 4714, part of 4795, and
    all of 4830. Essentially any changes related to the
    Bindable/Managed backing variable. We will return to this work
    which reduced SWF size and compilation time once ASC is better at
    resolving namespaces defined in the class or function scope.
    tests Passed: checkintests, asc-tests, mxunit databinding
    Needs QA: NO
    Needs DOC: NO
    Bug fixes: SDK-18953, SDK-19097, SDK-19098, SDK-19099, SDK-19100, SDK-19101
    API Change: NO
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18953
    http://bugs.adobe.com/jira/browse/SDK-19097
    http://bugs.adobe.com/jira/browse/SDK-19098
    http://bugs.adobe.com/jira/browse/SDK-19099
    http://bugs.adobe.com/jira/browse/SDK-19100
    http://bugs.adobe.com/jira/browse/SDK-19101
    Modified Paths:
    flex/sdk/branches/i10/frameworks/projects/framework/src/mx/binding/BindingManager.as
    flex/sdk/branches/i10/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/binding/BindableFirstP assEvaluator.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/binding/BindableProper ty.vm
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeClass Info.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeSecon dPassEvaluator.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/managed/ManagedPropert y.vm

    Revision: 4860
    Author: [email protected]
    Date: 2009-02-05 10:16:05 -0800 (Thu, 05 Feb 2009)
    Log Message:
    * Reverted parts of 4330, all of 4690, all of 4714, part of 4795, and
    all of 4830. Essentially any changes related to the
    Bindable/Managed backing variable. We will return to this work
    which reduced SWF size and compilation time once ASC is better at
    resolving namespaces defined in the class or function scope.
    tests Passed: checkintests, asc-tests, mxunit databinding
    Needs QA: NO
    Needs DOC: NO
    Bug fixes: SDK-18953, SDK-19097, SDK-19098, SDK-19099, SDK-19100, SDK-19101
    API Change: NO
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18953
    http://bugs.adobe.com/jira/browse/SDK-19097
    http://bugs.adobe.com/jira/browse/SDK-19098
    http://bugs.adobe.com/jira/browse/SDK-19099
    http://bugs.adobe.com/jira/browse/SDK-19100
    http://bugs.adobe.com/jira/browse/SDK-19101
    Modified Paths:
    flex/sdk/branches/i10/frameworks/projects/framework/src/mx/binding/BindingManager.as
    flex/sdk/branches/i10/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/binding/BindableFirstP assEvaluator.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/binding/BindableProper ty.vm
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeClass Info.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeSecon dPassEvaluator.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/managed/ManagedPropert y.vm

  • [svn] 3460: reverting an accidental checkin of a bad merge.

    Revision: 3460
    Author: [email protected]
    Date: 2008-10-02 14:11:53 -0700 (Thu, 02 Oct 2008)
    Log Message:
    reverting an accidental checkin of a bad merge.
    Modified Paths:
    flex/sdk/trunk/development/eclipse/flex/flex4test/.actionScriptProperties

    This link should resolve the authentication issue with Samba and Windows 7 clients. http://www.builderau.com.au/blogs/codemonkeybusiness/viewblogpost.htm?p=33927074 6
    I was having problems getting a Win2k8 Server to authenticate to my Mac OS X 10.6.2 Server acting as a primary domain controller. But when I followed the instructions on this link to change the client network security option to allow authentication using LM or NTLM and not NTLMv2 exclusively, then my Mac Server was able to authenticate the the Win2k8 Server. It solved my problem and hopefully solves yours to.
    Cheers

  • [svn:fx-trunk] 8742: * Revert revisions 8682 and 8734 due to performance issues.

    Revision: 8742
    Author:   [email protected]
    Date:     2009-07-22 14:07:24 -0700 (Wed, 22 Jul 2009)
    Log Message:
    Revert revisions 8682 and 8734 due to performance issues.  I'll
      recommit when they are worked out.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug unfixed: SDK-14251
    API Change: NO
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-14251
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/abc/AbcCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/abc/Method.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/abc/Variable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/As3Compiler.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/TypeAnalyzer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/As3Class.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/Method.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/TypeTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/Variable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
    Removed Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/abc/Assignable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/Assignable.java

    ould wrote:
    I have done the hard work for you. My HTPC is pretty barebones so it was relatively easy to roll back all the packages that depend on libjpeg>7 with older versions. I then compiled the xbmc-svn package using that system. Slow downs are gone and I have uploaded the package to hotfile here:
    http://hotfile.com/dl/13546051/021f9c9/ … ar.gz.html
    This is for 32-bit. You will need the libjpeg6 package from AUR installed. I have tested it on two systems, my main system which has both libjpeg7 and the AUR libjpeg6 installed and on my htpc which has only the libjpeg6 along with the rolled back dependancies. Works good on both systems.
    Hope that helps!
    Kevin
    Thanks ould!! You got it working with libjpeg6 again!
    I had to upgrade libcdio again so now I lost dvd support. It's not easy to use the svn version.
    If you could compile the build against libcdio 0.80 I'd be forever grateful... If you've got the time.
    Last edited by Perre (2009-09-26 17:09:04)

  • [svn:cairngorm3:] 19478: -General: Reverted migration to Flex 4. 5 back to Flex 4.1.

    Revision: 19478
    Revision: 19478
    Author:   [email protected]
    Date:     2010-12-20 03:02:48 -0800 (Mon, 20 Dec 2010)
    Log Message:
    -General: Reverted migration to Flex 4.5 back to Flex 4.1. -Insync Sample: Fixed Insync Build error. -Navigation: added runtime navigation feature for SelectedChildWaypoint (default Waypoint). (work in progress).
    Modified Paths:
        cairngorm3/trunk/libraries/Contract/.actionScriptProperties
        cairngorm3/trunk/libraries/ContractTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Integration/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationDMS/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationParsley/.flexLibProperties
        cairngorm3/trunk/libraries/IntegrationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Module/.actionScriptProperties
        cairngorm3/trunk/libraries/Module/.flexLibProperties
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Navigation/.actionScriptProperties
        cairngorm3/trunk/libraries/Navigation/src/com/adobe/cairngorm/navigation/waypoint/decorat or/ContainerDestinationRegistration.as
        cairngorm3/trunk/libraries/NavigationParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/src/NavigationParsleyStates.mxml
        cairngorm3/trunk/libraries/NavigationParsleyTest/src/NavigationParsleyToggleButtonBar.mxm l
        cairngorm3/trunk/libraries/NavigationParsleyTest/src/states/presentation/ContentPM.as
        cairngorm3/trunk/libraries/NavigationParsleyTest/src/togglebuttonbar/presentation/Content PM.as
        cairngorm3/trunk/libraries/NavigationSpringAS/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSpringASTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSwiz/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSwizTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Observer/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Persistence/.actionScriptProperties
        cairngorm3/trunk/libraries/PersistenceTest/.actionScriptProperties
        cairngorm3/trunk/libraries/PersistenceTest/src/AllTests-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/IntegrationTests-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/PersistenceSample-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/UnitTests-app.xml
        cairngorm3/trunk/libraries/Popup/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Task/.actionScriptProperties
        cairngorm3/trunk/libraries/TaskTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Validation/.actionScriptProperties
        cairngorm3/trunk/libraries/ValidationTest/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-basic/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-basic/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.flexProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.flexProperties
    Added Paths:
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ObserverTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ObserverTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/ObserverTest/html-template/swfobject.js
    Removed Paths:
        cairngorm3/trunk/libraries/NavigationSpringAS/.settings/com.adobe.flexbuilder.project.pre fs

    Simeon,
    Thanks for that, I had a brainfart and forgot you can have the properties defined in that manner.  I changed it but it still wasn't working which made me realize I had to change the backgroundColor property on the view in Away3D.  I realized this after trying the params for the class and then not adding the view (which had a white bg) and then i looked at the docs and bam, there it was.  Thanks!
    Matt

  • [svn:cairngorm3:] 19481: -General: Reverted migration to Flex 4. 5 back to Flex 4.1.

    Revision: 19481
    Revision: 19481
    Author:   [email protected]
    Date:     2010-12-20 03:53:00 -0800 (Mon, 20 Dec 2010)
    Log Message:
    -General: Reverted migration to Flex 4.5 back to Flex 4.1. -Insync Sample: Fixed Insync Build error. -Navigation: added runtime navigation feature for SelectedChildWaypoint (default Waypoint). (work in progress).
    Modified Paths:
        cairngorm3/trunk/libraries/lib-parent/pom.xml

    Simeon,
    Thanks for that, I had a brainfart and forgot you can have the properties defined in that manner.  I changed it but it still wasn't working which made me realize I had to change the backgroundColor property on the view in Away3D.  I realized this after trying the params for the class and then not adding the view (which had a white bg) and then i looked at the docs and bam, there it was.  Thanks!
    Matt

  • [svn:fx-trunk] 10913: Reverted my previous reversion, since the original change wasn't the cause of the Mustella breakage.

    Revision: 10913
    Author:   [email protected]
    Date:     2009-10-07 12:04:30 -0700 (Wed, 07 Oct 2009)
    Log Message:
    Reverted my previous reversion, since the original change wasn't the cause of the Mustella breakage. So once again:
    The 'lineBreak' style is now properly declared as non-inheriting.
    For a long time we've intended for it to be non-inheriting... it lives in BasicNonInheritingStyles.as! And we want it to be non-inheriting, because in TLF this format does not inherit from parent FlowElement to child FlowElement, so in Flex is should not inherit from parent UIComponent to child UIComponent. But the metadata incorrectly said inherit="yes". It now correctly says inherit="no".
    QE notes: None
    Doc notes: None
    Bugs: SDK-23569
    Reviewer: Ryan
    Tests run: ant checkintests
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23569
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/styles/metadata/BasicNonInheritingText Styles.as

    Due to a copy/paste glitch, some necessary spaces have inadvertently been removed.  If I could fix this, I would.

  • [svn:fx-trunk] 13157: -revert a portion of my previous change so that asdoc will work properly - moved the proprietary automation swcs back into the libs directory .

    Revision: 13157
    Revision: 13157
    Author:   [email protected]
    Date:     2009-12-22 10:15:18 -0800 (Tue, 22 Dec 2009)
    Log Message:
    -revert a portion of my previous change so that asdoc will work properly - moved the proprietary automation swcs back into the libs directory.  the automation projects swcs will still get compiled into the automation directory.
    This should fix the build
    QE notes: make sure packaging is correct
    Doc notes: no
    Bugs: no
    Reviewer:no
    Tests run: checkintests, doc targets run
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation_air/build.xml
        flex/sdk/trunk/frameworks/projects/automation_dmv/build.xml
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/libs/automation_agent.swc
        flex/sdk/trunk/frameworks/libs/qtp.swc
        flex/sdk/trunk/frameworks/libs/qtp_air.swc
    Removed Paths:
        flex/sdk/trunk/frameworks/libs/automation/

    Revision: 13157
    Revision: 13157
    Author:   [email protected]
    Date:     2009-12-22 10:15:18 -0800 (Tue, 22 Dec 2009)
    Log Message:
    -revert a portion of my previous change so that asdoc will work properly - moved the proprietary automation swcs back into the libs directory.  the automation projects swcs will still get compiled into the automation directory.
    This should fix the build
    QE notes: make sure packaging is correct
    Doc notes: no
    Bugs: no
    Reviewer:no
    Tests run: checkintests, doc targets run
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation_air/build.xml
        flex/sdk/trunk/frameworks/projects/automation_dmv/build.xml
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/libs/automation_agent.swc
        flex/sdk/trunk/frameworks/libs/qtp.swc
        flex/sdk/trunk/frameworks/libs/qtp_air.swc
    Removed Paths:
        flex/sdk/trunk/frameworks/libs/automation/

  • [svn:fx-trunk] 12912: With TLF 571 checked in we can now revert the MXML 2009 changes for how the id language attribute is processed .

    Revision: 12912
    Revision: 12912
    Author:   [email protected]
    Date:     2009-12-14 12:08:35 -0800 (Mon, 14 Dec 2009)
    Log Message:
    With TLF 571 checked in we can now revert the MXML 2009 changes for how the id language attribute is processed.
    An unqualified id property will no longer be seen as a setter for a normal public, writable, non-static "id" property - which matches Flex 3 behavior.
    As in earlier versions of Flex, the mechanism to retain MXML id attribute information at runtime is to implement mx.core.IMXMLObject. The compiler will generate a call to the intialized() method and pass in the id information.
    Note: One exception to this rule seems to be UIComponent which instead get id attribute information via mx.core.IDeferredInstantiationUIComponent (although there seems to be a TODO in the codebase to remove this mechanism and thus should not be relied on by third parties).
    QE notes: Please add tests for the TLF id property on flow elements (div, span, p, etc).
    Doc notes: Please check that we have not documented
    Bugs: N/A
    Reviewer: Paul
    Tests run: Checkintests, local test cases.
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Type.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as

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

  • [svn:bz-trunk] 19323: Revert fix for BLZ-578 (checkin 19214).

    Revision: 19323
    Revision: 19323
    Author:   [email protected]
    Date:     2010-12-13 12:10:28 -0800 (Mon, 13 Dec 2010)
    Log Message:
    Revert fix for BLZ-578 (checkin 19214). The BlazeDS/LCDS Spring integration code had a dependency on the thread local stuff that was removed as part of this bug fix. Revert the fix so we can move forward with lockdown testing. We can add this change back in when we resolve the dependency issue (tracked by Watson 2774331) if that's the appropriate thing to do. 
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-578
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/FlexContext.java
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/trunk/modules/core/src/flex/messaging/MessageBrokerServlet.java
        blazeds/trunk/modules/core/src/flex/messaging/MessageException.java

Maybe you are looking for

  • What's the way to use the tab button while writing...

    can u tell me? whts the way to use tab button while writting in quick office. Moderator's Note: Post was moved and changed the title into a subject-related title. This is to keep the forum organized and let other forum users easily see and respond to

  • Handouts Editing Text Artifact

    In the edit mode of Captivate 3, Click Boxes or Animated slides show black text in the center of the slide. For example, a slide with a click box might say "Click Box (720x540) (X:0; Y:0)." When I publish these slides as handouts, this text also gets

  • Create combinable pdf form

    Hi, I creating pdf form and I want to combine it with some jpg file. But when I want to combine files in acrobat, there is error in form: "Adobe XML forms cannot be merged." Can somebody help me? Thanks for respond

  • Add faces message without valuebinding

    I have a mandatory input field and I don't want use the required attribute to force the user to fill it. I would like attach a converter just to convert an input value only if it was entered and validate the input "requireness" using an action method

  • Cfdocumentsection breaking css in pdf

    I have a 500 page document that is styled with css. The cfdocument tag is working perfectly to produce the styled text. When I add cfdocumentsections to get bookmarks, the css no longer works. I am using CF 9,0,1,274733 Enterprise on IIS7. The conten