GWT 2.2.0 Issue with Windows 10

2018-08-10 Thread Kaushiki Ghosh
I am currently facing an issue with running GWT 2.2.0 on IE in Windows 10. GWT plugin is installed and the application is compiled and launched successfully from eclipse end but still it won't run on IE. It shows error - "Can’t reach this page •Make sure the web address http://127.0.0.1: is

jsInterop to Promise Js function

2018-08-10 Thread Jonathan Wilmer Magne Quispe
I have a gwt module, and it is working with Jsinterop for reuse some functions that are on JS. now we are trying to call a function on JS, thas is a promise. so when we call it from GWT it doesnt wait to the promise to resolve.. so we are getting an undefined result. it could be replicated wit