unable to resolve field:java.lang.Object.castableTypeMap

2012-10-25 Thread Bhaswanth Gattineni
Hi, I am trying to compile the application, I am getting the following error and the compilation fails. But I am able to run the application directly without compiling it. Please help me with the issue. Any sort of help is appreciated! [ERROR] Errors in

Re: Announcing GwtChosen 1.1.0!!

2012-10-25 Thread Oliver Krylow
Hi Julien! This looks like some good work! Thanks for the update. Are there any plans/ideas to make chosen a little bit more mobile friendly? Best regards, Oliver -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: RPC call from server to client

2012-10-25 Thread Magnus
Hello, could please someone point me to the right direction? I believe I have all jars now and a complete example. But it does not work yet. Maybe I have to declare a servlet or something like this? (I did not use any poms, just created an empty GWT project and added the jars + example code.)

Re: [QUESTION] Developing for mobile

2012-10-25 Thread dcheeky77
Thank you both very much for your replies! -- 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-web-toolkit/-/XbV7blsnaFsJ. To post to this group, send email to

Re: [gquery] Announcing GwtChosen 1.1.0!!

2012-10-25 Thread Manuel Carrasco Moñino
Amazing job Julien !!. - Manolo On Wed, Oct 24, 2012 at 11:59 PM, Julien Dramaix julien.dram...@gmail.comwrote: Dear Community, I've just released GwtChosen 1.1.0. This release fix some bugs and bring two new enhancements : - possibility to customize the CSS via the ChosenOption object -

Re: RPC call from server to client

2012-10-25 Thread Jens
I would check the example's xml files in WEB-INF and META-INF directory to see if any servlet paths are incorrect for your deployment. Maybe you have just deployed it differently than the example expects (different webapp context root for example). Also, just to test the example, can't you

Scrollbar for org.moxieapps.gwt.highcharts.client

2012-10-25 Thread Subramanian Narayanan
Hi, I am using *org.moxieapps.gwt.highcharts.client.Chart * to plot graph for my data. I am not able to add scrollbar to my graph since there is no method in the above mentioned class to add scrollbar. There is support for scrollbar in highcharts ( java script ) but not in

GWT compiler .java files

2012-10-25 Thread Ben Cuthbert
All I when I add my modules .java files into the jar and pass it to my application the compiler works. But when I put the .java files of the module into a -sources.jar and then add that to the classpath of my application the compile does not work, and I get the following error. ERROR] Line

Actual Status of GWT

2012-10-25 Thread Jürgen Form
Can somebody please telle me the actual status of the GWT? Is it usefull to learn it? One year ago, I did my first step with it, but actually the GWT could not be found at https://developers.google.com/products/. Only if I search fo it. I think there is no way to find it only by navigation. So

Re: Actual Status of GWT

2012-10-25 Thread Manuel Carrasco Moñino
GWT is in good shape, this video could help you to know the actual status of it. http://www.youtube.com/watch?v=VOf27ez_Hvg On Thu, Oct 25, 2012 at 4:58 PM, Jürgen Form juergen.f...@googlemail.comwrote: Can somebody please telle me the actual status of the GWT? Is it usefull to learn it?

Re: Security considerations for GWT applications

2012-10-25 Thread Abraham Lin
On Wednesday, October 24, 2012 5:41:06 AM UTC-4, Flying-w wrote: I am investigating security considerations around the user login for a GWT application in respect of the following strategy: - User enters their id and password in a dialogue; - Client transmits the login request with

Re: Could not load GWT DMP Plugin

2012-10-25 Thread seas
Brian, Got the new plugin and was working fine for a bit. Good to be testing/debugging in Chrome again. Then this popped up: GWT DMP Plugin has crashed. Thank for you work on this. Below is the stack dump. Hope it helps. 13:52:10.421 [ERROR] [helloworld] Uncaught exception escaped

GWT 2.5 GA is Here!

2012-10-25 Thread unnurg
Hey all, We're excited to announce the GWT 2.5 Release! There will be an announcement soon on the GWT Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, and you can download it herehttp://developers.google.com/web-toolkit/download (bottom of the page). The GA has been uploaded to

Issue in retrieving selection list

2012-10-25 Thread Mano
Hi All, I am learner in GWT and trying out following layout. RootLayoutPanel contains Docklayout panel which contains FlowPanel. To the FlowPanel I am adding selection list with name SEL. My issue is that in next screen I need to access selection list but I am not finding any methods which

Re: GWT compiler .java files

2012-10-25 Thread Thiago Born
You need to include the source code too inside the Jar On Thu, Oct 25, 2012 at 12:53 PM, Ben Cuthbert ben.cuthb...@celer-tech.comwrote: All I when I add my modules .java files into the jar and pass it to my application the compiler works. But when I put the .java files of the module into a

Re: GWT 2.5 GA is Here!

2012-10-25 Thread Juan Pablo Gardella
Great!!! 2012/10/25 unnurg unn...@google.com Hey all, We're excited to announce the GWT 2.5 Release! There will be an announcement soon on the GWT Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, and you can download it herehttp://developers.google.com/web-toolkit/download

Re: Could not load GWT DMP Plugin

