|
Store the value in an instance variable as
well as passing it thorugh to the image. Then in setValue check to see if it’s
!= your stored value and only update the Image source if true. Matt From: I have a CellRenderer for a DataGrid that creates images dynamically
based on a value passed in through the SetValue method of the CellRenderer. The problem is that setValue seems to be called multiple times, like on
sort, on select etc, which causes all the images to be recreated, thus casuing
a visual flicker in each cell. Is there an alternate way to do this ? TIA
|
- RE: [flexcoders] Datagrid Cell Renderer Matt Chotin
- Re: [flexcoders] Datagrid Cell Renderer superabe superabe

