Re: UI Binder Button Problem

2011-08-17 Thread walker1c
Hi Alex, That would be a start. Does the tag in your post work? The Javadoc at http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/CustomButton.html shows upFace as a sub-node of the PushButton tag. If I'm reading the UIBinder documentation correctly,

Re: UI Binder Button Problem

2011-08-16 Thread Alex Dobjanschi
What are you trying to do exactly? Setting the upFace of a PushButton? Then go with {{{ g:PushButton ui:field=button upFace={img.button} / }}} (not sure highlight will work) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

UI Binder Button Problem

2011-08-15 Thread walker1c
Can anyone tell me what I'm doing wrong here? g:Image gets an image URL, but g:upFace just gets a text input field. ButtonPanel.ui.xml --- ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui ui:with