RE: [flexcoders] Re: Checkbox Itemrenderer centering mystery...

2009-03-12 Thread Tracy Spratt
A drop-in check box renderer will not center in a datagrid column. That site explains how to fix it, without using a container. I have never seen one align center, regardless of column setting, unless you wrap it in a container. Tracy Spratt, Lariat Services, development services available

RE: [flexcoders] Re: Checkbox Itemrenderer centering mystery...

2009-03-12 Thread Tracy Spratt
I didn't actually run that but I will believe you I have not used that syntax at all, halfway between a drop-in and a full render implementation. With a working example and a non-working one you can usually bracket an issue and find it by making the two code bases more and more similar.

RE: [flexcoders] Re: Checkbox Itemrenderer centering mystery...

2009-03-12 Thread Alex Harui
I didn't run this example. I will later if I get time. I'm surprised the checkbox centers. textAlign is for text and the checkbox icon isn't text and I don't think there's code in there that uses textAlign to position the checkbox. In theory, the centering trick on my blog should be what