Re: Can i get some URLs of live projects built using GWT.

2014-06-17 Thread Alain Ekambi
We are building Ahomé Desk with GWT. http://www.desk.ahome-it.com/ 2014-06-17 7:04 GMT+02:00 REVATHI V revathi.appin...@gmail.com: Thank you, Mr. Thomas and Mr. Joseph On Monday, June 16, 2014 2:58:58 PM UTC+5:30, REVATHI V wrote: Can i get some URLs of live projects built using GWT.

Re: Ignoring requestFactory responses on page reload

2014-06-17 Thread Alberto Mancini
Hi Samir, the page refresh should call the closinghandler cause a refresh is a page unload followed by a load and the closing handler essentially is a listener to 'onbeforeunload' event. Cheers, Alberto Note: there are issues with the returned message so if you go for a closing handler read

use ajaxcomplete in GWT

2014-06-17 Thread Winston Britto
I need to implement ajaxComplete for the below reason In my App, there are many asynccallback. On every server call i have to tell the client that some request has been raised or some resonse is received. I hope, it's achieved by using ajaxCompleted method using jquery also verified in normal

You have to try : Putnami Web Toolkit your next GWT Framework.

2014-06-17 Thread Fabien Dumay
Hello all, I'am glad to announce that PWT also called Putnami Web Toolkit is out of the box. http://pwt.putnami.org PWT is a powerfull GWT framework which will revolutionize your productivity. Open source the repository is available on https://github.com/Putnami/putnami-pwt We built

Internet Explorer 11 - compatibility mode

2014-06-17 Thread ckuetbach
Hello, I had some trouble with embedded IE11-webviews. The useragent contains *msie *and the *documentMode *is 11. This is why they get the IE10 permutation. But the IE11-browser has removed some functions in the compat mode. (createStyleSheet for example) So I used a custom

Re: use ajaxcomplete in GWT

2014-06-17 Thread Joseph Lust
There are many ways to contact a server in GWT. See the communications page and async callback information: http://www.gwtproject.org/doc/latest/DevGuideServerCommunication.html Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Stable .rpc files

2014-06-17 Thread Joseph Lust
If that works for you. Personally, I expected idempotency in builds. Sincerely, Joe -- 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: [gwt-contrib] Add Object.clone as throwing implementation

2014-06-17 Thread Rocco De Angelis
Some news regarding the your tests? Am Montag, 26. Mai 2014 17:10:09 UTC+2 schrieb Daniel Kurka: I rolled the patch because it broke internal apps and it seemed to hard and not worthwhile to clean this up. I just imported the change and running some tests internally I get back once I can

[gwt-contrib] Print the CodeServer Args/Options to console on build

2014-06-17 Thread Brandon Donnelson
It would be handy if the code server console outputted the args/Options provided to it when it was ran. The reason I mention this if a third party tool is starting the process its not obvious what args were used. Brandon -- You received this message because you are subscribed to the Google