Thanks for your reply :) I've looked through the compiled files, and those arrow images are not referenced anywhere. Thank G... Google? :) I'm not using the standard theme, IMHO it does not look very pretty :) I'm inlining css and small images as much as possible.
Thanks On Aug 4, 4:23 pm, André Moraes <[email protected]> wrote: > Maybe this is part of the standard gwt theme. > > If you take a look at the GWT Tree widget those arrows are used there. > > But they will no be loaded to the browser if not used, so relax :) > > Try to remove the standard theme from your gwt module (if you don't use > Widgets) and those files will no be compiled next time. > > And if you want images, try to use CssResources and ClientBundle so the > compiler will generate only the files that your code uses. > > Hope it helps. > > -- > André Moraes > Analista de Desenvolvimento de Sistemas > [email protected]http://andredevchannel.blogspot.com/ -- 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.
