[svn:fx-3.x] 10420: Several DataGrid fixes.

Revision: 10420
Author:   [email protected]
Date:     2009-09-18 15:54:58 -0700 (Fri, 18 Sep 2009)
Log Message:
Several DataGrid fixes.  We remove checking for new edit sessions during focusIn handling and start the edit session on mouse activity, fix the calculation of maxHorizontalScrollPosition in a corner case, measure fonts in the header correctly, end the edit session on a dataprovider reset, handle having no scrollable columns.
Also update TextInput to more aggressively reset selection when used as a renderer
QE Notes: None
Doc Notes: None
Bugs: SDK-22896, SDK-22575, SDK-22548, SDK-22479, SDK-15280
Reviewer: Corey
API Change: No
Is noteworthy for integration: No
tests: checkintests mustella/browser/DataGrid
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-22896
    http://bugs.adobe.com/jira/browse/SDK-22575
    http://bugs.adobe.com/jira/browse/SDK-22548
    http://bugs.adobe.com/jira/browse/SDK-22479
    http://bugs.adobe.com/jira/browse/SDK-15280
Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/DataGrid.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/TextInput.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataG ridHeader.as

Can't solve your immediate problem, but thought this might be of interest.
I created a tutorial on converting the Adobe Flex 3 example Dashboard application to Flex 4.
The tutorial is here:
http://stardustsystems.com/learning/flex4/tutorials/portDashboardToFlex4/index.html
There are links to the tutorial PDF, the converted applicaton, and the source code.
Hope this helps someone.
http://www.stardustsystems.com
http://www.stardustsystems.com/blog

