Re: GWT Designer Not Visiible in IDE

2012-05-04 Thread Patrick May
Is there an updated tutorial that shows this behavior? The StockWatcher tutorial says that it's possible to open the designer on an EntryPoint class. Thanks, Patrick On Wednesday, February 15, 2012 3:58:40 AM UTC-5, Nitheesh Chandran wrote: Hi, You cant open your entry point class

Re: GWT Designer Not Visiible in IDE

2012-05-04 Thread Eric Clayberg (Google)
Non-UiBinder EntryPoint files can definitely be opened in GWT Designer. The StockWatcher tutorial expects you to be using the full version of GWT Designer and to use its wizard to create the project. If you are creating a UiBinder-based UI, you need to open the UiBinder file, not the Java

Re: GWT Designer Not Visiible in IDE

2012-02-15 Thread Nitheesh Chandran
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

GWT Designer Not Visiible in IDE

2012-02-10 Thread Mike
I installed GWT for Eclipse including the Designer, however I have yet to figure out how to open a View in Design mode. There is no Design tab, button or show view link in the Window menu ...where is it?? - thx Mike -- You received this message because you are subscribed to the Google

Re: GWT Designer Not Visiible in IDE

2012-02-10 Thread Eric Clayberg (Google)
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 docshttp://code.google.com/webtoolkit/tools/gwtdesigner/index.html . -- You received this message

Re: GWT Designer Not Visiible in IDE

2012-02-10 Thread Mike
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) clayb...@google.com wrote: Have you tried opening a UI file (UiBinder XML file or GWT