[svn:fx-trunk] 12891: Another attempt to fix broken build.

Revision: 12891
Revision: 12891
Author:   [email protected]
Date:     2009-12-12 22:19:41 -0800 (Sat, 12 Dec 2009)
Log Message:
Another attempt to fix broken build.
QE notes: None.
Doc notes: None.
Bugs:
Reviewer:
Tests run:
Is noteworthy for integration: no
Modified Paths:
    flex/sdk/trunk/asdoc/build.xml
    flex/sdk/trunk/frameworks/build.xml

Similar Messages

  • [svn:fx-trunk] 12889: Attempt to fix broken build.

    Revision: 12889
    Revision: 12889
    Author:   [email protected]
    Date:     2009-12-12 21:18:02 -0800 (Sat, 12 Dec 2009)
    Log Message:
    Attempt to fix broken build.
    QE notes: None.
    Doc notes: None.
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/halo/build.xml

  • [svn:osmf:] 15952: Attempting to fix server build ( missing source path to sample plug-in), take 2.

    Revision: 15952
    Revision: 15952
    Author:   [email protected]
    Date:     2010-05-07 10:07:24 -0700 (Fri, 07 May 2010)
    Log Message:
    Attempting to fix server build (missing source path to sample plug-in), take 2.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/OSMFPlayer-build-config.xml

    Joey,
    Try removing the com.apple.iCal.plist file from your Macintosh HD/Users/yourusername/Library/Preferences Folder. To find that Library folder, use Finder>Go Menu>Depress the "Option" key>Library. Drag the .plist file to your desktop.
    Next, go to your Macintosh HD/Users/yourusername/Library/Calendars Folder and remove any files with "Cache" as a part of the file name. Use the same method as described above to get to the correct Library Folder.
    Restart using a Safe Boot, and after the Safe Boot is complete startup normally and test Calendar for functionality.

  • [svn:osmf:] 15951: Attempting to fix server build ( missing source path to sample plug-in).

    Revision: 15951
    Revision: 15951
    Author:   [email protected]
    Date:     2010-05-07 09:57:57 -0700 (Fri, 07 May 2010)
    Log Message:
    Attempting to fix server build (missing source path to sample plug-in).
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/OSMFPlayer-build-config.xml

    Joey,
    Try removing the com.apple.iCal.plist file from your Macintosh HD/Users/yourusername/Library/Preferences Folder. To find that Library folder, use Finder>Go Menu>Depress the "Option" key>Library. Drag the .plist file to your desktop.
    Next, go to your Macintosh HD/Users/yourusername/Library/Calendars Folder and remove any files with "Cache" as a part of the file name. Use the same method as described above to get to the correct Library Folder.
    Restart using a Safe Boot, and after the Safe Boot is complete startup normally and test Calendar for functionality.

  • [svn:fx-trunk] 8708: Fix broken build

    Revision: 8708
    Author:   [email protected]
    Date:     2009-07-21 07:46:45 -0700 (Tue, 21 Jul 2009)
    Log Message:
    Fix broken build
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 12848: * Another batch of compiler fixes.

    Revision: 12848
    Revision: 12848
    Author:   [email protected]
    Date:     2009-12-11 06:46:13 -0800 (Fri, 11 Dec 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24472, SDK-14213, SDK-24555
    Reviewer: Corey, Mike M.
    Cycloner: Gaurav
    Tests run: full cyclone
    Is noteworthy for integration: Yes, the SwcDynamicArchive.java change
                                   should reduce memory use in FB.
    Code-level description of changes:
      modules/swfutils/src/java/flash/localization/LocalizationManager.java
        Added "locale" variable and initialized it to Locale.getDefault().
        Replaced use of Locale.getDefault() with "locale" variable.
        Added setLocale().
      modules/antTasks/src/flex/ant/MxmlcTask.java
      modules/antTasks/src/flex/ant/CompcTask.java
        Added user-locale option.
      modules/compiler/src/java/flex2/configuration_en.properties
        Added user-locale description.
      modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java
        Modified setupLocalizationManager() to only create a new
        LocalizationManager if one hasn't been setup already.
        Removed "finally { clean() }" from all local methods.  It was
        clearing out the LocalizationManager, which was causing the
        configured locale to be lost.  flex2.tools.oem.Application and
        flex2.tools.oem.Library already call OEMUtil.clean(), so it
        doesn't need to be called here.
      modules/compiler/src/java/flex2/compiler/common/Configuration.java
        Added cfgUserLocale().
      modules/compiler/src/java/flex2/compiler/config/ConfigurationException_en.properties
        Added UserLocaleNotAvailable message.
      modules/compiler/src/java/flex2/compiler/config/ConfigurationException.java
        Added UserLocaleNotAvailable class.
      compiler/src/java/flex2/compiler/media/FontTranscoder.java
        Modified getURL() to handle fonts in a SWC subdirectory.  This
        fixes SDK-24555.
      compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
        Modified save() to close and null out "out".  This fixes SDK-24472.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24472
        http://bugs.adobe.com/jira/browse/SDK-14213
        http://bugs.adobe.com/jira/browse/SDK-24555
        http://bugs.adobe.com/jira/browse/SDK-24555
        http://bugs.adobe.com/jira/browse/SDK-24472
    Modified Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/CompcTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_en. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/FontTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/localization/LocalizationManager.java

  • [svn:fx-trunk] 12270: * Another batch of compiler fixes.

    Revision: 12270
    Revision: 12270
    Author:   [email protected]
    Date:     2009-11-30 07:51:06 -0800 (Mon, 30 Nov 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24083, SDK-24084, SDK-23721, SDK-24386
    Reviewer: Corey
    Tests run: checkintests
    Is noteworthy for integration: yes, fixes DMV issue and FB issue
    Code-level description of changes:
      modules/compiler/src/java/flex2/tools/PreLink.java
        Revert a last minute change, which I made before revision 12043,
        by moving the while loop back outside the for loop.  Otherwise the
        iterator only gets created once inside the for loop.  This fixes
        SDK-23721 and SDK-24386.
      modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        Modified stripRedeclaredManagementVars() by checking if classInfo
        is null before using it.  It can be null when errors have
        occurred.  This helped reveal the problem with SDK-24083 and
        SDK-24084.
      modules/compiler/src/java/flex2/compiler/SourceList.java
        Modified calculateRelativePath() to better handle multiple
        directories which overlap by name.  This fixes SDK-24083 and
        SDK-24084.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
        http://bugs.adobe.com/jira/browse/SDK-23721
        http://bugs.adobe.com/jira/browse/SDK-24386
        http://bugs.adobe.com/jira/browse/SDK-23721
        http://bugs.adobe.com/jira/browse/SDK-24386
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SourceList.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

  • [svn:fx-trunk] 11732: * Another batch of compiler fixes.

    Revision: 11732
    Author:   [email protected]
    Date:     2009-11-12 13:18:47 -0800 (Thu, 12 Nov 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes: The mxunit test
              Namespaces_LibraryTag_Definition_GraphicalAssetTest failed,
              but I think the test should result in a compile error.
    Doc notes:
    Bugs: SDK-23898, SDK-24001, SDK-24075, SDK-22471, SDK-23772, SDK-23662
    Reviewer: Corey
    Tests run: ran full cyclone twice, but all the mustella tests timed
               out on the "cyclone assist" server, so I ran a sampling
               locally.
    Is noteworthy for integration: No
    Code-level description of changes:
      modules/swfutils/src/java/flash/util/StringUtils.java
        Modified unformatString() to more closely match the opposite of
        formatString() by only converting a double backslash to a single
        backslash when it precedes a 'u'.  This fixes SDK-23898.
      modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        Made report-invalid-styles-as-warnings and
        show-invalid-css-property-warnings no longer hidden.  This fixes
        SDK-24001.
      modules/compiler/src/java/flex2/compiler/SymbolTable.java
        Added debug param to constructor and modified it to turn on
        perCompileData.omitTrace when it's false.  This fixes SDK-24075.
      modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
        Uncommented fix for SDK-22471, which was accidentally commented
        out.
      modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        Modified analyze(XMLNode) to only add an import for XMLUtil when
        e4x is false.  This fixes SDK-23772.
        Modified analyze(XMLListNode) to no longer add an import for
        XMLUtil, because it's not used.
        Modified createInlineComponentUnit() and createDefinitionUnit() to
        use new method getInnerClassName() to create a unique className,
        if the user doesn't specify one.  This fixes SDK-23662.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23898
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-22471
        http://bugs.adobe.com/jira/browse/SDK-23772
        http://bugs.adobe.com/jira/browse/SDK-23662
        http://bugs.adobe.com/jira/browse/SDK-23898
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-22471
        http://bugs.adobe.com/jira/browse/SDK-23772
        http://bugs.adobe.com/jira/browse/SDK-23662
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/util/StringUtils.java

  • [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:fx-trunk] 14222: ComboBox copy bug fix

    Revision: 14222
    Revision: 14222
    Author:   [email protected]
    Date:     2010-02-17 16:05:08 -0800 (Wed, 17 Feb 2010)
    Log Message:
    ComboBox copy bug fix
    http://bugs.adobe.com/jira/browse/SDK-25278 - Copying the selected text in a closed ComboBox causes it to open its drop-down
    The CopyOperation was triggering opening the dropDown. Added a listener for the TextInput "changing" event, storing the text value. Then in the change handler, we only open the dropDown if the text has changed.
    QE notes: add test
    Doc notes: n/a
    Bugs: SDK-25278
    Reviewer: Kevin
    Tests run: ComboBox, checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25278
        http://bugs.adobe.com/jira/browse/SDK-25278
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as

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

  • [svn:fx-trunk] 9419: 2nd attempt to check in prototypes of ControlBars in Panel and Application , Spark Containers in Halo Navigators, Halo ViewStack in Spark ButtonBar.

    Revision: 9419
    Author:   [email protected]
    Date:     2009-08-20 09:19:04 -0700 (Thu, 20 Aug 2009)
    Log Message:
    2nd attempt to check in prototypes of ControlBars in Panel and Application, Spark Containers in Halo Navigators, Halo ViewStack in Spark ButtonBar.  APIs should match spec but are subject to change from PARB.  Skins are subject to tweaking after XD review
    QE Notes: The following tests will fail and need updating:
    gumbo/containers/Panel/Properties/Panel_Properties_position Panel_Properties_rotate
    apollo/spark/components/Window/properties/window_properties_titleIcon_tests titleIcon_test8
    Doc Notes: None
    Bugs: None
    Reviewer: Darrell, Glenn, Ryan
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/gumbo/components/Application, gumbo/components/ButtonBar, gumbo/containers/Panel, apollo/gumbo/spark/Window, containers/ViewStack, containers/Accordion,
    states/Integration/TabNavApp, states/Reparent
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/SparkChromeWindowed ApplicationSkin.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NavBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ApplicationSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/PanelSkin.mxml
        flex/sdk/trunk/frameworks/spark-manifest.xml
        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_en.properties
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/INavigatable.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/INavigatorContent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NavigatorChild.as
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/IDeferredContentOwner.as

  • [svn:fx-trunk] 5243: Two Mxml Vector fixes.

    Revision: 5243
    Author: [email protected]
    Date: 2009-03-11 12:13:39 -0700 (Wed, 11 Mar 2009)
    Log Message:
    Two Mxml Vector fixes.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19808, SDK-19810
    API Change: NO
    Reviewer: Gaurav
    Code-level description of changes:
    reflect/TypeTable.java
    Modified getElementType() by checking for vectorType instead of
    arrayType and moving the Array handling to the else block.
    builder/VectorBuilder.java
    Modified ElementNodeHandler to use isAssignableTo() instead of equals().
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19808
    http://bugs.adobe.com/jira/browse/SDK-19810
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/VectorBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java

  • [svn:fx-trunk] 10270: * A beta 2 fix.

    Revision: 10270
    Author:   [email protected]
    Date:     2009-09-15 10:54:40 -0700 (Tue, 15 Sep 2009)
    Log Message:
    A beta 2 fix.
    QE notes:
    Doc notes:
    Bugs: SDK-21830
    Reviewer: Corey
    Cycloner: Gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Code-level description of changes:
      frameworks/tests/basicTests/halo/views/CollectionTests.mxml
        Removed extra curly brace found by running without direct AST
        generation.  I'll be logging a bug for this.
      modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        Modified getDescriptorDeclaration() to use new
        DescriptorGenerator.addDescriptorInitializerFragments() signature.
      modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
        Modified getDefinitionBody() to use new
        DescriptorGenerator.addDescriptorInitializerFragments() signature
        and pass in an empty Set for the properties to include.  This
        outputs only the children, which is what we want.
        Modified generateDefinitionBody() to do the direct AST generation
        equivalent.
      modules/compiler/src/java/flex2/compiler/mxml/gen/DescriptorGenerator.java
        Renamed getDescriptorInitializerFragments() to
        addDescriptorInitializerFragments() and added list,
        includeDesignLayer, and indent parameters to allow more control
        over the output.
      modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        Modified generateBindingsSetupFunction() to call
        generateTwoWayPrimaryAssignment() and added
        generateTwoWayPrimaryAssignment().
        Modified addDescriptorInitializerFragments() and
        addDescriptorProperties() by adding an includeDesignLayer
        parameter.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21830
    Modified Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/halo/views/CollectionTests.mxml
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/DescriptorGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va

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

  • [svn:fx-trunk] 8344: Rect radius bug fix

    Revision: 8344
    Author:   [email protected]
    Date:     2009-06-26 16:58:50 -0700 (Fri, 26 Jun 2009)
    Log Message:
    Rect radius bug fix
    http://bugs.adobe.com/jira/browse/SDK-21867 -   Rect with only radiusX properly set does not render properly
    Fixed Rect?\226?\128?\153s handling of radiusX and radiusY to match the spec.
    ?\226?\128?\156If a properly specified value is provided for radiusX but not for radiusY, then the user agent processes the Rect element with the effective value for radiusY as equal to radiusX. If radiusX is not specified, or is specified as zero, then the user agent processes the Rect element as if no rounding had been specified, resulting in square corners.?\226?\128?\157
    QE Notes: Update tests
    Doc Notes: Update docs to mention this new behavior
    Bugs: SDK-21867
    Reviewer: Awaiting review
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21867
        http://bugs.adobe.com/jira/browse/SDK-21867
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Rect.as

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

  • [svn:fx-trunk] 10275: Beta 2 bug fix.

    Revision: 10275
    Author:   [email protected]
    Date:     2009-09-15 12:13:55 -0700 (Tue, 15 Sep 2009)
    Log Message:
    Beta 2 bug fix. Remove styleProxy from SkinnableTextBase, and replace with pushing padding styles from the skin into the textDisplay.
    QE notes: -
    Doc notes: -
    Bugs: SDK-20479
    Reviewer: Jason
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20479
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTex tBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml

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

Maybe you are looking for

  • Install SSD in macbook pro late 2011 15'

    Hello,      I just want to make sure i have the steps right for installing my SSD. I am trying to avoid cloning because my current HDD is faulty which is why i'm replacing it. I have a time machine backed up on an external hard drive. So as far as i

  • SQLPS - Checking for a specific table

    I am trying to check for a table existence in each database.  Any ideas why this does not work? Import-Module "sqlps" -DisableNameChecking $SQLServer = "wobdslezberg2" Set-Location SQLSERVER: $dbArray = Get-ChildItem -name -Exclude "tempdb*", "master

  • Calling stored procedures in Sybase from java

    Hi, I am using the following stored procedure in Sybase use xyzdb go -- drop procedure if it already exist if object_id('up_name_select') is not null begin drop procedure up_name_select end go create procedure up_name_select @zid          numeric(7,0

  • 2 discs stuck in my imac ?

    any idea's, my daughter put 2 discs in my mac os x,

  • TS1398 cannot enable wifi on my itouch

    the last time i updated the software on both of my Itouchs, the wifi function stopped working. i have tried everything i can to get it to work. have others experienced this?