Re: question on GWT showcase examples

2015-02-21 Thread Magnus
Hi, I still have a question on that CellList example: I wonder where the CellList is created. It seems that it is defined in the UIBinder code. There is a class ShowMorePagerPanel, which seems to hold the CellList. However this class is included twice in the UIBinder. http://dl.google.com/gwt

Re: super-source and eclipse

2015-02-21 Thread confile
How should this work with a second project? If I a super/ folder as source and have a gwt.xml in super/emul.gwt.xml with: Then this will not work. The super source must be in a subfolder. Am Freitag, 5. Oktober 2012 16:47:33 UTC+2 schrieb Thomas Broyer: > > > > On Friday, October 5, 2012 3:2

Re: with Eclipse

2015-02-21 Thread confile
How should this work with a second project? If I a super/ folder as source and have a gwt.xml in super/emul.gwt.xml with: Then this will not work. The super source must be in a subfolder. Am Montag, 26. April 2010 11:32:13 UTC+2 schrieb Thomas Broyer: > > > > On Apr 26, 12:43 am, David Giv

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-21 Thread Thomas Broyer
On Friday, February 20, 2015 at 7:51:20 PM UTC+1, Juan Calderón wrote: > > Unfortunately, if the future of the gwt-maven-plugin is uncertain I don´t > know what to do. > Don't get me wrong. It's not that its future is uncertain, it's that I believe it gets many things wrong, and things could b

Re: SDM not workin correct...

2015-02-21 Thread Thomas Broyer
Just launch your Tomcat with -Dgwt.codeerver.port=9876 so that your RPC servlets will load the *.rpc serialization policy files from the CodeServer (SDM) rather than from disk. You shouldn't need to compile your app at any time. On Friday, February 20, 2015 at 7:59:51 PM UTC+1, Blaze wrote: > >