GWT Incubator People, Since I don't know where to start a discussion on design decisions for the incubator, I'll do it here.
There is a fundamental problem in incubator that leads to memory leaks and reduced performance. For example the ScrollTable (now in AbstractScrollTable) and ProgressBar add themselfs to the ResizableWidgetCollection in the constructor. The problem is that they are NEVER removed. Would'nt it be beter that these kind of components only add to the ResizableWidgetCollection in the onLoad and remove automatically in the onUnload ? We are using Progress Bars in Tables and many ScrollTables as well. Every time that table is reconstructed, the memory usage increases. After some time we also notice that the CPU usage goes up even when the user is not doing anything. David --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
