« Return to Thread: How to avoid too many callbacks

How to avoid too many callbacks

by Gerhard Obermann :: Rate this Message:

Reply to Author | View in Thread

Hi!
 
What is the best way to avoid too many callbacks!
 
I have a large table with e.g. 1000 cells.
Each cell has an onClick Event with a callback.
But to improve the performance, it would be
better to use only one callback which sends back the selected cell id as parameter!
 
It would be nice to have an example for such cases.
 
Gerhard
 

_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: How to avoid too many callbacks