Some of the other team members might know better than I. I'm not quite sure what you are asking, but I would imagine that each .css file should point to the correct image folder.
Thanks, John LaBanca [email protected] ---------- Forwarded message ---------- From: sujeesh lal <[email protected]> Date: Wed, Jun 17, 2009 at 2:07 PM Subject: gwt incubator doubt (how to change my image folder dynamically) To: [email protected] Hi Jlabnca, First of all thanks for this wonderful jar of incubator, which help me lot for in my application. I need you small help. I have one interface which handles 2 thems like public interface resourceInterface extends ImutableResourceBundle { @Resource("com/score/webui/app/common/public/css/normal.css") public abstract CssResource getNormalTheme(); @Resource("com/core/webui/app/common/public/css/redTheme.css") public abstract CssResource getRedTheme(); } I have injected my redtheme to my normalTheme succesfully. My issue is for my normal.css i have so many images in my /images/normal folder. But when I inject the redTheme.css I have no idea how to direct my image folder to /images/redTheme folder. Could you help me how can I do that. Example code might help me more Thanks in advace regards Sujeesh --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