Similar Messages

  • Latest update removed several Quick Fix items

    I noticed that the latest update removed several quick fix items.
    I use the quick fix often for family type shots.
    I only shoot in RAW.
    Also they removed several adjustments that would appear in the menu and now you have to take an additional step to open it in the adjustment menu side bar.
    The one I am most interested in is : Levels, it seems to be that is a basic adjustment and seeing the graph is important.
    QUESTIONS :
    (1)
    Are there ways to add changes to the quick fix adjustments
    (2)
    Is there a way to add/keep certain adjustments in the side bar permenantly
    Thanks,
    Greg

    Hi Greg,
    Glad to help.
    The naming wouldn't be so important if we were working in the same room.  As it is, words are all we have to go on here in the Discussion forums; use of the correct names saves a lot of time.
    I'd forgotten about the "Quick Fixes" Effect Preset Group.  My bad -- -- sorry.
    You have no idea how lucky you are
    Au contraire, mon ami  -- I have publicly thanked Sony for making full-frame digital cameras within reach at a time when I became passionate about photography, and I state whenever I can how fabulous are the tools that are now available to your run-of-the-mill image-maker.  It's an extraordinary time -- enjoy.

  • [svn:fx-trunk] 11208: More styling bug fixes:

    Revision: 11208
    Author:   [email protected]
    Date:     2009-10-27 16:30:03 -0700 (Tue, 27 Oct 2009)
    Log Message:
    More styling bug fixes:
    - Add borderAlpha, borderColor, and borderVisible to NumericStepper
    - Make LinkButtonSkin respond to cornerRadius, rollOverColor, and selectionColor
    - Draw opaque white background behind data grid header so contentBackgroundColor doesn't bleed through
    - ItemRenderer/DefaultItemRenderer no longer draw contentBackgroundColor. In the "normal" states, the background of the renderer is transparent so the skin background color shows through.
    QE Notes: 5 DataGrid bitmaps need to be regenerated.
    Doc Notes: None
    Bugs: SDK-23437, SDK-23367, SDK-23351, SDK-23345, SDK-23339
    Reviewer: Kevin, Ryan
    API Change: no
    Is noteworthy for integration: No
    tests: checkintests gumbo/components/NumericStepper components/DataGrid
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23437
        http://bugs.adobe.com/jira/browse/SDK-23367
        http://bugs.adobe.com/jira/browse/SDK-23351
        http://bugs.adobe.com/jira/browse/SDK-23345
        http://bugs.adobe.com/jira/browse/SDK-23339
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer .as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/DataGridHeaderBackground Skin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/LinkButtonSkin.mxml

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-4.x] 14492: Mirroring performance fixes

    Revision: 14492
    Revision: 14492
    Author:   [email protected]
    Date:     2010-03-01 17:15:48 -0800 (Mon, 01 Mar 2010)
    Log Message:
    Mirroring performance fixes
    Fixed a performance problem in UIComponent. Updated invalidateLayoutDirection to only iterate through its non-style children (GraphicElements) if its layoutDirection has not changed.
    http://bugs.adobe.com/jira/browse/SDK-25547 - Performance regression in datagrid scroll after 14208
    Restored the use of transform.concatenatedMatrix instead of MatrixUtil.getConcatenatedMatrix. We want the postLayoutTransformOffsets because the Player incorporates these values in textWidth and textHeight.
    Always return the absolute measuredWidth/Height
    QE notes: none
    Doc notes: none
    Bugs: SDK-25547
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25547
        http://bugs.adobe.com/jira/browse/SDK-25547
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UITextField.as

  • [svn] 2312: CursorManager: New functionality and a fix for SDK-15029

    Revision: 2312
    Author: [email protected]
    Date: 2008-06-30 17:24:01 -0700 (Mon, 30 Jun 2008)
    Log Message:
    CursorManager: New functionality and a fix for SDK-15029
    * NEW: When the mouse leaves a window/stage where a cursor is set, the cursor no longer sits on the edge of the screen until the mouse comes back into the window, it disappears.
    * NEW: In AIR, when the mouse leaves an active window and glides over an inactive window (without giving it focus) where a cursor is set, the system pointer will be hidden and the custom cursor will appear while gliding over that window, and disappear when you leave that window.
    * FIX: When a cursor is set in a child Window, and the mouse moves over another Window or WindowedApplication, the cursor no longer disappears -- the correct system pointer or custom cursor will display.
    * Fixed listener leaks when switching systemManagers (neither Jason nor I can tell when/why it would happen in CursorManager, however).
    Reviewer: Jason
    Bugs: SDK-15029
    Doc: No
    QA: Yes, here's an exhaustive list of ideas:
    * We'll need tests for the new behaviors.
    * For all tests, we need to try behavior in air AND behavior in (sa)player, and test regressions.
    * Please test SDK-15583 again, all other cursor tests.
    * Take the test case for SDK-15029 and open up TWO MyWindows. Test how the cursors change across all three app windows when they are overlapped like a Venn diagram, with different combinations of custom cursors on and off -- we should have test cases for all of this behavior.
    * Test that custom cursors work properly when the mouse leaves a non-rectangular stage with transparency.
    * Test mouse drag situations -- drag off stage, release, move back to stage; drag off and back onto stage, etc.
    * In my tests, I found a lot of bad behavior in AIR, and player seemed to be fine. Do we have drag and drop use cases for AIR with custom cursors?
    A list of some bugs I encountered:
    * BUG (cosmetic): If the mouse is outside the stage when a cursor changes for the first time (say you toggle a checkbox which sets the cursor using the keyboard), the cursor will appear on the stage in the last known mouse position. When the mouse returns to the stage, everything will start working correctly again.
    * BUG (cosmetic): In AIR, if you drag out, and back into the window, then release, a MOUSE_OUT is fired again over the stage, which is wrong. The mouse coords given are (-1,-1), also wrong. This causes the system cursor to show instead of the custom cursor.
    * BUG: In AIR: if you drag off the edge of a Window with a custom cursor, the cursor will vanish. The MOUSE_OUT event correctly event fires while dragging off the window. Even though the handler tells the system mouse cursor to appear, it doesn't -- might be an AIR issue, since the mouse is still dragging when told to show. If you move back over the active window without dragging, the cursor goes back to normal.
    * BUG: In AIR: if you drag over another window with a cursor, MOUSE_MOVE events don't fire on that other window until you let go. Therefore, a custom cursor in that window does not get drawn, nor does a system cursor. If you move back over the active window without dragging, the cursor goes back to normal.
    * BUG: In AIR: When dragging, off a window, Event.MOUSE_LEAVE only fires after the mouse is let go (unlike MOUSE_OUT), EVEN IF the mouse is dragged back over the window and released over the window. So you're told the mouse left when it didn't.
    * BUG: In Player: I could never get Event.MOUSE_LEAVE to fire when added to the stage in saplayer or browser.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15029
    http://bugs.adobe.com/jira/browse/SDK-15029
    http://bugs.adobe.com/jira/browse/SDK-15583
    http://bugs.adobe.com/jira/browse/SDK-15029
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.a s

  • [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-4.x] 15312: ComboBox bug fix

    Revision: 15312
    Revision: 15312
    Author:   [email protected]
    Date:     2010-04-09 13:51:32 -0700 (Fri, 09 Apr 2010)
    Log Message:
    ComboBox bug fix
    http://bugs.adobe.com/jira/browse/SDK-26089 - s:ComboBox is not updated correctly when selectedItem is removed from dataProvider
    Handle this specific case by overriding itemRemoved and clearing the textInput. Changing updateLabelDisplay messes with the custom selected item logic, which is why I chose a more localized solution.
    QE notes: none
    Doc notes: none
    Bugs: SDK-26089
    Reviewer: Kevin
    Tests run: ComboBox, checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26089
        http://bugs.adobe.com/jira/browse/SDK-26089
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/ComboBox.as

    Stope
    Mailing me ***
    Sent from my I phone

  • [svn:fx-4.x] 14696: Temporary FTETextField Fix

    Revision: 14696
    Revision: 14696
    Author:   [email protected]
    Date:     2010-03-10 19:08:30 -0800 (Wed, 10 Mar 2010)
    Log Message:
    Temporary FTETextField Fix
    http://bugs.adobe.com/jira/browse/SDK-25669 - FTETextField relies on the render event
    Temporary fix is to also listen for the ENTER_FRAME event when invalidating. A longer term solution will be investigated later.
    QE notes: n/a
    Doc notes: n/a
    Bugs: SDK-25669
    Reviewer: Alex
    Tests run: checkintests
    Is noteworthy for integration: yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25669
        http://bugs.adobe.com/jira/browse/SDK-25669
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/mx/core/FTETextField.as

    Stope
    Mailing me ***
    Sent from my I phone

  • [svn:fx-4.x] 14345: Mirroring bug fixes

    Revision: 14345
    Revision: 14345
    Author:   [email protected]
    Date:     2010-02-22 15:10:45 -0800 (Mon, 22 Feb 2010)
    Log Message:
    Mirroring bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25561 - MX PopUpButton displays popup inconsistently when layoutDirection is set to rtl
    http://bugs.adobe.com/jira/browse/SDK-25560 - MX ColorPicker displays popup inconsistently when layoutDirection is set to rtl
    Translate the position of the popup from the mirrored coordinates to the un-mirrored global coordinates
    http://bugs.adobe.com/jira/browse/SDK-25552 - The Spark CheckBox icon should be mirroring
    Removed setting the icon layoutDirection = ?\226?\128?\156ltr?\226?\128?\157. The icon should follow the mirroring of the component.
    http://bugs.adobe.com/jira/browse/SDK-25484 - MX Slider datatip is incorrectly positioned when layoutDirection is rtl
    Fixed two issues. The dataTip positioning is fixed by translating the position of the popup from the mirrored coordinates to the un-mirrored global coordinates. The second is fixing an issue of reversing the dataTipPosition when ?\226?\128?\156left?\226?\128?\157 or ?\226?\128?\156right?\226?\128?\157 when mirrored.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25561, SDK-25560, SDK-25552, SDK-25484
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25561
        http://bugs.adobe.com/jira/browse/SDK-25560
        http://bugs.adobe.com/jira/browse/SDK-25552
        http://bugs.adobe.com/jira/browse/SDK-25484
        http://bugs.adobe.com/jira/browse/SDK-25561
        http://bugs.adobe.com/jira/browse/SDK-25560
        http://bugs.adobe.com/jira/browse/SDK-25552
        http://bugs.adobe.com/jira/browse/SDK-25484
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/ColorPicker.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/PopUpButton.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/sliderClasses/Slider. as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml

  • [svn:fx-4.x] 14376: Mirroring bug fixes

    Revision: 14376
    Revision: 14376
    Author:   [email protected]
    Date:     2010-02-23 16:31:35 -0800 (Tue, 23 Feb 2010)
    Log Message:
    Mirroring bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25427 - HTML AIR component should not be mirrored even when layoutDirection=rtl
    Set layoutDirection=ltr in defaults.css
    http://bugs.adobe.com/jira/browse/SDK-25626 - The Spark VSlider dataTip is not positioned correctly when layoutDirection=rtl. It obscures the thumb.
    Translate the position from mirrored local coordinate to global coordinates.
    http://bugs.adobe.com/jira/browse/SDK-25584 - MX MenuBar displays menus offscreen when layoutDirection is rtl
    Added logic to keep the menus from going off the left side of the screen.
    QE notes: none
    Doc notes: none
    Bugs: SDK-25427, SDK-25626, SDK-25584
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25427
        http://bugs.adobe.com/jira/browse/SDK-25626
        http://bugs.adobe.com/jira/browse/SDK-25584
        http://bugs.adobe.com/jira/browse/SDK-25427
        http://bugs.adobe.com/jira/browse/SDK-25626
        http://bugs.adobe.com/jira/browse/SDK-25584
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/defaults.css
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/MenuBar.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/VSlider.as

  • [svn:osmf:] 12425: Extending unit tests, and fixing a bug.

    Revision: 12425
    Revision: 12425
    Author:   [email protected]
    Date:     2009-12-03 04:22:59 -0800 (Thu, 03 Dec 2009)
    Log Message:
    Extending unit tests, and fixing a bug.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/CompositeMetadata.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestCompositeMetadata.as

  • [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-beta1] 6868: Simple beta 1 fix for legacy usages of CSSStyleDeclaration() that do not pass in a selector to the constructor.

    Revision: 6868
    Author:   [email protected]
    Date:     2009-05-12 16:27:33 -0700 (Tue, 12 May 2009)
    Log Message:

    You would make this a little easier if you posted a link to the page.
    Most of the jump seems to be some extra padding or margin between the tabs  when you rollover, but I am not able to find it.  Is there any other css that is governing this page? I did remove a couple of <p></p> set of tags you had  and it improved the jump, but it is still there.
    If the page is live, run it through the validator http://validator.w3.org/ , fix whatever errors it finds, if you still have the jump, post a link to the page and the issue might get found.
    Gary

  • [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:osmf:] 13977: First check in to fix bug FM-332, more to come.

    Revision: 13977
    Revision: 13977
    Author:   [email protected]
    Date:     2010-02-04 10:32:41 -0800 (Thu, 04 Feb 2010)
    Log Message:
    First check in to fix bug FM-332, more to come.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-332
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/manifest/F4MLoader.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/Manifest.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/Media.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/BootstrapInfo.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/DRMAdditionalHeader.as

    (Removed)

