views:

64

answers:

2

hi, all

I need to create a image resource that i can use for the push button, but where can i find some good tutorial on UiBinder and ImageResource? the gwt online tutorial is not enough for me to understand it. Thanks.

A: 

Have you read the docs yet? Is there more you're confused about?

Jason Hall
if i define an image resource in uiBinder like this: <ui:image field="pushButtonImage" src="../resources/img/img.gif"> do i still have to define the ImageResource and ClientBundle in java code? and with the uiBindle way, it always complained no img.gif found, but the .gif file was in that directory, any idea why? thanks
A: 

This seems to be the only non-Google one.

http://giantflyingsaucer.com/blog/?p=1101

stan229