Hello, This is really just a heads up...
We are currently developing a large/complex GWT app and are making use of ClientBundle, CssResource and ImageResource. We've run into an issue where by GWT is generating massive sprite images (for instance one is 163,000 x 300 pixels) - which obviously causes memory problems in the compiler, dev mode and in browsers tyring to load/render this image. There is something specific about our Widget/CSS structure that is causing GWT to do this - we haven't found out what it is yet (we have widgets that nest HorizontalPanel/VerticalPanel/FlowPanel/ScrollPanel and some are positioned absolutely and some are relative etc, etc). Does anyone know if there is any debug that can be turned on (in the compiler) that maybe hints at what is wrong? Or has anyone come across this problem before? I was going to submit a bug, but until I can find out what causes this there isn't any point doing that. Cheers, Dave -- 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.
