I am also having the same issue with an itemrenderer losing my
datagrid rollover colours .. i have tried inline itemrender v external
mxml renderer with no difference .. it seems to be related to the
public override of set data function ... any ideas ?

I have also tried setStyle("rollOverColor", 0xccffcc) on renderer and
inline without success

Not only are the rollover colours missing but also the click function
call for the datagrid

Thanks
L

--- In [email protected], "djbrown_rotonews"
<[EMAIL PROTECTED]> wrote:
>
> I've got a dataGrid setup, with each cell having an itemRenderer 
> associated with it. The itemRenderer is setting the text color based 
> on the value in each cell, via a setStyle("color", ) call. The problem 
> is that this prevents my rollOverColor declaration in my DataGrid from 
> working (you can still see the color "behind" each cell around the 
> border, but the cell itself doesn't retain the rollOverColor). 
> 
> I tried setting the rollOverColor in the itemRenderer code itself with 
> no luck. Is there a way to set the opacity of the cell to 0 that would 
> allow the underlying default colors from the dataGrid itself 
> to "bleed" through?
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to