Re: Upgrade challenges to GWT 2.5

2012-12-29 Thread Jens
GWT-P's GinFieldManager uses a constructor of GWT's FieldWriterOfGeneratedType that does not exist in GWT 2.5. So I guess GWT-P 0.7 isn't compatible to GWT 2.5. See: http://code.google.com/p/gwt-platform/source/browse/gwtp-core/gwtp-mvp-client/src/main/java/com/google/gwt/uibinder/rebind/GinFie

Upgrade challenges to GWT 2.5

2012-12-29 Thread coderinabstract
Trying to upgrade a fairly mature maven based gwt 2.4 gwtp .7 gin 1.5 app to gwt 2.5 and getting this compile errors below (ERROR highlighted below). Any feedback appreciated.. Not sure if this is a GWTP issue or a GWT issue.. have posted on both groups.. Thanks and Cheers... 16:53:49.010 [ERRO

Re: Clearing Browser cache for upadated deployments

2012-12-29 Thread darkflame
Remember if using crome with the inspector open, holding down the reload button gives a option to clear cache/hard reload. VERY usefull, yet hidden feature. On Dec 21, 4:54 pm, Thomas Broyer wrote: > On Friday, December 21, 2012 12:03:30 PM UTC+1, Marco wrote: > > >http://seewah.blogspot.de/2009/

Re: GWT Crawlable (SEO)

2012-12-29 Thread darkflame
I solved this by effectively having a crudely laidout, but text/ content identical php system that gives the content when javascript isnt present and a ?_escaped_fragment_ url is given. As a bonus to making my site crawlable, this also makes it usable(ish) for those without javascript on. On Dec

Some of my images arnt being turned into image strips :?

2012-12-29 Thread darkflame
...and thus are rather flickery when animating between them. (they are frames in a animated sprite). What baffles me is they are defined the same way as others that do seem to work. eg. I have a file like: public interface MemDayImages extends ClientBundle { ... @Source("/MemorableDayIcons/ME

Re: Why does Google search place GWT 1.5 documentation at the top of the list?

2012-12-29 Thread Jens
Replace 1.5 with the version you want (if refactoring has taken place you get a HTTP 404 tough) and then hit the small "Frames" link in the top center. But why do you need that? First gwt-user.jar contains source files so you should have JavaDoc for GWT classes right in your IDE. If not then yo

Re: how to create columns with common header in data grid.

2012-12-29 Thread Andrea Boscolo
Have a look at http://showcase3.jlabanca-testing.appspot.com/#!CwCustomDataGrid and see the source (maybe some classe have been renamed, but you got the point). On Thursday, December 27, 2012 12:14:27 PM UTC+1, shray rawat wrote: > > >

Re: Vertical align elements in FlowPanel?

2012-12-29 Thread Kody
OK then I'll go for VerticalPanel. -- 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 unsubscribe from this group, send email to google-web-toolkit+unsubscr...@goog

Re: why some of the Checked RPC Exception fields arrive as nulls?

2012-12-29 Thread Paul Robinson
Your "fooModel" is a private member and nothing ever sets its value. The constructor takes a FooModel, but doesn't use it. Paul On 24/12/12 03:57, vitaliy...@gmail.com wrote: > Hello, > > I have a checked exception FooModelValidationException which is declared in > interface of an RPC service V

Why does Google search place GWT 1.5 documentation at the top of the list?

2012-12-29 Thread toont...@gmail.com
I did a Google search for "gwt menubar" (without the quotes) and the top hit was: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/MenuBar.html The second hit was 2.0 documentation. What is the easiest way to get to the most recent GWT documentation of a c