[svn:fx-trunk] 6433: Fix a bug where the display object sharing code in GraphicElement assumes that that drawnDisplayObject is a Sprite , when it could be any display object (in this case a flash.media.Video).

Revision: 6433
Author:   [email protected]
Date:     2009-04-30 12:55:29 -0700 (Thu, 30 Apr 2009)
Log Message:

Revision: 6433
Author:   [email protected]
Date:     2009-04-30 12:55:29 -0700 (Thu, 30 Apr 2009)
Log Message:

Similar Messages

  • [svn:fx-trunk] 5812: Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information , so the animation would skip immediately to the end.

    Revision: 5812
    Author: [email protected]
    Date: 2009-03-31 11:34:56 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information, so the animation would skip immediately to the end.
    Bugs: SDK-20356
    QE Notes: spark/effects Mustella tests currently hosed, couldn't run test suite
    Doc Notes: None
    Reviewer: Jason
    Testing: checkintests, Mustella effects tests could not be run (post-rename issues)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20356
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateColorIns tance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateShaderTr ansitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Rotate3DInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RotateInstance. as

    Hi
    Can you please try setting up full persmission in the security properties for everyone on the wsconfig folder C:\ColdFusion10\config\wsconfig  and restart ColdFusion Server.
    Swaraj

  • [svn:fx-trunk] 8024: Fixed an injection where setting the 'content' property of Spark text component to a TextFlow would cause you to get a TextFlow nested inside a TextFlow .

    Revision: 8024
    Author:   [email protected]
    Date:     2009-06-19 16:59:25 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Fixed an injection where setting the 'content' property of Spark text component to a TextFlow would cause you to get a TextFlow nested inside a TextFlow.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-21906
    Reviewer: Carol to review
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21906
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichText.as

    Well, I've already solved one of the two issues
    In order to display the icons on my buttonbar buttons, I just needed to point at {hostComponent.data.data} instead of {hostComponent.data}. I'm not sure why, but {hostComponent.data} in my skin class is a handle on my instance of ButtonBarButton, not its "data" property. Any explanation is welcomed
    I still have got the first issue though. Oddly enough my design works if I put an mx Image instead of the spark BitmapImage for the client logo. That will do the trick for the moment but I'd prefer to deliver a 100% pure spark component in my prototype, and I can see no reason why BitmapImage works inside my ButtonBarButtons and doesn't otherwise...

  • [svn:fx-trunk] 16098: Fix for issue where @ includeExample tag to an MXML file casues a compiler error.

    Revision: 16098
    Revision: 16098
    Author:   [email protected]
    Date:     2010-05-13 12:47:41 -0700 (Thu, 13 May 2010)
    Log Message:
    Fix for issue where @includeExample tag to an MXML file casues a compiler error. The issue was caused due to improper closing of comment in mxml file. With this fix ASDoc does not short circuit in such a scenario, instead it logs that into validation_errors.log
    QE notes: None
    Doc notes: None
    Bugs: SDK-26380
    Reviewer: Darrell
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26380
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Hi _spoboyle,
    Yes i have seen that message before which gave me a few things to test out but to no avail. I am setting the data channel port between 45000-50000 as per the post you suggested and the data channel Port being assigned in my code is between those numbers. I have also set my firewall to open ports 45000-50000 to test to see if that was the issue as I hadnt done that previously but I get the same problem.
    The actual file get placed on the FTP server as well, it pauses as if its trying to send the data but then just give me the socket error message.....frustrating!!
    Im running out of ideas

  • [svn:fx-trunk] 5473: Fix for bug around handling of constraints during and after effects were run , both for old and new effects.

    Revision: 5473
    Author: [email protected]
    Date: 2009-03-20 16:02:58 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Fix for bug around handling of constraints during and after effects were run, both for old and new effects. Fix was to correctly record and handle styles that were set or not set in either state and to temporarily set width/height values for the duration of an effect if we disabled the relevant styles that affect width/height.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17809
    Reviewer: Jason
    Testing: checkintests, Mustella Effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17809
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as

    Revision: 5473
    Author: [email protected]
    Date: 2009-03-20 16:02:58 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Fix for bug around handling of constraints during and after effects were run, both for old and new effects. Fix was to correctly record and handle styles that were set or not set in either state and to temporarily set width/height values for the duration of an effect if we disabled the relevant styles that affect width/height.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17809
    Reviewer: Jason
    Testing: checkintests, Mustella Effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17809
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as

  • [svn:fx-trunk] 12680: Fix fasttrack bug SDK-24605.

    Revision: 12680
    Revision: 12680
    Author:   [email protected]
    Date:     2009-12-08 16:48:59 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Fix fasttrack bug SDK-24605. DateChooser with Halo theme no longer responding to backgroundColor and backgroundAlpha styles.
    Fixed an unreported style warning in defaults.css.
    QE notes: -
    Doc notes: -
    Bugs: SDK-24605
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24605
        http://bugs.adobe.com/jira/browse/SDK-24605
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as

  • [svn:bz-trunk] 10026: Fixed a bug around handling ping commands while running load-testing-tool against Servlet-based endpoints .

    Revision: 10026
    Author:   [email protected]
    Date:     2009-09-04 10:28:18 -0700 (Fri, 04 Sep 2009)
    Log Message:
    Fixed a bug around handling ping commands while running load-testing-tool against Servlet-based endpoints.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java

  • [svn:fx-trunk] 5146: Fix Gumbo_Priority bug, SDK-19515 - RTE in Path when data is empty.

    Revision: 5146
    Author: [email protected]
    Date: 2009-03-02 16:06:06 -0800 (Mon, 02 Mar 2009)
    Log Message:
    Fix Gumbo_Priority bug, SDK-19515 - RTE in Path when data is empty.
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19515
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 15317: Fixed simple bug in Sequence.

    Revision: 15317
    Revision: 15317
    Author:   [email protected]
    Date:     2010-04-09 15:21:37 -0700 (Fri, 09 Apr 2010)
    Log Message:
    Fixed simple bug in Sequence. Calling stop() didn't actually stop the currently-running child effect (though it did stop the Sequence overall and any later child effects). There was a mis-ordering in the initialization of an array and checking the value of that array. Now the code matches what is done in SequenceInstance.end(), which works correctly.
    QE notes: None
    Doc notes: None
    Bugs: sdk-25691
    Reviewer: Jason
    Tests run: checkintests, Mustella mx/effects/Sequence
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-25691
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

  • [svn:fx-trunk] 5409: Fix to bug when binding to constraints.

    Revision: 5409
    Author: [email protected]
    Date: 2009-03-18 21:48:06 -0700 (Wed, 18 Mar 2009)
    Log Message:
    Fix to bug when binding to constraints. Setting real width/height values on ConstraintRow/Column should always register that object as being not content-sized.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19041
    Reviewer: Deepa
    Testing: checkintests, Mustella containers
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19041
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintC olumn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintR ow.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 5915: Fixed compilation errors in the flex4test dev project by changing mx: String to fx:String .

    Revision: 5915<br />Author:   [email protected]<br />Date:     2009-04-03 14:17:15 -0700 (Fri, 03 Apr 2009)<br /><br />Log Message:<br />-----------<br />Fixed compilation errors in the flex4test dev project by changing <mx:String> to <fx:String>.<br /><br />QE Notes: None<br />Doc Notes: None<br />Bugs: None<br />Reviewer: N/A<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/NewEffects.mxml<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/RemoveItemsTest.mxml<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/SkinTest.mxml<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/components/AnimationPropertiesForm. mxml<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/flex4test.mxml

    Revision: 5915<br />Author:   [email protected]<br />Date:     2009-04-03 14:17:15 -0700 (Fri, 03 Apr 2009)<br /><br />Log Message:<br />-----------<br />Fixed compilation errors in the flex4test dev project by changing <mx:String> to <fx:String>.<br /><br />QE Notes: None<br />Doc Notes: None<br />Bugs: None<br />Reviewer: N/A<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/NewEffects.mxml<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/RemoveItemsTest.mxml<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/SkinTest.mxml<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/components/AnimationPropertiesForm. mxml<br />    flex/sdk/trunk/development/eclipse/flex/flex4test/src/flex4test.mxml

  • [svn:fx-trunk] 10677: Fix for "In ASDoc, the word 'global' disappears from  @see link text"

    Revision: 10677
    Author:   [email protected]
    Date:     2009-09-29 08:09:49 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Fix for "In ASDoc, the word 'global' disappears from @see link text"
    QE notes: None.
    Doc notes: None
    Bugs: SDK-23429
    Tests run: asdoc testsuite
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23429
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    THank you , Nancy. Appreciate the input.
    So instead of this:
    <a class="brand" href="index.html"><img src="../img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    Would it be something like this?:
    <a class="brand" href="index.html"><img src="http://ConsumersAdvocate/img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    And if I do that, is there a way to cope with that locally so that DW can still display the images?
    jeff

  • [svn:fx-trunk] 9453: Fix ASDoc comments, exclude the LayoutElementHelper class.

    Revision: 9453
    Author:   [email protected]
    Date:     2009-08-21 10:48:14 -0700 (Fri, 21 Aug 2009)
    Log Message:
    Fix ASDoc comments, exclude the LayoutElementHelper class.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Hans
    Tests run: N/A
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutElementHe lper.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

  • [svn:bz-trunk] 21292: Fix BLZ-639 - avoid the use of "==" when comparing strings.

    Revision: 21292
    Revision: 21292
    Author:   [email protected]
    Date:     2011-05-25 12:09:39 -0700 (Wed, 25 May 2011)
    Log Message:
    Fix BLZ-639 - avoid the use of "==" when comparing strings.  Just check for null explicitly.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-639
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ClientConfiguration.java

    Adobe has donated BlazeDS to the Apache Flex community, and the source code is hosted on the Apache Flex website in a GIT repository.
    http://flex.apache.org/dev-sourcecode.html

  • [svn:bz-trunk] 19327: Fix some typo in the build.xml.

    Revision: 19327
    Revision: 19327
    Author:   [email protected]
    Date:     2010-12-13 12:43:25 -0800 (Mon, 13 Dec 2010)
    Log Message:
    Fix some typo in the build.xml.
    Modified Paths:
        blazeds/trunk/build.xml