Maybe you are looking for

  • Problem in Service Desk ITSM in SOLMAN 7.1

    Dear Experts, I have facing a problem in ITSM Service desk configration.Almost configration part is complete but whn my end user raise a ticket it is not showing me in SOLMAN_WORKCENTER.I have assign the role for both side processor & keyuser role. P

  • Spinning Beach Ball when trying to install CC

    Help, help, help me pleeeeeze? I have job to do before the end of the weekend... I'm getting desperate! I got the dmg file and tried to use the Creative Cloud Installer to start my free trial, but double clicking on the installer icon only produces a

  • Repeatable Mac DW CS5 crash when editing anchor

    Folks: DW C5  fully updated, on new quad-Intel Mac 10.6.4 fully updated. Registered copy. Ref:  The code below, which is composed of single-cell table containing only an anchor and brief text inside a standard HTML 4.01 Transitional wrapper.  This fi

  • Comparison between constants in class and interface

    Hi, I have recently read an article which says it is a better use of your memory if you declare constants in an Interface rather than in a Class. Can any one explain this is more detail? Have a great day. Thank you, npaila

  • Normal html inside a h:panel

    Hi Have a hidden datatable component which is displayed when a link is clicked. Along with this component I want some html. <h:panelGrid rendered="#{render}"> <div id="box-50">           <ul id="sub-heading">      <li><h2>Advanced search</h2></li> </