GWT : colspan or rowspan for DataGrid

2014-06-14 Thread ThanHtike Aung
How to set row-span or col-span for DataGrid http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/cellview/client/DataGrid.html in GWT ? I found an example at Custom Data Grid http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#%21CwCustomDataGrid but it shows

Re: When Migrating JsInterop from GWT-Exporter to @JsInterface, JSORestrictionsChecker throws NullPointerException

2014-06-14 Thread 田传武
Will JsInterop be released in June? Can't wait for it ;-) On Friday, June 6, 2014 11:58:16 PM UTC+8, Ray Cromwell wrote: JsInterop is only half implemented and not for use right now. There are several big patches that are going to land soon which change a lot about it. I would hold off

Suppress [WARN] Checking all subtypes of Object which qualify for serialization?

2014-06-14 Thread Kulnor
Hi: Is there any way to suppress the long stack of [INFO] entreis that shows up in the GwT log for the [WARN] Checking all subtypes of Object which qualify for serialization We understand where this is coming from but givne our use of generics in our beans, we have no way to prevent this.

Re: gwt-2.6.0-rc1 can't compile guava-gwt

2014-06-14 Thread Andrei Cojocaru
Hi guys, upgrading guava definitely solves the problem. I was using guava 14.0.1 and GWT 2.5.1. I upgraded to GWT 2.6.1 and encountered that same problem. Afterwards I upgraded to guava 17.0 and everything is going fine. Cheers! On Friday, November 8, 2013 10:01:01 PM UTC+2, Michael Hirsch

Re: Petition for a standalone Chome installer allowing DevMode

2014-06-14 Thread John Jerger
I am very reliant on the GWT DevMode plugin on Chrome Linux. I have tried Super Dev Mode, and I do not find it nearly as useful as the standard DevMode. On Thursday, June 12, 2014 11:24:44 AM UTC-7, Warren Baltz wrote: Many people were surprised that their DevMode no longer worked recently.

Re: GWT: CellBrowser isn't displayed in a composite

2014-06-14 Thread Jens
g:HTMLPanel c:CellBrowser defaultColumnWidth='300' ui:field= 'cellBrowser' / /g:HTMLPanel I think you don't need to wrap it in an HTMLPanel. In your Java file: - you want to use 200px and 630px - remove the @UiFactory

[gwt-contrib] Re: When Migrating JsInterop from GWT-Exporter to @JsInterface, JSORestrictionsChecker throws NullPointerException

2014-06-14 Thread 田传武
Will JsInterop be released in June? Can't wait for it ;-) On Friday, June 6, 2014 11:58:16 PM UTC+8, Ray Cromwell wrote: JsInterop is only half implemented and not for use right now. There are several big patches that are going to land soon which change a lot about it. I would hold off

[gwt-contrib] Re: user tests fail to compile

2014-06-14 Thread Michael Prentice
Thanks Jens, that worked great. This .classpath file is in source control, so this should probably go into a patch. Is anyone working on one already? classpathentry excluding=**/super/** kind=src path=core/test/ On Friday, June 13, 2014 4:28:29 AM UTC-4, Jens wrote: In Eclipse any folder

[gwt-contrib] Change-Id commit hook and EGit

2014-06-14 Thread Michael Prentice
Is there something special that I need to do to get EGit to work properly with the Change-Id commit hook? :~/Git/gwt/trunk$ git push origin HEAD:refs/for/masterCounting objects: 59, done. Delta compression using up to 4 threads. Compressing objects: 100% (11/11), done. Writing objects: 100%

[gwt-contrib] Re: Change-Id commit hook and EGit

2014-06-14 Thread Jens
EGit does not support commit hooks yet. If you are on Mac I recommend sourcetreeapp.com to do your daily git work. -- J. -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send

[gwt-contrib] Re: Change-Id commit hook and EGit

2014-06-14 Thread Michael Prentice
Good to know. Thanks. This was driving me nuts. I'm on Ubuntu, so unfortunately Sourcetree is not an option. I've used it before though and it is quite nice. On Saturday, June 14, 2014 12:59:51 PM UTC-4, Jens wrote: EGit does not support commit hooks yet. If you are on Mac I recommend

[gwt-contrib] Re: user tests fail to compile

2014-06-14 Thread Michael Prentice
I've uploaded a patch for this: https://gwt-review.googlesource.com/#/c/7890/3 On Saturday, June 14, 2014 10:22:47 AM UTC-4, Michael Prentice wrote: Thanks Jens, that worked great. This .classpath file is in source control, so this should probably go into a patch. Is anyone working on one

Re: [gwt-contrib] Re: user tests fail to compile

2014-06-14 Thread Jens
I'm not sure why or when that happened. I checked in a big patch (#7600) recently that may or may not have caused it. I wonder if someone can seek back before my commit and see if the failure is still present. Its not your commit that caused these errors. The RequestFactory error simply

[gwt-contrib] Re: Change-Id commit hook and EGit

2014-06-14 Thread Thomas Broyer
On Saturday, June 14, 2014 8:28:21 PM UTC+2, Michael Prentice wrote: Good to know. Thanks. This was driving me nuts. I'm on Ubuntu, so unfortunately Sourcetree is not an option. I've used it before though and it is quite nice. git citool and gitk are my daily tools ;-) -- You received

Re: [gwt-contrib] Re: user tests fail to compile

2014-06-14 Thread Jens
The gwt.javac macro in common.ant.xml excludes **/super/** by default, but the call point in compile.tests in user/build.xml overrides the excludes= and removed the **/super/** exclusion. I think that was a bug (by oversight). Hmm I don't see anything that tells gwt.javac to exclude