GWT Module cleanup

2011-11-18 Thread Jonathan Gossage
GWT has the entry point EntryPoint to initialize a module but I cannot find an analogous entry point for a module being unloaded. I want to release some resources when a module is unloaded and I can`t find the place to do it. Any ideas? -- You received this message because you are subscribed to

Re: Display first web page in GWT

2011-11-14 Thread Jonathan Gossage
with a space, I don't think comma is working } On 13 Νοέ, 17:51, Jonathan Gossage jgoss...@gmail.com wrote: I am a complete beginner with GWT and web development generally and I trying to build a GWT app using baby steps so I can understand each step. I have created a tiny app that simply

Re: Display first web page in GWT

2011-11-14 Thread Jonathan Gossage
I have also tried not setting a background image so only the border should be displayed. Since this is not happening I have to assume that: a) The panel is not being rendered. b) The stylesheet entry is being ignored. On Mon, Nov 14, 2011 at 1:53 PM, Jonathan Gossage jgoss...@gmail.comwrote

Display first web page in GWT

2011-11-13 Thread Jonathan Gossage
-INF/images/background.jpg); width: 80%; height: 80%; border: 10px,solid,red; } My problem is that I do not see any evidence of the styling in the displayed web page. I have verified that the onModuleLoad() method is being called. Can anyone spot what I could be doing wrong: Jonathan Gossage

Loading a GWT application n development mode

2011-11-10 Thread Jonathan Gossage
I have developed a small GWT applicattion using the GWT designer on Eclipse 3.7 64 bit on Windows7 64 bit with SP1. I am using GWT 2.4 and GAE 1.5.5. My problem is that when I try to launch the application in development mode, the development module starts but when I select Launch Default

Unable to load GWT Design View in Eclipse

2011-11-08 Thread Jonathan Gossage
I have installed a clean version of Eclipse 3.7 and the Google Web Toolkit 2.4 including App-engine and GWT. The designer shows up as installed but I can find n way to invoke or use it. How am I supposed to access it. Jonathan Gossage -- You received this message because you are subscribed

Re: Unable to load GWT Design View in Eclipse

2011-11-08 Thread Jonathan Gossage
Apparently I am not looking in the right place for documentation. I spent an entire day looking for this information without success. On Tue, Nov 8, 2011 at 12:23 PM, Eric Clayberg (Google) clayb...@google.com wrote: Have you tried opening one of your GWT UI classes (Java or UiBinder) with