Thanks, but not sure what you mean.
This is the logic that change the background:

                                if (labelDisplay.uid == lastUID) { 
                                        if (lastText != labelDisplay.text) { 
                                                needBlink = true; 
                                        } 
                                } 

As I understand it, that means that if this the same labelDisplay, and its
text has changed, then change the background. 

What am I missing?

The problem is that it works as long as I don't scroll the grid.
If I do scroll the grid, then, as the renderers get recycled, they are
changing the background.
Are you saying that I should cache the last value of the cell (not the
renderer) ?





--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Best-way-to-blink-a-Spark-Datagrid-cell-tp9334p9345.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to