Table cell flashing
869629Nov 15 2011 — edited Nov 22 2011Hi,
Before I start to hack away a solution that might not be fx-like, I'd like to get your expert opinion about implementing cell flashing for a table view.
I have done this several times in Swing (using a timer, a customer renderer, switching the bg/fg colors 3 times, and firing up an even table cell update), but how do implement this feature in JavaFX?
* The table cell renderer (override def call (...)) could be used
* The bg/fg color switch can be done using different css styles
* what would be the best way to implement the timer and ask the view to "repaint" a specific cell?
Thx v much