My application consists of a main ImageBundle containing the default theme of the web site and of other ImageBundles representing the other themes. The aim is to allow the user to switch the theme without having to stop interacting with the web site during loading. So I want him to press a button, then to see a work in progress icon, then when it is available, to change all the images of the web site.
Your idea for the XHR of the <md5>.cache.png is exactly what I need but the <md5>.cache.png is generated by GWT and I don't know how to retrieve the file name of ImageBundles. Do I have to modify the GWT compiler to output them somewhere with an annotation for example? You make me think that I should not use an ImageBundle but load a simple .png and manage the Images' visibility rects by myself. Is it a sane approach? I read that there are some browser compatibility problems with png... For the size of the bundles, it is between 500 K and 1000 K. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
