Hi, You cant open your entry point class using GWT designer . Though you can open other classes which you write using java on the GWT designer. You have to extend the Composite class for getting the designer of a particular class. Just right click on the class which extends composite and go to OPENWITH->GWT DESIGNER.
On Feb 11, 12:20 am, Mike <[email protected]> wrote: > I downloaded the google sample MVP code (Contacts) and am trying to > look at one one of the View Java files ContactsView.java in Design > mode. Is that not possible? > > On Feb 10, 1:47 pm, "Eric Clayberg (Google)" <[email protected]> > wrote: > > > > > > > > > Have you tried opening a UI file (UiBinder XML file or GWT Java file) using > > the GWT Designer editor? > > > If you are having problems using GWT Designer, I would highly recommend > > taking a look at the > > docs<http://code.google.com/webtoolkit/tools/gwtdesigner/index.html> > > . -- 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.
