[svn:fx-trunk] 5259: Flex Slider Wireframe skin updates

Revision: 5259
Author: [email protected]
Date: 2009-03-11 15:49:11 -0700 (Wed, 11 Mar 2009)
Log Message:
Flex Slider Wireframe skin updates
SDK-19590 The thumb of an FxHSlider using the Wireframe skin is not centerred on the track.
Update the wireframe skins to more closely match the XD comps. Added constraint support for dimension changes.
QE Notes: n/a
Doc Notes: n/a
Bugs: SDK-19590
Reviewer: Glenn
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-19590
http://bugs.adobe.com/jira/browse/SDK-19590
Modified Paths:
flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHSliderSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHSliderThumbSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHSliderTrackSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVSliderSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVSliderThumbSkin.mxml
flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVSliderTrackSkin.mxml

Similar Messages

  • [svn:fx-trunk] 10179: Adjustment to wireframe RadioButton skin to account for stroke.

    Revision: 10179
    Author:   [email protected]
    Date:     2009-09-11 15:45:00 -0700 (Fri, 11 Sep 2009)
    Log Message:
    Adjustment to wireframe RadioButton skin to account for stroke.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22509
    Reviewer: Glenn
    Tests run: Mustella (needs rebaselining for wireframe radio button tests).
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22509
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/RadioButtonSkin.mx ml

  • [svn:fx-trunk] 11966: Move focusSkinExclusions into Skin (from SparkSkin) and add suggestedFocusSkinExclusions to SkinnableComponent.

    Revision: 11966
    Revision: 11966
    Author:   [email protected]
    Date:     2009-11-18 16:21:41 -0800 (Wed, 18 Nov 2009)
    Log Message:
    Move focusSkinExclusions into Skin (from SparkSkin) and add suggestedFocusSkinExclusions to SkinnableComponent.
    QE Notes: None
    Doc Notes: new API (suggestedFocusSkinExclusions)
    Bugs: SDK-19255
    Reviewer: Glenn
    API Change: Yes
    Is noteworthy for integration: Yes
    tests: checkintests mustella/gumbo/components/TextInput, TextArea, CheckBox, RadioButton
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19255
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/CheckBox.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextInput.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableCom ponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/SparkSkin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HighlightBitmapCaptureSkin .as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/RadioButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ScrollerSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/RadioButtonSkin.mx ml

  • [svn:fx-trunk] 8530: Change Slider and NumericStepper default value

    Revision: 8530
    Author:   [email protected]
    Date:     2009-07-13 11:17:46 -0700 (Mon, 13 Jul 2009)
    Log Message:
    Change Slider and NumericStepper default value
    http://bugs.adobe.com/jira/browse/SDK-18380 - FxHSlider and FxVSlider have default max of 100, should be 10
    Changed the default value for Slider by setting the value to 10 in the constructor. I changed NumericStepper?\226?\128?\153s implementation to match Slider. The problem with NumericStepper?\226?\128?\153s previous implementation was that it wasn?\226?\128?\153t calling Range?\226?\128?\153s maximum setter. Thus there was some important logic in Range.commitProperties that wasn?\226?\128?\153t called. 
    QE Notes: Update tests with new default
    Doc Notes: Update docs with new default
    Bugs: SDK-18380
    Reviewer: Hans
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18380
        http://bugs.adobe.com/jira/browse/SDK-18380
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as

  • [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] 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-trunk] 5893: Fixed compiler errors and updated to 2009 namespace w/ Spark controls (where applicable).

    Revision: 5893
    Author: [email protected]
    Date: 2009-04-02 16:30:46 -0700 (Thu, 02 Apr 2009)
    Log Message:
    Fixed compiler errors and updated to 2009 namespace w/ Spark controls (where applicable).
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/asdoc/en_US/mx/printing/examples/PrintDataGr idExample.mxml

  • [svn:fx-trunk] 10183: Fix focusEnabled settings on ScrollBar Wireframe skins

    Revision: 10183
    Author:   [email protected]
    Date:     2009-09-11 16:18:47 -0700 (Fri, 11 Sep 2009)
    Log Message:
    Fix focusEnabled settings on ScrollBar Wireframe skins
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-22611
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests gumbo/components/
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22611
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/HScrollBarSkin.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/VScrollBarSkin.mxm l

  • [svn:fx-trunk] 13298: Remove FIXMEs from DateChooser wireframe skins

    Revision: 13298
    Revision: 13298
    Author:   [email protected]
    Date:     2010-01-05 17:59:32 -0800 (Tue, 05 Jan 2010)
    Log Message:
    Remove FIXMEs from DateChooser wireframe skins
    Wireframe skins don't need over and down states.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: -
    Is noteworthy for integration: -
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserNextMonthS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserNextYearSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserPrevMonthS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserPrevYearSk in.mxml

  • [svn] 3710: Moved the wireframe skins into a "Wireframe" theme.

    Revision: 3710
    Author: [email protected]
    Date: 2008-10-17 10:46:28 -0700 (Fri, 17 Oct 2008)
    Log Message:
    Moved the wireframe skins into a "Wireframe" theme. A subsequent checkin is required to include the theme in the SDK builds.
    Spiffed up the wireframe skins a bit to make them look better.
    QA: Yes, please add tests that include the wireframe theme. This theme only applies to Gumbo components.
    Bugs: SDK-17342, SDK-15855
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17342
    http://bugs.adobe.com/jira/browse/SDK-15855
    Modified Paths:
    flex/sdk/trunk/frameworks/build.xml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/wireframe/
    flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    flex/sdk/trunk/frameworks/projects/wireframe/bundles.properties
    flex/sdk/trunk/frameworks/projects/wireframe/defaults.css
    flex/sdk/trunk/frameworks/projects/wireframe/src/
    flex/sdk/trunk/frameworks/projects/wireframe/src/WireframeClasses.as
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxCheckBoxSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxDefaultComplexItemRenderer.m xml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxDefaultItemRenderer.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHScrollBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHScrollBarThumbSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHScrollBarTrackSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHSliderSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHSliderThumbSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxHSliderTrackSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxListSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxRadioButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxScrollBarDownButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxScrollBarLeftButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxScrollBarRightButtonSkin.mxm l
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxScrollBarUpButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerDecrButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerIncrButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxTextAreaSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxTextInputSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxToggleButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVScrollBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVScrollBarThumbSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVScrollBarTrackSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVSliderSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVSliderThumbSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxVSliderTrackSkin.mxml
    Property Changed:
    flex/sdk/trunk/frameworks/themes/

  • [svn:fx-trunk] 8136: Adjustments to default size and padding for TextInput and TextArea skins.

    Revision: 8136
    Author:   [email protected]
    Date:     2009-06-23 16:16:49 -0700 (Tue, 23 Jun 2009)
    Log Message:
    Adjustments to default size and padding for TextInput and TextArea skins.
    TextInput default with is big enough to hold 10 characters (it will actually hold more than 10 "normal width" characters)
    TextArea padding matches TextInput padding
    These changes are done to the Spark and Wireframe skins.
    Bugs: SDK-16300 & SDK-16294
    QE Notes: New baseline bitmaps are needed (sorry Peter!)
    Doc Notes: None
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-16300
        http://bugs.adobe.com/jira/browse/SDK-16294
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/TextInputSkin.mxml

  • [svn] 4656: Fix SDK-18823 and SDK-18885 - Skin tweaks to both default skins and wireframe skins .

    Revision: 4656
    Author: [email protected]
    Date: 2009-01-23 18:07:45 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Fix SDK-18823 and SDK-18885 - Skin tweaks to both default skins and wireframe skins. Its important to note that the wireframe skins for Spinner and NumericStepper are a bit behind the default skins look, but we'll be spending some time next iteration cleaning up the wireframe skins so thats ok for now.
    QA: Yes - you might have to regen some bitmaps based on the tweks.
    Doc: No
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18823
    http://bugs.adobe.com/jira/browse/SDK-18885
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerDecrButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerIncrButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerSkin.mxml

  • Flex Open Source SDK doesn't contain spark.wireframe skin or modules?

    Hello, I am curious if the Flex Open Source SDK no longer contains the spark.wireframe skin. It is not located in frameworks/projects/spark/src/spark/skins where I would expect it to be.
    Also, the documentation on this site specifies that a modules folder is to contain the sources necessary to build the jar files for the various command line tools. Is this longer included in the source distribution?

    I still see it in there in its own project (frameworks/projects/wireframe).
    The modules folder is the source for the compiler and other tools and is not included in the Open Source SDK.  It is included in the full Flex SDK.  Apache Flex should be receiving a copy of the source though.

  • [svn:bz-trunk] 18053: BLZ-571: Use of wrong operator in string comparison in flex.messaging.VersionInfo. java

    Revision: 18053
    Revision: 18053
    Author:   [email protected]
    Date:     2010-10-07 03:27:37 -0700 (Thu, 07 Oct 2010)
    Log Message:
    BLZ-571: Use of wrong operator in string comparison in flex.messaging.VersionInfo.java
    Updated the code to use the right operator.
    Check-in Tests: PASS
    QA: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-571
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/VersionInfo.java

  • [svn:fx- flex] 21426: Moved flex/sdk/tags/trunk to flex/sdk/tags/trunk4.5.1 .

    Revision: 21426
    Revision: 21426
    Author:   [email protected]
    Date:     2011-06-21 07:15:10 -0700 (Tue, 21 Jun 2011)
    Log Message:
    Moved flex/sdk/tags/trunk to flex/sdk/tags/trunk4.5.1. This tag has history for the 4.5.1 release
    Added Paths:
        flex/sdk/tags/trunk4.5.1/
    Removed Paths:
        private/flex/sdk/tags/trunk/

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

