eadams schrieb: > The > timings showed the first third was in about 1.5 seconds, the next > third was in about 4 seconds and the last third in over 6 seconds. > This elapsed time is after the data has been received from the server > (which is also very fast). > > All of the above is on a Windows Vista client using IE 7. Testing the > same code on FireFox 3.0.6, the 268 rows display in under 1 second. Is > this a known problem with IE and are there any work arounds? > Unfortunately FireFox is not a solution for this issue as the > company's only approved browser is IE.
It's a rendering issue and not the only one. Try creating a Tree with 100.000 elements and have a look how much fun you have with InternetExplorer and Firefox (Safari is very fast here which makes me jealous). One thing I haven't tried but you might try out is adding the flex-table to the panel after adding all rows. This might speed up things because InternetExplorer seems to redraw the whole table when adding rows (this is not GWT- specific, I had the same effects with other web-frameworks in the Good Old Days(R) as well). Or - if that has no effect - you might play around with setVisible. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
