Re: GWT 2.8.2 release

2017-10-19 Thread Wesley.JUNG
Thanks On Thursday, October 19, 2017 at 4:30:49 PM UTC-4, Colin Alworth wrote: > > Today we released the next version of GWT, version 2.8.2. A few quick > highlights from this new release: > >- GWT can now run on Java 9 (though Java 9 features are not yet >supported, coming soon!) >

Re: GWT 2.8.0 released

2016-10-21 Thread Wesley.JUNG
Hoorey~~~ On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from http://www.gwtproject.org/download.html > or from

Re: Which Eclipse Plugin?

2016-03-11 Thread Wesley.JUNG
I installed this. It also works with Eclipse Mars 4.5 SR2. http://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html Thanks, WJ On Thursday, March 10, 2016 at 2:47:20 PM UTC-5, ks wrote: > > I've been using Eclipse Mars 4.5 with the Google Plugin for Eclipse 4.4 > listed on

Re: How to rescue Classic Dev Mode?

2015-06-22 Thread Wesley.JUNG
I'd like to see completely renovated GWT 3.0, even some other name rather than GWT will welcome. Whoever want to use current Widget library better stay at GWT 2.8.. On Sunday, June 21, 2015 at 12:38:13 PM UTC-4, Lukas Glowania wrote: Hi, like many people i think Super Dev Mode is quite a

Re: How to rescue Classic Dev Mode?

2015-06-22 Thread Wesley.JUNG
Evert thing has start and the end in their life cycle. No product can continue forever. I think GWT is too fat to add more modern feature. It's time to branch out and prune out. On Sunday, June 21, 2015 at 12:38:13 PM UTC-4, Lukas Glowania wrote: Hi, like many people i think Super Dev Mode

Re: hi good to see you I'm wanna be join gwt comm~

2013-10-17 Thread Wesley.JUNG
Hi, Mr. Hur, This is the example of using textbox in GWT. //com.google.gwt.user.client.ui.TextBox TextBox tbox = new TextBox(); // setting text color tbox.getElement().getStyle().setColor(#FF); // getting text color String color = tbox.getElement().getStyle().getColor(); Thanks, by the

Anyone knows when GWT2.6 and 3.0 will be out roughly?

2013-09-17 Thread Wesley.JUNG
I am wait it for GWT sdk for Java 1.7 support. Any clue when it will be announced? -- 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

Re: Problem with Firefox 22 and GWT Dev Plugin?

2013-08-06 Thread Wesley.JUNG
Same for me. - Windows 8 - GWT 2.5.1 / Eclipse 4.22 - Firefox 22 - GWT DMP 1.23 On Monday, August 5, 2013 9:49:19 PM UTC-4, David Edelstein wrote: I just tried installing the GWT Dev Plugin on a fresh install of Firefox 22.0 and it crashes Firefox. This is on Windows 7 Professional. Is