[flexcoders] Re: DataGrid, itemRenderer, button with custom image resizing

2007-03-22 Thread maury.sword
Is your button class the itemRenderer ? Have you tried creating an itemRenderer that extends a container and includes your button as a child ? I think I have seen checkBox itemRenderers implemented in this manner. --- In flexcoders@yahoogroups.com, wdsnapper [EMAIL PROTECTED] wrote:

[flexcoders] Re: DataGrid, itemRenderer, button with custom image resizing

2007-03-22 Thread wdsnapper
Thank you. This solved my problem. Specifically, I changed my remove button renderer class from extending Button to a class that extended Canvas and then create the button in there and add the Button as a child as you suggested. Very simple and works perfectly. --- In