[gwt-contrib] Re: Experimental release of Elemental2

2017-02-02 Thread John Huss
I tried this out by converting a small project that was using elemental 1 to elemental 2. I was able to get it to compile both in dev mode and in a production compile. But my event listeners weren't firing at all when I ran it. Some feedback: 1) Lambda event listeners have to be cast into

Re: GST 2.8 Keyboard Handler Question

2017-02-02 Thread Ed
@Stevko That works @Thomas That works also Thank you very much Best On Thu, Feb 2, 2017 at 4:40 AM, Thomas Broyer wrote: > > > On Wednesday, February 1, 2017 at 8:33:43 PM UTC+1, Ed wrote: >> >> @Thomas >> >> I cant find the cancel event in the docs. I found javadoc for

Re: GWT and GSAP (Green Sock Animation Platform) ?

2017-02-02 Thread David
I like to use GSAP in my current project. I like to know which version of GSAP is being supported. Does this wrapper support some other plugins such as CssPlugin? David On Thursday, October 17, 2013 at 6:55:27 AM UTC-4, Ed wrote: > > @Blaze: I use both, depending on the requirements. Simple

Re: Run GWT/GXT in Debug Mode while Deployed on WebSphere

2017-02-02 Thread Jens
> However, when I place the breakpoints in that simple application, it only > catches breakpoints on the RPC service side of the application, and no > breakpoint is caught on the GWT side, e.g. on any of the registered > handlers. > SuperDevMode (SDM) compiles everything to JavaScript and

Re: GST 2.8 Keyboard Handler Question

2017-02-02 Thread Thomas Broyer
On Wednesday, February 1, 2017 at 8:33:43 PM UTC+1, Ed wrote: > > @Thomas > > I cant find the cancel event in the docs. I found javadoc for 2.7 not 2.8 > That'd be preventDefault() http://www.gwtproject.org/javadoc/latest/com/google/gwt/event/dom/client/DomEvent.html#preventDefault() -- You

Re: Run GWT/GXT in Debug Mode while Deployed on WebSphere

2017-02-02 Thread Eghli Dos
Does anyone have a resolution for this? On Sunday, January 22, 2017 at 5:55:21 PM UTC-5, Eghli Dos wrote: > > I have used Brandon Donnelson's video > to setup a Code Server via > GWT Eclipse Plugin (V3 - updated to the latest) in order to debug the