Re: GWT 2.1 hellomvp using GIN

2010-10-24 Thread Amir Kashani
Moe, Are you using PlaceHistoryMapperWithFactory? If so, my best guess is that you're forgetting to call setFactory in your onModuleLoad(): AppPlaceHistoryMapper historyMapper = GWT.create(AppPlaceHistoryMapper.class); historyMapper.setFactory(ginjector.getAppPlaceFactory()); If that's not

Wave styled widgets

2010-10-24 Thread gopal bhalala
Hi to all, Any body knows framework or another stuff which is provides Wave styled widgets Best Regards Thanking you, Gopal Dhanjibhai Bhalala -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Are user defined Serilizable objects supported as Request parameters?

2010-10-24 Thread Thomas Broyer
On 24 oct, 01:35, Aldo Neto tumo...@gmail.com wrote: Hi All, We are adding to a EntityRequest method a parameter that is a serializable type we defined (basically a POJO consisting of Strings and primitive types), but it fails on the code below with that error message. Isn't Serializable

Re: GWT 2.1 hellomvp using GIN

2010-10-24 Thread moejo
Hi Amir, Yes, your absolutely right - forgot to call setFactory! Now everything is working stunningly. I've put together a sample bit of code using the Contact Details code I mentioned previously and it can be downloaded at:

Re: GWT 2.1 hellomvp using GIN

2010-10-24 Thread moejo
By the way, something I realised that although we can't map a 1-Many relationship between a Place and an Activity, you can in fact map multiple places to the same activity and differentiate between the place with multiple init() methods in the activity. On Oct 24, 1:56 pm, moejo

Re: What's the plan for GWT 2.1 RC2 and Production release

2010-10-24 Thread moejo
Hi David - thanks for that feedback - we've gone ahead and assumed what you've recommended and are going from there. Cheers Moe On Oct 18, 9:20 pm, David Chandler (Google) drfibona...@google.com wrote: Hi Moejo, Thomas is correct about the tagging, as usual :-) We normally tag the release

Re: Wave styled widgets

2010-10-24 Thread Deepak Singh
I also need to know the frame which has been used in Google wave. Anybody who can give idea about how to create such type of custom components or anything similar available to use. Thanks Deepak On Sun, Oct 24, 2010 at 2:23 PM, gopal bhalala gopalbhal...@gmail.comwrote: Hi to all, Any body

Expenses Example Problem with Maven

2010-10-24 Thread Norberto
Hi, everyone! I'm triying to get the expenses example of RC 2.1 but... I get this message from maven: [INFO] [INFO] BUILD FAILURE [INFO] [INFO]

GWT 2.1 RC1, RPC and wide codepoints

2010-10-24 Thread tilk
Hello, I have a problem. After upgrading to 2.1 RC1 from 2.1 M1 using wide codepoints (the ones represented by two surrogate characters) stopped working correctly for me. The 퓟 character, after being deserialized in dev mode, becomes some junk character (one-char wide). The serialized form is the

Re: GWT 2.1 RC1, RPC and wide codepoints

2010-10-24 Thread tilk
Oh, and I forgot to say the funniest thing - in Web mode, after compiling the app to Javascript, everything works just fine. Regards, Marek Materzok -- 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 maps

2010-10-24 Thread Blaze
Hi all, I have two questions related to gwt maps api: 1. I use gwt maps api and the maps(the images) are looking not up to date with the one on the maps.google site I know that the gwt api is a v2 and the latest is v3 and it dosent have all the futures...but to have a diff maps(images) that i

adding a DockLayoutPanel to a SimplePanel?

2010-10-24 Thread Tamer Sezgin
Hello, I'm currently working on the HelloMVP application that comes with RC1 release, to understand the new MVP framework. There, ActivityManager.setDisplay(AcceptsOneWidget display) is called with a SimplePanel parameter (called appWidget). In my case, I want to use a main view that is

Re: adding a DockLayoutPanel to a SimplePanel?

2010-10-24 Thread Jeff Larsen
Layout panels prefer to be nested inside of layout panels, there are other ways around this ( you found one). This is one of the reasons why when using LayoutPanels you need to attach them to RootLayoutPanel.get() instead of RootPanel.get(). So to answer your question, change the HelloMVP example

Re: Gwt maps

2010-10-24 Thread Didier DURAND
Hi Blaze, The quota for geocoding limits with Google Maps is described here: http://code.google.com/apis/maps/faq.html#geocoder_limit regards didier On Oct 25, 12:10 am, Blaze baze...@gmail.com wrote: Hi all, I have two questions related to gwt maps api: 1. I use gwt maps api and the

[gwt-contrib] Re: Adds an -XcompilerMetrics flag to the compiler. This will (issue1045801)

2010-10-24 Thread zundel
http://gwt-code-reviews.appspot.com/1045801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds an -XcompilerMetrics flag to the compiler. This will (issue1045801)

2010-10-24 Thread zundel
Updated patch to remove compilerMetrics linker and move this output to the soyc linker. http://gwt-code-reviews.appspot.com/1045801/diff/11001/12001 File dev/core/src/com/google/gwt/core/ext/linker/CompilationMetricsArtifact.java (right):