Gordon,

I'm not sure how to subclass and I don't know how to find out.  I have
the Flex 2 training from the source book and it doesn't mention
subclasses.  As a newbie to flex/as3 I find that flex is easy to use
if I can see an example or it's standard functionality.  What's hard
to do is the customization.  It's not that the code is hard, it's
finding out how to write the code (hope that makes sense).  I can't
seem to find a place that tells me how to do the advanced
customization that I want to do.  Maybe I just don't know where to
look though.

-Nate

--- In [email protected], "Gordon Smith" <[EMAIL PROTECTED]> wrote:
>
> Bruce, is the problem that you haven't been able to figure out how to do
> this, that you don't think you should have to figure it out, that you're
> not clear on how to subclass, or something else? In general, the Flex
> framework team has been surprised at the resistance many developers have
> to subclassing and we'd like to understand it better. After all, we
> can't provide every feature that developers need without bloating our
> components, and we've assumed that subclassing will be a commonly used
> technique.
>  
> By the way, when you say "for each cell" do you mean that each cell
> needs to render differently based on the data it displays? Or every row
> might be different, but each column in a row is the same? Or that each
> column is different, but every row in a column is the same?
>  
> - Gordon
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Matt Chotin
> Sent: Monday, February 19, 2007 1:46 PM
> To: [email protected]
> Subject: RE: [flexcoders] This would make me very happy, a datagrid on
> STERIODS!
> 
> 
> 
> We are looking at this kind of enhancement for the next Flex release :-)
> But if folks want to create a subclass to share in the meantime that
> might be a good little project.
> 
> Matt
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of boy_trike
> Sent: Monday, February 19, 2007 1:23 PM
> To: [email protected]
> Subject: [flexcoders] This would make me very happy, a datagrid on
> STERIODS!
> 
> Am I the only poor slob out here who does NOT want to sub-class a
> datagrid to be able to 
> control for each cell the:
> 
> * Background color
> * Font Color
> * Font Size
> * Font Weight
> 
> Is it possible that Adobe (or someone who I would be happy to pay $$$
> to) will come out 
> with a datagrid with an option similar to the labelFunction that has
> these 4 fields passed to it 
> so I can easily and programmatically set any of these parameters? Maybe
> its because I am 
> coming from Delphi which has a few different grids that offer these
> features that I not 
> satisfied with the current offerings. Please let me know if there are
> other BUSINESS 
> developers who feel the same way. (if not, I will assume that I am more
> unique than my wife 
> lets on!) However, I warn you, I do not handle disappointment very well!
> 
> Bruce
>


Reply via email to