Sorry for my stupid question, I am a newbie. I am looking at example application "Web Application Starter Project" which is sending a text to server and responding with "Hello" dialog.
My question is how to use GWT designer (in Eclipse) in general? I tried to move a button and got a warning "Warning: com.google.gwt.user.client.ui.RootPanel descendants will be incorrectly positioned, i.e. not relative to their parent element, when 'position:static', which is the CSS default, is in effect. One possible fix is to call 'panel.getElement().getStyle().setPosition(Position.RELATIVE)'." So the default design of main page does not suppose GWT designer use. Also, the sample contains dialog window. I can't find a way to call GWT designer against this window. So, both two visual components of the sample does not suppose GWT designer usage? Then how I can create something which will demonstrate where to use GWT designer? Is it possible to create some dialog windows which can be edited with GWT designer? Thanks. -- 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.
