tags:

views:

74

answers:

2

I recently learned about GWT Designer and I am trying to use it in one of my projects. When I tried to open myView.java I got a message that this view is associated with a UIBinder file and that I should open the UIBinder file. When I open the UIBinder file I am told that I need version 2.1 M4 for UIBinder to work. I then install 2.1RC1 and I get an internal error when I try and open a UI file with windowBuilder. So does UIBinder work with GWT Designer? If it does, what am I doing wrong?

A: 

The below thread may have answer for you...

http://stackoverflow.com/questions/3752733/gwt-uibinder-or-gwt-designer

Saket Bansal
I know it's pretty ridiculous to say since that question is from September, but it's kind of dated. These are features that have supposedly been released in the past few weeks. I was hoping to get an answer from someone that has tried to use GWT Designer with UI Binder and what they did to get it to work.
Lumpy
ok...got it.......
Saket Bansal
A: 

Give this a try using the latest GWT Designer 8.1 build...

http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html

It works much better with UiBinder than the 8.0 release from a month ago.

Eric Clayberg - Google