[flexcoders] Re: Oh the headerrenderer of death

2007-02-22 Thread digital_eyezed
Hi,

I'm not using the variableRowHeight attribute so that didn't work,
this is soo hard to dubug.

Any other suggestions?

Cheers,

Iain

--- In flexcoders@yahoogroups.com, "bobrene07" <[EMAIL PROTECTED]> wrote:
>
> Hello,
> 
> I had the same bug, when my datagrid had variableRowHeight="true", my
> headerrender wouldn't work. if you have try without it.
> 
> 
> good day
> 
> bob
> 
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "digital_eyezed" 
> wrote:
> >
> > Hi,
> > 
> > Having a bit of a nightmare with a headerrenderer, it simply doesn't
> > work for me, ahh I hear you say.
> > 
> > This is what I have:
> > 
> >  > backgroundColor="#C0C0C0" width="75" textAlign="center"
> > headerText="black"/>
> > 
> > The Renderer is this:
> > 
> > 
> > http://www.macromedia.com/2003/mxml"; xmlns="*"
> > marginTop="0" marginBottom="0" hScrollPolicy="off" verticalGap="0"
> > horizontalGap="0" backgroundColor="#dd" vScrollPolicy="off"
> > verticalAlign="top" borderStyle="none">
> > 
> > 
> > 
> > 
> > 
> > 
> > All I want to show is the headerText with a backgroundColor in the
> header.
> > 
> > Can anyone help please?
> > 
> > All I get at the moment is a blank header, with nothing in it and the
> > same as the default header colors.
> > 
> > Cheers,
> > 
> > Iain
> >
>




[flexcoders] Re: Oh the headerrenderer of death

2007-02-22 Thread bobrene07
Hello,

I had the same bug, when my datagrid had variableRowHeight="true", my
headerrender wouldn't work. if you have try without it.


good day

bob




--- In flexcoders@yahoogroups.com, "digital_eyezed" <[EMAIL PROTECTED]>
wrote:
>
> Hi,
> 
> Having a bit of a nightmare with a headerrenderer, it simply doesn't
> work for me, ahh I hear you say.
> 
> This is what I have:
> 
>  backgroundColor="#C0C0C0" width="75" textAlign="center"
> headerText="black"/>
> 
> The Renderer is this:
> 
> 
> http://www.macromedia.com/2003/mxml"; xmlns="*"
> marginTop="0" marginBottom="0" hScrollPolicy="off" verticalGap="0"
> horizontalGap="0" backgroundColor="#dd" vScrollPolicy="off"
> verticalAlign="top" borderStyle="none">
> 
> 
> 
> 
> 
> 
> All I want to show is the headerText with a backgroundColor in the
header.
> 
> Can anyone help please?
> 
> All I get at the moment is a blank header, with nothing in it and the
> same as the default header colors.
> 
> Cheers,
> 
> Iain
>