Re: Eclipse not recognizing GWT on auto import

2013-02-19 Thread Bill Doss
Other imports work, even the lib-gwt-svg from Vectomatic that I added. I copied one of the samples from the gwt directory (Hello) and tried to import it via create project from existing ant build but that didn't work. This is not a show stopper. But it is annoying. :( On Tuesday, February

Eclipse not recognizing GWT on auto import

2013-02-18 Thread Bill Doss
Hi, When I click on the little red X, which appears when I add a line that contains a class not yet imported, I expect to see something like: Import 'SimplePanel' (com.google.gwt.user.client.ui) But I don't. I have to type it in myself. Anybody know why? Everything else works just fine.

Why does GWT echo PHP script file instead of executing it?

2013-02-12 Thread Bill Doss
Hi ... I've been trying several examples that I've found online to have a PHP script called by an web application developed with GWT (via Eclipse) using HTTP requests. I figure once I get this to work I can apply the techniques to my own application. However, I am having a horrible time