[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

Similar Messages

  • [svn] 663: Fix SDK-14201: Performance: embedded images are written into the swf one byte at a time.

    Revision: 663
    Author: [email protected]
    Date: 2008-02-26 13:56:08 -0800 (Tue, 26 Feb 2008)
    Log Message:
    Fix SDK-14201: Performance: embedded images are written into the swf one byte at a time.
    This changes the way swfs are written out when they contain embedded lossless images,
    such as PNGs and GIFs. The old code had a loop to write a byte at a time; the new code
    does a single biblt. The result is a modest compilation speedup, on the order of
    several hundred milliseconds when compiling Flexstore.
    (This already went into the trunk as revision 658.)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14201
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/swfutils/src/java/flash/swf/TagEncoder.java

    Hiya, Mike,
    It's pretty tough to work through pasted-in code. If you can, please upload a page to a server, so we can see your pages in context. We'll be able to download it and look at it.
    That said, you can do this: Find the beginning of an editable region in Code View. It will look like this:
    <!-- InstanceBeginEditable name="nameofregionhere" -->
    Click anywhere in that tag, between the opening bracket and the closing bracket.
    Then, on the vertical toolbar on the left side of the Code window, click on the "Collapse Full Tag" button. It is the one with two arrows pointing at each other. This will collapse that entire editable region. Then click the button with the two arrows pointing away from each other. That will re-open the editable region, but will highlight it.
    If you have nested regions, you will find the other inside one of the editable regions. If you copy the <!-- InstanceBeginEditable and do a search on it in that document, you will find the nested region.
    Beth

  • [svn] 658: Fix SDK-14201: Performance: embedded images are written into the swf one byte at a time.

    Revision: 658
    Author: [email protected]
    Date: 2008-02-26 11:28:16 -0800 (Tue, 26 Feb 2008)
    Log Message:
    Fix SDK-14201: Performance: embedded images are written into the swf one byte at a time.
    This changes the way swfs are written out when they contain embedded lossless images,
    such as PNGs and GIFs. The old code had a loop to write a byte at a time; the new code
    does a single biblt. The result is a modest compilation speedup, on the order of
    several hundred milliseconds when compiling Flexstore.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14201
    Modified Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagEncoder.java

    Thanks John,
    I've downloaded the exif tool + the gui - I can see how it's meant to work and have successfully processed a single file (even when I got the name wrong it still copied exif time data!)
    I'll investigate further on how to do a batch and use command line
    Really appreciate your prompt response to my problem. 
    I will let you all know how I get on - will take quite a few weeks but I am confident I can get there!
    Thanks Mike
    A week later I've now got back into this.  I used the exif gui tool - which was very simple to use once I sat down with peace and quiet for 10 mins!  I successfully copied and updated the correct exif data including capture time from the original backup files.  My metadata keywords remained untouched when I then updated the metadata setting from disk in lightroom.
    exif is a great tool, and I found it easier to use than AM pro - I couldn't  see the photo attributes in the trial download so made it hard to sort by date.
    Anyway my problem was overcome thank you

  • [svn] 3130: Fix SDK-16700: Applying a matrix to a GraphicElement does not get applied immediately.

    Revision: 3130
    Author: [email protected]
    Date: 2008-09-05 15:32:13 -0700 (Fri, 05 Sep 2008)
    Log Message:
    Fix SDK-16700: Applying a matrix to a GraphicElement does not get applied immediately.
    Added explicit matrixChanged and displayObjectChanged flags to GraphicElement so we can reliably track changes to those items. Changed commitXY() to set the x and y properties directly on the display object rather than indirectly through the matrix. Setting through the matrix caused any non-rotation or scale transform to be lost.
    Reviewer: Deepa
    Checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16700
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

    :/ - I just said I can't post this on the business forum as I have tried, it it says my post doesn't conform to the rules, yet there isn't anywhere where it breaks them. I will already be in talks with a lawyer but I was wondering if a more amicable solution could be reached first

  • [svn] 2748: Fix SDK-16360.

    Revision: 2748
    Author: [email protected]
    Date: 2008-08-05 13:33:08 -0700 (Tue, 05 Aug 2008)
    Log Message:
    Fix SDK-16360.
    The problem of not getting the creationComplete event was caused by my change that added the PopUpManager.centerPopUp() call inside of PopUpManager.show(). What was happening was the pop up was created and the ?\226?\128?\156creationComplete?\226?\128?\157 event fired before the Alert was returned from Alert.show(). I think the endEffect was a similar issue.
    The fix is to listen for the FlexEvent.CREATION_COMPLETE event and center the popup when that event is received.
    QE:Yes
    Doc:
    Checkintests: Standard plus mustella Alert
    Reviewer: Alex
    Bugs: SDK-16360
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16360
    http://bugs.adobe.com/jira/browse/SDK-16360
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/Alert.as

  • [svn] 962: fix SDK-15020 get the proper values in flex-sdk-description. xml when packaging flex_sdk_4.zip

    Revision: 962
    Author: [email protected]
    Date: 2008-03-27 09:49:15 -0700 (Thu, 27 Mar 2008)
    Log Message:
    fix SDK-15020 get the proper values in flex-sdk-description.xml when packaging flex_sdk_4.zip
    -also add setup.sh.build.xml,build.properties
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15020
    Modified Paths:
    flex/sdk/trunk/build.xml

    Revision: 962
    Author: [email protected]
    Date: 2008-03-27 09:49:15 -0700 (Thu, 27 Mar 2008)
    Log Message:
    fix SDK-15020 get the proper values in flex-sdk-description.xml when packaging flex_sdk_4.zip
    -also add setup.sh.build.xml,build.properties
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15020
    Modified Paths:
    flex/sdk/trunk/build.xml

  • [svn] 4235: Fix for - Links and type information missing for air.update. event events in @event listings

    Revision: 4235
    Author: [email protected]
    Date: 2008-12-04 13:02:39 -0800 (Thu, 04 Dec 2008)
    Log Message:
    Fix for - Links and type information missing for air.update.event events in @event listings
    Also adding support for multiple @event for a method.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18319
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18319
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Hi All,
    I have sorted out the problem and this is fixed now.
    Regards,
    Ajay Kunde

  • [svn] 3777: Bug fix SDK-17677 Update to include MPL license and third-party notices.

    Revision: 3777
    Author: [email protected]
    Date: 2008-10-21 10:20:27 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Bug fix SDK-17677 Update to include MPL license and third-party notices.
    QE Notes:
    Doc Notes:
    Bugs: SDK-17677
    Reviewer: Matt Chotin
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17677
    http://bugs.adobe.com/jira/browse/SDK-17677
    Modified Paths:
    flex/sdk/trunk/modules/webtier/readme.txt

    Step by step, how did you arrive at seeing this agreement?

  • [svn] 2893: Fixes for SDK-16507 and SDK-16502.

    Revision: 2893
    Author: [email protected]
    Date: 2008-08-19 08:46:45 -0700 (Tue, 19 Aug 2008)
    Log Message:
    Fixes for SDK-16507 and SDK-16502. Tweaked the order of binding setup a bit, and took care of some edge cases related to function binding.
    Reviewer: Paul Reilly
    Bugs: SDK-16507, SDK-16502
    QA: Yes
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16507
    http://bugs.adobe.com/jira/browse/SDK-16502
    http://bugs.adobe.com/jira/browse/SDK-16507
    http://bugs.adobe.com/jira/browse/SDK-16502
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Binding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Watcher.as
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDef.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm

  • [svn] 3914: Bug fix SDK-17779 FlexAntTasks-license. txt contradicts readme-open.htm

    Revision: 3914
    Author: [email protected]
    Date: 2008-10-27 13:56:09 -0700 (Mon, 27 Oct 2008)
    Log Message:
    Bug fix SDK-17779 FlexAntTasks-license.txt contradicts readme-open.htm
    QE Notes:
    Doc Notes:
    Bugs: SDK-17779
    Reviewer: Matt Chotin
    Removing this file from SVN.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17779
    http://bugs.adobe.com/jira/browse/SDK-17779
    Removed Paths:
    flex/sdk/branches/3.2.0/modules/antTasks/FlexAntTasks-license.txt

  • [svn:fx-trunk] 9328: Fixing SDK-22462: Event dispatched is not as expected in Tree

    Revision: 9328
    Author:   [email protected]
    Date:     2009-08-14 17:02:35 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Fixing SDK-22462: Event dispatched is not as expected in Tree
    For this, the issue is really that TreeItemRenderers assume that no click event can occur on the disclosureIcon.  This is because the discolsureIcon is added and removed each time it goes through invalidation in commitProperties(), so a new discolsureIcon gets created and replaces the old one after they mouseDown (meaning no click event actually occurs).  Automation replays some mouse events on one disclosureIcon only (which is an automation bug because that?\226?\128?\153s not how it actually works in the real world) and when a ?\226?\128?\156click?\226?\128?\157 occurs, that causes an itemClick on the Tree, when it shouldn?\226?\128?\153t.  For Flex 3, this wasn?\226?\128?\153t a problem because the IR was getting invalidated through a different codepath because openDuration did not default to 0.  If you set it to 0, you?\226?\128?\153d see the same problem in Flex 3.  Anyways, the fix is just to block all click events that occur on the disclosureIcon.
    QE notes: -
    Doc notes: -
    Bugs: SDK-22462
    Reviewer: Alex
    Tests run: checkintests, mustella Tree
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22462
        http://bugs.adobe.com/jira/browse/SDK-22462
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeItemRenderer .as

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

  • [svn] 2479: 3.1 fix: SDK-15310

    Revision: 2479
    Author: [email protected]
    Date: 2008-07-14 15:11:32 -0700 (Mon, 14 Jul 2008)
    Log Message:
    3.1 fix: SDK-15310
    Focus pane mask needs to be nulled out to avoid cases where it remains and blocks out the visual updating of focus.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15310
    Modified Paths:
    flex/sdk/branches/3.1.0/frameworks/projects/framework/src/mx/core/UIComponent.as

    Thank you, chuanhaochiu. Any idea as to when it will be released? Also, is Sun apt to release an update to a prior version (1.3.1_04) when 1.4 is already out there?

  • [svn] 2643: Applied patch to fix SDK-15100 ("The 'alignSymbol' resource in the 'SharedResources' bundle should only be 'left' or 'right'" )

    Revision: 2643
    Author: [email protected]
    Date: 2008-07-28 15:31:59 -0700 (Mon, 28 Jul 2008)
    Log Message:
    Applied patch to fix SDK-15100 ("The 'alignSymbol' resource in the 'SharedResources' bundle should only be 'left' or 'right'")
    Reviewer: Ryan
    Bugs: SDK-15100, SDK-16000
    QA: No
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15100
    http://bugs.adobe.com/jira/browse/SDK-15100
    http://bugs.adobe.com/jira/browse/SDK-16000
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/bundles/da_DK/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/es_ES/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/fi_FI/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/it_IT/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nb_NO/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/nl_NL/SharedResources.properties
    flex/sdk/trunk/frameworks/projects/framework/bundles/pt_BR/SharedResources.properties

    Unfortunately, most of my advice is in the "hindsight is 20-20" category.
    First off, I would never have purchased the peripheral accessories until the 14 day return period had expired. Second, you learned the hard way what the "14 days" really means.
    Too bad you didn't do any homework, reading this and other forums and tech sites. Even word of mouth from others. That, more than anything could have steered you towards different phone choices from the get-go and I will leave that there with no further comment other than to say most of the issues you described have been discussed in this forum, ad nauseam.
    Once you got into the refurbished phone exchanges, that is where things really went haywire. What someone tells you over the phone is a sketchy proposition, and when it comes down to it, it's your word against theirs.
    I think Verizon tried to make it right, though. Remember, they don't make the phones. Don't throw the baby out with the bathwater.
    You stated yourself you were a satisfied Verizon customer before this. Had the first two phones performed as they should, you would still be a satisfied Verizon customer.
    Doubt any of that will make you any happier, but after you went through the effort of writing such a long post, I thought I'd try.

  • [svn:fx-i11] 5489: i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent

    Revision: 5489
    Author: [email protected]
    Date: 2009-03-23 10:04:25 -0700 (Mon, 23 Mar 2009)
    Log Message:
    i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent
    Fix: add a method in GroupBase that's called whenever child x,y changes in UIComponent. GroupBase invalidates layout when autoLayout is true.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20148
    Reviewer: Deepa
    tests: checkintests, mustella
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20148
    http://bugs.adobe.com/jira/browse/SDK-20148
    Modified Paths:
    flex/sdk/branches/i11/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.a s
    flex/sdk/branches/i11/frameworks/projects/framework/src/mx/core/UIComponent.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn:fx-trunk] 5831: Fix bug Fix SDK-19800 FxButton doesnt resize itself to display all text when lineBreak == toFit

    Revision: 5831
    Author: [email protected]
    Date: 2009-03-31 16:50:47 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fix bug Fix SDK-19800 FxButton doesnt resize itself to display all text when lineBreak == toFit
    Fix: implement text reflow support for TextGraphicelement.
    QE Notes: None
    Doc Notes:
    Bugs: SDK-19800
    Reviewer: Carol, Gordon
    tests: checkintests, mustella
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19800
    http://bugs.adobe.com/jira/browse/SDK-19800
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/TextGraphicE lement.as

Maybe you are looking for

  • CS4 crashing (again and again)

    I know we are not running snow leopard. We have tried reinstalling, messing with config files, messing with fonts (but not wiping from a clean slate but instead using a copy from a computer that is not having issues). I would love some help The error

  • Small problem after moving music folder

    I moved my music folder to an external drive and used the consolidate library afterwards. All the music was moved with no problems and I have no exclamation points anywhere. My only problem was I had purchased three iPod games. They are still located

  • I want to number each line on my spreadsheet

    I'm trying to number each line on a spreadsheet, I thought I could put in a formula and copy down the column but that's not working. What am I doing wrong? thank you, Jackie

  • Creating a place for notes

    Hi everyone! i've added a picture with the kind of notes i'm looking for. i'm using acrobat reader X 10.1.4 . How can I edit the file with those lines?

  • Every .dmg file I download is "damaged"

    I've tried to install the newest java update, Pro Tools 10.3.4, Norton Antivirus for Mac, and a few others, and I have the same problem with all disk images downloaded from the internet.  When I double click on the dmg file, it opens it, and I can se