Maybe you are looking for

  • Calendar events created in iCal sending multiple email invites to invitees

    Background: Google Apps domain account Lion and Snow Leopard iCal users syncing to Google Calendar Problem: 1.A Lion user creates a new iCal event and invites multiple people to the event.  The event is created and then an email invitation is sent to

  • Cannot install Snow Leopard on Late 2006 iMac with 10.5.8

    I tried already two times to update my iMac (currently on OS X Leopard 10.5.8) to Snow Leopard. The update process runs for about 20 minutes. The iMac restarts, and then there's a message that Snow Leopard cannot be installed. One shall contact the s

  • How to find and import prior bookmarks, after hard drive crashed and new program is installed?

    After having a crash, my hard drive data was saved in a backup file but I need help in finding and bringing the saved bookmark file(s) into the newly installed program.

  • Asset Down payment clearing

    Hi Gurus, I have scenario where i need your expert advise. 1. Posted down payment on AUC asset- 01 depreciation area-1000 USD                                                                   30 Group depreciation area- 1500 CAD later we realized tha

  • How to get the index of a h:column element?

    Hi! I'd like to know how to get the index of a <h:column> element. Here is the code of what I'm trying to do: <h:column>      <a:commandLink           value="#{familyAction.familyDocsByPrj}"           action="#{homeAction.search(ROW_INDEX)}"