I`m trying to unock some resources on the serverside of my GWT app. So I implemented on WindowClosed of the WindowCloseHandler to call a Remote Service if the window was closed.
The problem is: if I call the service at the last line of code in onWindowClosed the service call will not be done. If I make the call and add a few lines of bogus code (doing nothing just comsuming time) the request is made. I cant find a way of telling if the request was made at all though. It seems like only the code inside onWindowClosed is supposed to be executed and the execution of the request is cancled if onwindowclosed is too fast. Anyone got more information on this topic? What can I do about it? Any ideas are very welcome Regards Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
