[gwt-contrib] Re: Redirecting Subversion to Git

2014-06-27 Thread Patrick M. Tucker
There are still links on the gwtproject.org site that point to the old code. For example: http://www.gwtproject.org/doc/latest/DevGuideMvpActivitiesAndPlaces.html look for the mobilewebapp link On Sunday, June 22, 2014 8:53:42 PM UTC-4, Thomas Broyer wrote: Hi all, When we moved from

Re: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-13 Thread Patrick M. Tucker
Any chance some of these can get committed? http://gwt-code-reviews.appspot.com/1876803/ http://gwt-code-reviews.appspot.com/1762803/ http://gwt-code-reviews.appspot.com/1833803/ http://gwt-code-reviews.appspot.com/1785803/ http://gwt-code-reviews.appspot.com/1736804/ Hi Everyone, a quick

Re: [gwt-contrib] Re: LayoutImplIE6 and onResize()

2012-01-06 Thread Patrick M. Tucker
Try the following modifications to DockLayoutPanel : Add this somewhere in the class: AnimationCallback animationCallback = new AnimationCallback () { @Override public void onAnimationComplete () { System.out.println(\r\nAnimation complete!\r\n); onResize(); }