You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I am a bit confused regarding the use of sprites in UIBinder Classes.
As I was not able to use a css with sprites in a UIBinder XML I was
searching the web for this problem and found this issue:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
The difference is that the Dev Guide references a ClientBundle (with its own CssResource) from a UiBinder file, whereas in the issue, the OP tries to create a CssResource (ui;style) referencing an ImageResource declared in another ClientBundle.
or benefit from the implicit ClientBundle created by UiBinder, using ui:style to generate a CssResource, and ui:image to generate an ImageResource (and ui:data for a DataResource, FWIW)