Maybe you are looking for

  • External microphone for hp 600-1160uk

    Hi, I am hoping someone can help me. I want to add a logitech microphone and use that instead of the internal microphone. I have purchased a standard desktop microphone with a jack but when I plug it into the "audio line in" on the left side of the c

  • Issue while updating EAN in Material Master

    Hi Friends,    We are using the following code to update the EAN of an existing material, but no changes are being done in the article. I am getting a message "Messages for article 100002268: log number 0000000000012552" from the BAPI. When I checked

  • My Indesign and Photoshop trials have updated but will not open?

    I have recently purchased a MacBook Pro and with it, I have installed a trial of Creative Cloud. After downloading the trials of Photoshop and Indesign, I was asked to update them. After completing the updates instead of allowing me to launch the tri

  • IPhone 3gs Stuck on Update to IOS 5

    Today i wanted to update my 3gs to IOS5. But now it is stuck :-/// Itunes can't update the iphone, neither in maintance nor in DFU mode.  I only get the maintance mode or an never ending reboot loop. I tunes reports me an "Unknown error -1" That's di

  • Exception when using jco to call rfc

    Hi All,     When I used JCO to call rfc 'RFC_GET_TABLE_ENTRIES' to get the records of the table 'MARC'. I met the following Exception, it seems that there are too many records in the table. And I have used the import parameter 'MAX_ENTRIES' to set th