I have been using the GWT 2.1.0's MVP framework for a couple of weeks now, and I really like it.
However the flickering during place "transitions" really bothers me, and today I tried to do something about it. Sofar I've found this: http://code.google.com/p/google-web-toolkit/source/detail?r=9049 Notice the second part, "Also undoes demo-time hack that left stopped widgets in place to reduce flicker" Using an activitymanager that leaves the stopped widgets in place removed the flickering. But I assume there's a problem with this approach? Anyone have a suggestion to a better strategy for removing the flickering? Some sort of cache was mentionend in the above link. Thanks in advance /Michael Toft -- 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.
