GWeToloc = GWT + Html5 geolocation

2011-08-07 Thread Francois Wauquier
Hi I am pleased to share this Open Source project http://code.google.com/p/gwetoloc/ It wraps the latitude, longitude and accuracy of the getCurrentPosition API. Html5 Rocks ! Francois 'wokier' Wauquier -- You received this message because you are subscribed to the Google Groups Google Web

Re: MVP placeController History back activity mayStop

2011-04-04 Thread Francois Wauquier
Hi Thanks erik Use static, wich is not great , but work. Here is the simplified solution : I use MyWorkActivity.back() instead of History.back() class MyWorkActivity extends AbstractActivity { public static boolean allowStopWithoutWarning; /** * @see

MVP placeController History back activity mayStop

2011-03-24 Thread Francois Wauquier
-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/place/shared/PlaceController.html Any idea ? Thanks Francois Wauquier -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com

Re: test with GwtTestCase JUnitShell ant : testBeginTimeout and junitvmwatcher errors

2011-02-04 Thread Francois Wauquier
the needed jars. The order in the class path is also very important for this kind of tests, because several classes are overriden. Francois Wauquier -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google

Re: test with GwtTestCase JUnitShell ant : testBeginTimeout and junitvmwatcher errors

2011-02-01 Thread Francois Wauquier
this timeout using the '-testBeginTimeout minutes' op tion [junit] The default value of minutes is 1, i.e., the server waits 1 minute o r 60 seconds. [junit] ) My all suite take only one minute in eclipse, so it is very strange. Francois Wauquier -- You received this message because you

New google code project : gwt-table-to-excel ... Excel export made easy

2010-12-06 Thread Francois Wauquier
Hi I am pleased to share this project to facilitate excel export : http://code.google.com/p/gwt-table-to-excel/ Francois Wauquier -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool

The method getPermutationStrongName() is undefined for the type GWT

2010-02-21 Thread Francois Wauquier
Having recently moved to gwt 2.0.2, i had this error after hosted mode start. Did i make something wrong? François Wauquier -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

gwt-mvc 0.4 is released

2010-01-08 Thread Francois Wauquier
http://code.google.com/p/gwt-mvc/ http://code.google.com/p/gwt-mvc/wiki/ReleaseNotes http://gwt-mvc.googlecode.com/svn/trunk/gwt-mvc-poc/demo/0.4/com.googlecode.gwtmvc.poc.GwtMvcPoc/GwtMvcPoc.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

gwt-mvc 0.3 is released

2009-08-24 Thread Francois Wauquier
gwt-mvc 0.3 is available now. http://code.google.com/p/gwt-mvc/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com To

Re: MVC question

2009-06-16 Thread Francois Wauquier
Ian Bambury said Having said that, getting data you may not need just so you can display it if required is not (generally) a good idea in an Ajax app. Although sometimes it might be :-) Adligo said I think it would be fine to have your Composite(I think u called this a flex table) implement

gwt-mvc 0.2 released

2009-06-08 Thread Francois Wauquier
The second version is available. http://code.google.com/p/gwt-mvc/ What do you think about it ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

CSS stylename code generation

2009-04-15 Thread Francois Wauquier
Hello I am trying android now, and i appreciate the simple code generation of the class 'R'. For non android user, it allows to associate a graphic element to an id. The id given in an xml file is automatically generated in java, in the class R. I am thinking about an equivalent code generation

Re: CSS stylename code generation

2009-04-15 Thread Francois Wauquier
It seems to look like what i dreamt. It is not code generation, but a java view of the CSS ressource (retrieved as an image Bundle) http://code.google.com/p/google-web-toolkit-incubator/wiki/CssResourceCookbook CssResource will use method names as CSS class names to obfuscate at runtime.