Re: Trying to run Super Dev Mode, but getting "Sorry, the GWT Developer Plugin no longer works with Chrome"

2017-04-19 Thread Thomas Broyer
On Thursday, April 20, 2017 at 1:07:41 AM UTC+2, Tharpa Roberts wrote: > > I am maintaining a legacy application, which uses GWT 2.6.1. I am trying > to run it in Eclipse. I have added the line > > > > to my Acme.gwt.xml file. I am selecting, "Debug As GWT Development Mode > with Jetty".

Trying to run Super Dev Mode, but getting "Sorry, the GWT Developer Plugin no longer works with Chrome"

2017-04-19 Thread Tharpa Roberts
I am maintaining a legacy application, which uses GWT 2.6.1. I am trying to run it in Eclipse. I have added the line to my Acme.gwt.xml file. I am selecting, "Debug As GWT Development Mode with Jetty". When I open it, Chrome tells me, "Sorry, the GWT Developer Plugin no longer works wit

GWT Editor with Custom Composites

2017-04-19 Thread harshyadav
Hi, I am trying to use the GWT editor framework to support data binding in my application. While implementing it I ran into a few issues and have a couple of questions regarding the same: 1) Some of these components don't use com.google.gwt.user.* rather they use com.google.gwt.dom.client.

Re: GWT/Maven development cycle takes much too long

2017-04-19 Thread Frank
I use the GWT Eclipse plugin from Brandon Donnelson (not the one from Google) for launching SuperDev. I have about 10 seperate library projects and I can make changes in those without and just refresh the browser and just wait about 3 seconds to see the changes. https://github.com/gwt-plugins/g

Re: Get on hashmap returns undefined

2017-04-19 Thread Thomas Lefort
Yes, thanks. There was another issue indeed. The undefined in javascript was misleading. On Tuesday, 18 April 2017 01:00:34 UTC+2, Jens wrote: > > Your java code should always check for null using == and it should just > work regardless if the Javascript implementation returns undefined or null

Re: Problem with Window.Location.assign

2017-04-19 Thread Rodolfo Raya
Hi, Use a line like this to download the files: com.google.gwt.user.client.Window.open( "http://target_url_here";, "_blank", null ); Hope this helps, Rodolfo On Wed, Apr 19, 2017 at 3:46 AM Gowtham Reddy wrote: > I have two parallel GWT requests to server,once the server completes

Re: GWT/Maven development cycle takes much too long

2017-04-19 Thread Kirill Prazdnikov
> > You did not address the special problem with the two maven projects: > Yes, sorry about that I'm not maven expert, I don`t know details. We use IDEA to start superdevmode and use maven modules list in parent pom so that there is no need to mvn-install all the modules and IDEA maven plugin

Re: GWT/Maven development cycle takes much too long

2017-04-19 Thread Pavlo Iatsiuk
Hello, I have similar projects structure and do next: - start my-app and code server for my-app. In my case I use jetty maven plugin to start application and gwt plugin to start code server - do your changes in my-lib and mvn install after that. It should be very fast because there is just pla

Downloading Older Versions of the SDK

2017-04-19 Thread Thomas Broyer
See https://github.com/gwtproject/gwt-site/pull/205 It apparently hasn't been deployed yet. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsub