Re: Firefox / GWT plugin troubles

2013-12-10 Thread Clay Ferguson
No Thomas, I haven't tried a GWT plugin release candidate. If you know of a RC that works please share with the group. On Tuesday, December 10, 2013 3:27:14 AM UTC-6, Thomas Broyer wrote: > > Have you tried one of the plugin's release candidates? > > > -- You received this message because you

Re: SuperDevMode with 2.6.0-rc3 and logLevel

2013-12-10 Thread Patrice De Saint Steban
Hello, I submit a patch for add the argument logLevel in the Super Dev Mode. https://gwt-review.googlesource.com/5680 Patrice de Saint Steban On Tue, Dec 10, 2013 at 12:12 PM, Jens wrote: > But the question, is there a way to set the logLevel in Super Dev Mode ? >> > > Currently it's hardcod

Re: Getting ConcurrentModificationException

2013-12-10 Thread Jens
I don't think its a problem with GWT. It's more likely that your own server code has a multi-threading bug that you are not yet aware of. While request A is done and a HashMap is serialized by GWT to send it to the browser, a second request B modifies the same HashMap instance which results in

Re: SuperDevMode with 2.6.0-rc3 and logLevel

2013-12-10 Thread Jens
> > But the question, is there a way to set the logLevel in Super Dev Mode ? > Currently it's hardcoded, see: https://gwt.googlesource.com/gwt/+/master/dev/codeserver/java/com/google/gwt/dev/codeserver/CompilerOptionsImpl.java line 85. Feel free to open an issue for it. -- J. -- You recei

Re: SuperDevMode with 2.6.0-rc3 and logLevel

2013-12-10 Thread Patrice De Saint Steban
Hello, Thanks, but the error in the Guava is ignored as we not use this class in a GWT class. For the warning, thanks for explanation, theses code must be changed in futur developpement, that why I not correct it at this time. I manage to use the super dev mode, the problem went from dependency l

Re: Firefox / GWT plugin troubles

2013-12-10 Thread Thomas Broyer
Have you tried one of the plugin's release candidates? On Monday, December 9, 2013 9:57:41 PM UTC+1, Clay Ferguson wrote: > > The way I worked around this was uninstalling existing firefox like this: > sudo apt-get purge firefox* > > And then getting Firefox version 23 from here: > https://ftp.moz

Can I use UiBinder with the new Elemental lib?

2013-12-10 Thread Dapeng
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-toolkit@g

Re: GWT v2.4.0 Welcome Page in Hosted Mode AsyncCallback throws ClientSerializationStreamReader

2013-12-10 Thread Deepak Kumar Mallapu
Thanks Jerry. It really helped me to resolve my issue. - Deepak On Wednesday, 7 November 2012 06:37:52 UTC+5:30, Jerry George wrote: > > I checked the libraries in build path, I had two versions of GWT on it. > That was the reason for the error. The pom was coded right. > > Library Stack: GXT 2.

Re: Firefox / GWT plugin troubles

2013-12-10 Thread Clay Ferguson
The way I worked around this was uninstalling existing firefox like this: sudo apt-get purge firefox* And then getting Firefox version 23 from here: https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ (no installation required, just unzip it and run firefox app in the folder) Now, however I

Re: Add Widget to the a Panel at first Position?

2013-12-10 Thread Ivan Lazov
Hi, Oliver The FlowPanel allows you to do that using the method *insert

Inject jquery for a wrapper

2013-12-10 Thread Raphael Garnier
Hi all, I'd like to write a wrapper for the javascript library mobiscroll. I want a stand alone library with all the css and javascript files embedded. It works fine when the scripts are included in the host page but when I try to inject them, I always get the same error : "jQuery is not defined