Re: GWT Polymer Tutorial

2015-12-17 Thread Ed
Hi Vadim, I just pulled down 2.8 SNAPSHOT, will give it a try, Yes I was referencing your post. Thanks for the info. Regards, Ed On Thu, Dec 17, 2015 at 1:40 AM, wrote: > Dear Ed, > >You probably has already seen my post a week ago about Polymer > Tutorial. I got

Shadow DOM / virtualization support in GWT

2015-12-17 Thread gautam
How do we implement / use the shadow DOM capabilities in GWT ? I am not sure if its currently supported in anyway. Is it planned in next version ? Any pointers will be very helpful. thanks, Gautam -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: GWT Polymer Tutorial

2015-12-17 Thread Ed
@Evan Yes the snapshots can be flaky I will switch to beta 1 Thanks you for the reply. Regards, Ed On Thu, Dec 17, 2015 at 10:45 AM, Evan Ruff wrote: > Hey Ed, > > 2.8-beta1 is available in Maven Central. I've been using it without > problems and insulates you from the

Re: Getting rid of Dev mode for future GWT releases

2015-12-17 Thread Evan Ruff
This topic has been beaten to absolute death. DevMode is dead because Chrome and Firefox killed it, nothing the GWT Team or Steering Committee or anybody else could control. If you need the breakpoints in the IDE, spend the $150 for IntelliJ and get on the SuperDevMode train. E On Friday,

GWT Running SDM Problem

2015-12-17 Thread Ed
Eclipse: Mars GWT 2.8 Snapshot I keep getting this error. java.io.IOException: can't create app directory: C:\Users\edlang\AppData\Local\Temp\gwt-codeserver-3787571121000600996.tmp \${build_files: -XjsInteropMode -superDevMode The folder show up in appdata but there are no files in the folder.

Re: GWT Polymer Tutorial

2015-12-17 Thread Evan Ruff
Hey Ed, 2.8-beta1 is available in Maven Central. I've been using it without problems and insulates you from the snapshot lifecycle. Overall, the snapshots are pretty dang stable but there are some build-breaking hiccups now and again. E On Thursday, December 17, 2015 at 4:41:02 AM UTC-5, Ed

Handling simple click events with Elemental

2015-12-17 Thread Jakob Jarosch
Ok, with the latest GWT snapshot I do not longer get the Javascript exception. But I've still the Problem that I can't access the exposed types in Javascript when I use the normal compiler and not the super den mode. Anyone an idea why that is so? Simple to reproduce: Clone the repository:

Exceptions and UI : different results in FF and Chromium

2015-12-17 Thread vadim
Hello, I am using GWT 2.8.0-beta1 and UIBuilder with polymer elements. Have found such nasty (bug?) behaviour --> I got exception from DB and show it with Window.alert("") function. After alert window has appeared and closed: 1. Firefox 43 builds UI elements normally and I see all

Re: GWT Polymer Tutorial

2015-12-17 Thread Ed
@ALL Up and working thanks to everyone. I love Open Source!! Regards, Ed On Thu, Dec 17, 2015 at 11:35 AM, Ed wrote: > @Evan > > Yes the snapshots can be flaky > > I will switch to beta 1 > > Thanks you for the reply. > > Regards, > > Ed > > On Thu, Dec 17, 2015 at 10:45