Re: How to determine if popup panel is visible or shown?

2009-03-18 Thread Ziyod
There's an existing bug: On Mar 18, 9:12 am, rjcarr wrote: > It seems as soon as I create a popup panel (PopupPanel) and call the > isVisible() method it will return true, even before I add a widget to > it and before I call sho

Re: Help with the connection

2009-01-08 Thread Ziyod
Hi Jully, Follow this instructions if you still run into the same problems post the error messages! http://code.google.com/webtoolkit/gettingstarted.html On Jan 7, 9:37 am, Jully wrote: > Hello, Ziyod. > > I am in the location of GWT, then /samples, then, whatever file I > doubl

Re: Compiling a single Java class to a plain JavaScript file

2009-01-07 Thread Ziyod
don't think GWT can do what you > want. > > NB: I'm not an expert on the GWT internals so I might have made a few > mistakes, but I'm fairly sure the above is true. #1 is certainly true, > and already a big deal for you. > > On Jan 7, 7:20 am, rapodaca

Re: Help with the connection

2009-01-06 Thread Ziyod
Hi Jully, Can you be more specific on steps you took? Once you have installed GWT you should be able to go to /samples folder and pick any of the examples. For example, navigate to GWT_HOME/samples/Showcase (where GWT_HOME = location of gwt) folder and double click on Showcase-shell.cmd file that

Re: Compiling a single Java class to a plain JavaScript file

2009-01-06 Thread Ziyod
Use GWTCompiler it's part of the com.google.gwt.dev.GWTCompiler package Create a gwtCompiler.cmd file and insert this command: @java -cp "%~dp0\gwt-user.jar;%~dp0\gwt-dev-windows.jar" com.google.gwt.dev.GWTCompiler %* GWTCompiler [-logLevel level] [-gen dir] [-out dir] [-treeLogger] [- style styl