That's a nice graphical feedback idea Suren (I'll steal it one day
soon I'm sure ;-)

How I would do it

1/ Create a Feedback object that has a time in side of it that takes
card of the cell, row, etc.. Associated with the cell, row, in some
way

2/ Inside the feedback object set the hot color as desired and the
schedule regular intervals say 1/3 of a second giving a total of 15
interrupts. At each interrupt move the color 1/15th of the way back to
white - quite easy to do if you split up the RGB values

3/ Have a poisenPill() method on the object that will terminate it

4/ At the last interrupt have the object commit suicide and remove
itself

5/ On an edit clear any existing feedback objects and kill them.
Instantiate a new Feedback object and forget about it

Your users will be fighting to edit as many cells as they can as fast
as they can

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to