Re: Please Clarify - CritSit needs answer

2017-06-10 Thread Rodolfo Raya
Apps compiled with GWT 2.5.1 work fine with Microsoft Edge. Regards, Rodolfo On Sat, Jun 10, 2017 at 5:29 AM TBGameDesign wrote: > Which Version of GWT is required to run in Edge? > > Which Version of Edge supports GWT? > > I would Humbly Appreciate your response! > > Right now we are getting e

How to determine whether you're in SuperDevMode inside (custom) linker code

2017-06-10 Thread Thomas Broyer
You can look for the "superdevmode" property value out of the LinkerContext. The tricks you mention are for client-side code, at runtime; not at compile-time. As for GWT.create(), have a look at ServerGWTBridge to see how that could be used outside of GWT client code. Though I'd discourage that

Please Clarify - CritSit needs answer

2017-06-10 Thread Thomas Broyer
>From memory, you'll want to use at least GWT 2.7; but as a rule of thumb you >should always aim at using the latest version (2.8.1 currently). -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving email

How to determine whether you're in SuperDevMode inside (custom) linker code

2017-06-10 Thread bobbitdiddle
Inside the linker code, I can only use com.google.gwt.core.shared.GWT, so I can't call APIs such as GWT.getModuleBaseForStaticFiles() or GWT.getModuleBaseURL() (which people have used to detect SDM) and while GWT.create() is doc'd in com.google.gwt.core.shared.GWT, it doesn't work and throws a

Please Clarify - CritSit needs answer

2017-06-10 Thread TBGameDesign
Which Version of GWT is required to run in Edge? Which Version of Edge supports GWT? I would Humbly Appreciate your response! Right now we are getting errors on an app that Uses GWT 2.4 and Java 1.7. The App hangs and the device even seems to lose WiFi (Have to log back in to it or the app ov