Re: GWT/GPE 2.4.0 RC1 is available

2011-07-31 Thread camerojo
Seeing that this new release involves new work in the area of cell based widgets, it might be a great opportunity to fix a nasty keyboard scrolling bug that I reported a few months back - see http://code.google.com/p/google-web-toolkit/issues/detail?id=6383 I have looked at the new source code and

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-31 Thread camerojo
Seeing that this new release involves new work in the area of cell based widgets, it might be a great opportunity to fix a nasty keyboard scrolling bug that I reported a few months back - see http://code.google.com/p/google-web-toolkit/issues/detail?id=6383 I have looked at the new source code and

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-31 Thread Lars Huber
Will it be possible to use @Category on Proxies? Is there a way to realize additional logic for RF proxies, with @Category or another way? Currently I super sourced some RF core classes and replaced the generator. I'am able to use @Category as described in AutoBeans. But this means a lot of merging

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-31 Thread Andrei
DataGrid may have a fixed header and footer rows. In CellTable all rows scroll together. On Jul 28, 6:40 pm, James Wendel wrote: > To ask, does the DataGrid differ from CellTable only in the content > area being scrollable?  Are there are differences I'm not seeing? > > Thanks, > -James > > On J

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-30 Thread James Wendel
To ask, does the DataGrid differ from CellTable only in the content area being scrollable? Are there are differences I'm not seeing? Thanks, -James On Jul 27, 12:55 pm, David Chandler wrote: > GWT 2.4.0 adds a new DataGrid widget with scrollable data area and > many enhancements to RequestFacto

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-29 Thread Alexander Orlov
David, you've mentioned that you would also upload the requestfactory-*.jars to Maven Central. Currently I can find only the gwt-*.jars but no rf-*.jars. I'd like to replace gwt-servlet monster JAR by rf-server+client.jars as I'm not using GWT-RPC but only the RF. Are both, rf-server and rf-cli

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-28 Thread Ryan McFall
Thanks for the clarification, Thomas. I did read the document you are referencing (actually it's copied in another document which was linked to by David in his original post for this thread). It seems to me that the section on polymorphism is a bit too focused on the details of determining when a

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-28 Thread Thomas Broyer
On Thursday, July 28, 2011 11:38:55 PM UTC+2, Ryan McFall wrote: > > I've read through the documentation on Polymorphism support in > RequestFactory, and am finding it difficult to see the big picture > based on what is written. This is what I hope it means: I have a > domain class Shape, an

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-28 Thread Ryan McFall
I've read through the documentation on Polymorphism support in RequestFactory, and am finding it difficult to see the big picture based on what is written. This is what I hope it means: I have a domain class Shape, and subclasses Circle and Square, along with their corresponding proxies ShapeProx

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-28 Thread Brandon Donnelson
Great job. I'm looking forward to using the new stuff! Brandon Donnelson http://gwt-examples.googlecode.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-w

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-28 Thread Kayode Odeyemi
> > Google Plugin for Eclipse 2.4.0 introduces a wizard to publish your > application to Google Apps Marketplace. > Thanks for this. On Thu, Jul 28, 2011 at 11:33 AM, Dani Shaulov wrote: > What about the SimpleAppCacheLinker, it looks like it is still only in the > samples under the mobilewebap

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-28 Thread Dani Shaulov
What about the SimpleAppCacheLinker, it looks like it is still only in the samples under the mobilewebapp, will it return to it's original package? will it return to package com.google.gwt.core.linkerinstead of package com.google.gwt.sample.core.linker -- You received this message because you

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-28 Thread nas
A BIG thank you for this great release and the DataGrid with scrolloable Data area, in addition to the other enhancements such as RF; One minor issue we have noticed with the DataGrid: the scroll bars work fine and they respond to the browser re-sizing and they appear as expected; however, adding

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-27 Thread Jeff Larsen
Thanks David! One thing people should be aware of is that if you just use check for updates option in eclipse, you won't get the designer. You have to manually go back into the download site and select those options. Otherwise I have to say this is a very exciting release. -- You received thi

GWT/GPE 2.4.0 RC1 is available

2011-07-27 Thread David Chandler
GWT 2.4.0 adds a new DataGrid widget with scrollable data area and many enhancements to RequestFactory (see http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_4). Google Plugin for Eclipse 2.4.0 introduces a wizard to publish your application to Google Apps Marketplace. SDK: http:/