On 26 nov, 19:41, "Jim Colton" <[EMAIL PROTECTED]> wrote: > ..taking about 25 seconds on a 1.7ghz laptop with firefox. > > It that length of time expected or may there be something wrong with two > nested loops for row, col and setWidget on the grid?
I would first try a BulkTableRenderer; if you can't (I can't see any reason why, but...) then use an IncrementalCommand. Can't you also use setText instead of setLabel? If you can avoid instanciate 17000 Label objects, it'll probably run faster too ;-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
