[svn] 4276: Prior to Flex 4 (i.e.

Revision: 4276<br />Author:   [email protected]<br />Date:     2008-12-10 08:59:31 -0800 (Wed, 10 Dec 2008)<br /><br />Log Message:<br />-----------<br />Prior to Flex 4 (i.e. using http://www.adobe.com/2006/mxml as document version) the name attribute of <States> can be a binding expression.  Flex 4 and later, the name attribute of <States> can not be a binding expression.<br /><br />QE: Yes<br />Doc: yes<br />Checkintests: Pass<br />Reviewer: Corey<br />Bugs: SDK-18331<br /><br />Ticket Links:<br />------------<br />    http://bugs.adobe.com/jira/browse/SDK-18331<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/analyzer/SyntaxAnalyzer.java

You may want to check out what is going on in your library.  I would start where the error message gives us a hint, LoadRealTimeProcessMonitorChartDataCommand.as:802

Similar Messages

  • [svn] 2756: -make the flex-sdk-description.xml process work like the trunk.

    Revision: 2756
    Author: [email protected]
    Date: 2008-08-06 08:53:11 -0700 (Wed, 06 Aug 2008)
    Log Message:
    -make the flex-sdk-description.xml process work like the trunk. don't copy the file, create one by echoing the values needed to it.
    -update build.properties, make the release value equal the actual release as in this case 3.1
    bug:https://bugs.adobe.com/jira/browse/SDK-16367
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16367
    Modified Paths:
    flex/sdk/branches/3.1.0/build.properties
    flex/sdk/branches/3.1.0/build.xml
    Removed Paths:
    flex/sdk/branches/3.1.0/collateral/en_US/flex-sdk-description.xml

    Revision: 2756
    Author: [email protected]
    Date: 2008-08-06 08:53:11 -0700 (Wed, 06 Aug 2008)
    Log Message:
    -make the flex-sdk-description.xml process work like the trunk. don't copy the file, create one by echoing the values needed to it.
    -update build.properties, make the release value equal the actual release as in this case 3.1
    bug:https://bugs.adobe.com/jira/browse/SDK-16367
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16367
    Modified Paths:
    flex/sdk/branches/3.1.0/build.properties
    flex/sdk/branches/3.1.0/build.xml
    Removed Paths:
    flex/sdk/branches/3.1.0/collateral/en_US/flex-sdk-description.xml

  • [svn] 1531: update the flex-sdk-description to 3.0.1

    Revision: 1531
    Author: [email protected]
    Date: 2008-05-02 08:38:50 -0700 (Fri, 02 May 2008)
    Log Message:
    update the flex-sdk-description to 3.0.1
    update the manifest variables so the versions will be in sync with the description file
    bug: https://bugs.adobe.com/jira/browse/SDK-15416
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15416
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties

    Hi,
    Have you tried updating to Flex Builder 3.0.2 and then using Flex SDK 3.5?
    Updates are available here: http://www.adobe.com/support/flex/downloads_updaters.html#flex3
    Alternatively, Flash Builder 4 also provides full support for Flex SDK 3.5.
    Thanks,
    Andrew
    Senior Product Manager, Flash Builder

  • [svn:fx-trunk] 5224: Flex SDK Bug Fixes

    Revision: 5224
    Author: [email protected]
    Date: 2009-03-10 14:06:53 -0700 (Tue, 10 Mar 2009)
    Log Message:
    Flex SDK Bug Fixes
    SDK-19772 Initially invisible graphic element can not be made visible
    When visible is false, we were both setting the displayObject invisible and not drawing the graphics. When visible was then set to true, we changed the displayObject visibility, but didn't draw the graphics. The fix is to always draw the graphics when we are not sharing our displayObject. This way we simply toggle visibility on the displayObject on/off, instead of having to perform a redraw.
    SDK-19581 BitmapFill incorrectly handle source property
    Updated code to match code in BitmapGraphic. If the source is a class, we still need to check the type of the newly instantiated instance of that class.
    SDK-19085 unexpected behaviour when setting scaleX < 3 on a LinearGradient
    Internally, we no longer allow scaleX to be less than 2. Visually, this shouldn't have much impact.
    QE Notes: n/a
    Doc Notes: n/a
    Bugs: SDK-19772, SDK-19581, SDK-19085
    Reviewer: Evtim, Chet
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/GraphicElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as

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

  • [svn] 4052: Moving the Flex specific text-capable implementation of AbstractFXGGraphics (i.e.

    Revision: 4052
    Author: [email protected]
    Date: 2008-11-07 10:14:55 -0800 (Fri, 07 Nov 2008)
    Log Message:
    Moving the Flex specific text-capable implementation of AbstractFXGGraphics (i.e. TextFXGGraphics) to the compiler module as it is not relevant to swfutils. Adding an implementation of AbstractFXGGraphics as FXGGraphics that simply ignores FXG TextGraphic nodes. To assist switching between these implementations during development, I'm adding a temporary Embed parameter called "ignoreText" that can be set to true or false for .fxg assets.
    QE: No
    Doc: No
    Checkintests: Pass
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/FXGTranscoder.java
    Added Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/SpriteClass.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/TextFXGGraphics.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/TextHelper.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/swf/FXGGraphics.java
    Removed Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/swf/SpriteClass.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/swf/TextFXGGraphics.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/swf/TextHelper.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn] 1190: Clean the flex-sdk-description. xml during the clean stage of the build so the build starts from a "clean" state.

    Revision: 1190
    Author: [email protected]
    Date: 2008-04-11 07:06:59 -0700 (Fri, 11 Apr 2008)
    Log Message:
    Clean the flex-sdk-description.xml during the clean stage of the build so the build starts from a "clean" state.
    -Set the antTasks.compiled property if the flexTasks have already been compiled to avoid having a failure when calling ant main checkintests package
    Modified Paths:
    flex/sdk/branches/3.0.x/build.xml

    Somewhere in your pom.xml where you are configuring your build dependancies there will be a line <scope>caching</scope> this line is configuring the build to use a flex runtime shared library. This line is generating the error because caching is not a valid dependancy scope in maven 3 however mojos uses it anyway. There was a defect opened against flexmojos; I've linked it below. Froeder's response to the issue was that it was not fixable, that the warning is expected and that we'll have to live with it for now.
    https://issues.sonatype.org/browse/FLEXMOJOS-363?page=com.atlassian.jira.plugin.system.iss uetabpanels%3Achangehistory-tabpanel

  • [svn:osmf:] 12276: Integrating Flex bug - 226

    Revision: 12276
    Revision: 12276
    Author:   [email protected]
    Date:     2009-11-30 09:28:54 -0800 (Mon, 30 Nov 2009)
    Log Message:
    Integrating Flex bug - 226
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/media/LoadableMediaElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as

  • [svn:osmf:] 12213: Integrating Flex bug - 207

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

  • [svn:fx-trunk] 12399: Flex changes for adding in a resource bundle so that the OSMF RTE messages will be localized for Flex .

    Revision: 12399
    Revision: 12399
    Author:   [email protected]
    Date:     2009-12-02 16:22:43 -0800 (Wed, 02 Dec 2009)
    Log Message:
    Flex changes for adding in a resource bundle so that the OSMF RTE messages will be localized for Flex.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/build.xml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoDisplay.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/bundles/da_DK/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/de_DE/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/en_US/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/es_ES/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/fi_FI/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/fr_FR/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/it_IT/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ja_JP/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ko_KR/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/nb_NO/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/nl_NL/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/pt_BR/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/ru_RU/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/sv_SE/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/zh_CN/osmf.properties
        flex/sdk/trunk/frameworks/projects/spark/bundles/zh_TW/osmf.properties

    Thats good news.

  • [svn:fx-] 21436: Copied flex/sdk/trunk to private/flex/sdk/tags/pub_trunk.

    Revision: 21436
    Revision: 21436
    Author:   [email protected]
    Date:     2011-06-22 06:26:53 -0700 (Wed, 22 Jun 2011)
    Log Message:
    Copied flex/sdk/trunk to private/flex/sdk/tags/pub_trunk.
    Added Paths:
        flex/sdk/private/
        flex/sdk/private/flex/
        flex/sdk/private/flex/sdk/
        flex/sdk/private/flex/sdk/tags/
        flex/sdk/private/flex/sdk/tags/pub_trunk/

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

  • [svn:fx-] 21420: Removed flex/sdk/trunk

    Revision: 21420
    Revision: 21420
    Author:   [email protected]
    Date:     2011-06-20 17:57:42 -0700 (Mon, 20 Jun 2011)
    Log Message:
    Removed flex/sdk/trunk
    Removed Paths:
        flex/sdk/trunk/

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

  • [svn:fx-] 21428: Removed flex/sdk/trunk

    Revision: 21428
    Revision: 21428
    Author:   [email protected]
    Date:     2011-06-21 08:34:23 -0700 (Tue, 21 Jun 2011)
    Log Message:
    Removed flex/sdk/trunk
    Removed Paths:
        flex/sdk/trunk/

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

  • [svn:fx-] 21417: Removed flex/sdk/trunk

    Revision: 21417
    Revision: 21417
    Author:   [email protected]
    Date:     2011-06-20 13:24:25 -0700 (Mon, 20 Jun 2011)
    Log Message:
    Removed flex/sdk/trunk
    Removed Paths:
        flex/sdk/trunk/

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

  • [svn:fx-] 21423: Removed flex/sdk/trunk b/c history not preserved

    Revision: 21423
    Revision: 21423
    Author:   [email protected]
    Date:     2011-06-21 06:00:21 -0700 (Tue, 21 Jun 2011)
    Log Message:
    Removed flex/sdk/trunk b/c history not preserved
    Removed Paths:
        flex/sdk/trunk/

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • [svn:fx-] 21414: Moved flex/sdk/trunk to flex/sdk/tags/trunk-copy.

    Revision: 21414
    Revision: 21414
    Author:   [email protected]
    Date:     2011-06-20 11:07:48 -0700 (Mon, 20 Jun 2011)
    Log Message:
    Moved flex/sdk/trunk to flex/sdk/tags/trunk-copy.
    Added Paths:
        flex/sdk/tags/trunk-copy/
    Removed Paths:
        flex/sdk/trunk/

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

Maybe you are looking for

  • Save a pdf with security so vendors can only import & print but not extract?

    We submit ads to newspapers all the time in pdf format...the newspaper imports the pdfs into their page layout program (Quark) for printing...currently we do not put any security on the pdfs because the vendors can not import the pdf into their page

  • How to  analysed the currency rate in sap system

    Dear Expert, Please give me a  important point 1. when raised PO  in USD 2. AFTER TWO MOTHS GRN CAME .AT THE TIME OF GRN ,USER CHANGE THE PO CURRENCY RATE(ACCORDING TO BILL OF ENTRY DATE ) 3.MY POINT OF VIEW USER TOLD IN SYSTEM WHEN I UPDATED THE CUR

  • Two finger scroll problem in Preview

    When viewing a pdf with over 200 pages in Preview, for example a pdf book, two fringer scroll stops functioning periodically. In order to get it working again you have to click on the destop and then click back onto preview to get two finger scroll t

  • Content repository not showing the recently added content in GET_SEARCH_RES

    Hi All, I have uploaded some doc on UCM using check_in web service call. I see all my content are uploaded successfully but recent uploaded contents are not reflecting on my page . Even i set partial trigger but its showing it . I printed the content

  • Many dynamic series in BusinessGraphics

    Hi all: I got a List form RFC. I want to show in a pie chart. I can't sure the List size. My idea is dynamic add attribute, and create element. But it does't work. my code is like this List list = wdContext.currentZmtk_Hr_Demo_InputElement().modelObj