Re: [flexcoders] subclassing DataGrid

2010-06-22 Thread Alex Harui
Because all property names are in the same namespace as the component. On 6/21/10 1:47 PM, "mitchgrrt" wrote: I have: and am getting the error message: Could not resolve to a component implementation MyBetterDataGrid extends DataGrid. Why isn't the compiler letting me decl

[flexcoders] subclassing DataGrid

2010-06-21 Thread mitchgrrt
I have: and am getting the error message: Could not resolve to a component implementation MyBetterDataGrid extends DataGrid. Why isn't the compiler letting me declare the columns? Is there a way to do this? Thanks.

RE: [flexcoders] Subclassing DataGrid Observations

2006-10-21 Thread Matt Chotin
Subject: [flexcoders] Subclassing DataGrid Observations   Hi all, In the process of creating this sample, I learned a couple of things about the DataGrid control that might be useful to others and Adobe.  The following highlighted items are the new CSS properties that I used:  headerColors

[flexcoders] Subclassing DataGrid Observations

2006-10-21 Thread Tim Hoff
Hi all, In the process of creating this sample, I learned a couple of things about the DataGrid control that might be useful to others and Adobe.  The following highlighted items are the new CSS properties that I used:  headerColors:  #99, white, white;  headerColorsRatios: 0, 60, 255; head

Re: [flexcoders] subclassing DataGrid in Beta 3

2006-05-12 Thread Manish Jethani
On 5/12/06, Jim Laing <[EMAIL PROTECTED]> wrote: > So, one of our requirements is to make the up/down arrow keys work in > a DataGrid that is being edited. In Beta 2, I was able to subclass > certain functions (keyDownHandler, findNextEnterItemRenderer) of the > DataGrid which were marked public

[flexcoders] subclassing DataGrid in Beta 3

2006-05-11 Thread Jim Laing
So, one of our requirements is to make the up/down arrow keys work in a DataGrid that is being edited. In Beta 2, I was able to subclass certain functions (keyDownHandler, findNextEnterItemRenderer) of the DataGrid which were marked public at the time. Now it seems these functions are marked pri