2012-10-25 Thread Brian Slesinsky
I've uploaded a new version to the Chrome store that fixes a bug that could cause plugin crashes. On Tuesday, October 23, 2012 4:53:48 PM UTC-7, Brian Slesinsky wrote: A new version is now live in the Chrome store. The only difference is that the Windows version is statically linked. I

Re: Best practices for building UiBinder based widgets: Composition vs Inheritance vs ...

2012-10-25 Thread othman
gwt-platform have a better design for nested Presenters. That's where nesting presenters becomes handy, because you would create a upper layer presenter that has a content slot from every other presenters to be shown in and only this one would have the header and the footer in it. I always call

Re: GWT 2.5 GA is Here!

2012-10-25 Thread Daniel Mauricio Patino León
Nice 2012/10/25 Juan Pablo Gardella gardellajuanpa...@gmail.com Great!!! 2012/10/25 unnurg unn...@google.com Hey all, We're excited to announce the GWT 2.5 Release! There will be an announcement soon on the GWT Bloghttp://googlewebtoolkit.blogspot.com/2012/06/gwt-2.html, and you can

Re: RPC call from server to client

2012-10-25 Thread Michael Hirsch
On Oct 18, 2012 10:56 AM, Magnus alpineblas...@googlemail.com wrote: Hi, I took a look at most of the libraries, but there is no one that can make my happy, because none of them seems to be lightweight. Atmosphere requires Maven. If I go to Maven someday, I would like to do this on the basis

[gwt-contrib] Chrome devmode plugin: recompile Windows DLL to be statically linked. (issue1860803)

2012-10-25 Thread skybrian
Reviewers: mdempsky, Description: Chrome devmode plugin: recompile Windows DLL to be statically linked. Other fixes: - Check in zip file as uploaded to Chrome web store; remove crx file. - Makefile zip rule didn't include the manifest. Please review this at

[gwt-contrib] Re: Chrome devmode plugin: recompile Windows DLL to be statically linked. (issue1860803)

2012-10-25 Thread mdempsky
LGTM http://gwt-code-reviews.appspot.com/1860803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Chrome plugin: don't use an iterator after the underlying entry has been freed. (issue1861803)

2012-10-25 Thread skybrian
Reviewers: mdempsky, Description: Chrome plugin: don't use an iterator after the underlying entry has been freed. Rebuilt Windows DLL and created a release. (This patch might help on Linux and Mac as well, but for safety I'm not updating them yet.) Please review this at

[gwt-contrib] Re: Chrome plugin: don't use an iterator after the underlying entry has been freed. (issue1861803)

2012-10-25 Thread mdempsky
LGTM, nice catch. http://gwt-code-reviews.appspot.com/1861803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Hi Can anyone help me regarding development of resume via gwt.

2012-10-25 Thread Akash Pathak
Hi,Akash this side .I am web developer but new to GWT.But want to make a My fancy resume with the help of GWT.Can any one please help me to get source code of it.I will be very thankful for. Project name-development of resume or CV.With help of GWT --

[gwt-contrib] Adding wrap method to Canvas and/or make constructor protected

2012-10-25 Thread Maik Riechert
Hi, I'm using 2.5.0rc2 and find the Canvas class not useable if I use JS libraries through JSNI which give me canvas elements (I'm contributing to KineticGWT, a wrapper for KineticJS). There's no wrap() method like in the other widget classes and I can't even solve it by subclassing Canvas, as

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-25 Thread Adam Hawthorne
Hi Unnur, We just discovered that http://code.google.com/p/google-web-toolkit/issues/detail?id=7628 severely breaks our application; is a fix for this a possibility for 2.5.0-final? For a little bit of background, we have a large number of high-level command objects that may return data. The

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-25 Thread Unnur Gretarsdottir
Hi Adam - I'm sorry, but we were only considering immediate regressions (so stuff that worked in 2.4 and broke in 2.5) for the 2.5 RC2 - 2.5 Final cherrypick list (we did add some patches that fixed older problems, but they were patches that were small and ready to go, not bug fix requests), and

Re: [gwt-contrib] Chrome plugin: don't use an iterator after the underlying entry has been freed. (issue1861803)

2012-10-25 Thread Ray Cromwell
Awesome, I wondering if this effects the recurring bug we get with object ids. On Thu, Oct 25, 2012 at 4:05 PM, skybr...@google.com wrote: Reviewers: mdempsky, Description: Chrome plugin: don't use an iterator after the underlying entry has been freed. Rebuilt Windows DLL and created a

[gwt-contrib] Re: Chrome plugin: don't use an iterator after the underlying entry has been freed. (issue1861803)

2012-10-25 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1861803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Adding wrap method to Canvas and/or make constructor protected

2012-10-25 Thread John A. Tamplin
On Mon, Oct 22, 2012 at 8:52 AM, Maik Riechert neothemach...@googlemail.com wrote: I'm using 2.5.0rc2 and find the Canvas class not useable if I use JS libraries through JSNI which give me canvas elements (I'm contributing to KineticGWT, a wrapper for KineticJS). There's no wrap() method like

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-25 Thread Jim Douglas
Hi Unnur, This is a regression of code that works in 2.3 and 2.4. But we were able to implement a workaround based on the suggestions in the bug report. Jim. On Thursday, October 25, 2012 5:08:08 PM UTC-7, unnurg wrote: Hi Adam - I'm sorry, but we were only considering immediate