from GWT documentation on UiBinder [1]
in the code fragment below,

is this a typo, do we need to use "Sprite" or "Spriter" ?
Sprite userPictureSprite();





/**
 * Resources used by the entire application.
 */
public interface Resources extends ClientBundle {
  @Source("Style.css")
  Style style();

  @Source("Logo.jpg")
  ImageResource logo();

  public interface Style extends CssResource {
    String mainBlock();
    String nameSpan();
    Sprite userPictureSprite();
  }
}




[1] 
http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Using_an_external_resource

-- 
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.

Reply via email to