[gwt-contrib] Re: Make DateBox implement HasEnabled. (issue1823803)

2012-09-07 Thread t . broyer
Note this fixes http://code.google.com/p/google-web-toolkit/issues/detail?id=6197 and there was already a patch pending review, submitted almost one year ago: http://gwt-code-reviews.appspot.com/1568803/ http://gwt-code-reviews.appspot.com/1823803/ --

[gwt-contrib] Re: Issue 7381: 2 RequestFactory with 2 differents Proxy on the same domain class (issue1712803)

2012-09-07 Thread skybrian
LGTM. Committing... https://gwt-code-reviews.appspot.com/1712803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Issue 7381: 2 RequestFactory with 2 differents Proxy on the same domain class (issue1712803)

2012-09-07 Thread skybrian
On 2012/09/07 19:57:58, skybrian wrote: LGTM. Committing... I'm getting 500 errors in MultipleFactoriesTest. java.lang.RuntimeException: The RequestFactory ValidationTool must be run for the com.google.web.bindery.requestfactory.shared.MultipleFactoriesTest.Factory1 RequestFactory type

[gwt-contrib] Re: Issue 7381: 2 RequestFactory with 2 differents Proxy on the same domain class (issue1712803)

2012-09-07 Thread skybrian
Never mind, looks like a hard-coded list in our build file. https://gwt-code-reviews.appspot.com/1712803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] GWT Google Map API V3.8 Direction with Waypoint

2012-09-07 Thread Thai Ha Duong
Hi all I having a problem with the gwt google map v3.8 api When i make a direction request with only source and destination i have a call back and it work When i add one or more waypoint then the call back do not occur. Here is my section of code. It will be a great help you can point out what