Re: Ignoring requestFactory responses on page reload

2014-06-23 Thread Samin Pour
and wrapping the RequestCallback to deal with the responses (at the RequestBuilder level, before they're transformed to RequestFactory's Receiver calls) On Thursday, June 19, 2014 8:40:14 AM UTC+2, Samin Pour wrote: Hi Alberto, Thanks for your tip :) Unfortunately I can't inform the user

Re: Ignoring requestFactory responses on page reload

2014-06-19 Thread Samin Pour
: there are issues with the returned message so if you go for a closing handler read this also: http://stackoverflow.com/questions/5398772/firefox-4-onbeforeunload-custom-message On Tue, Jun 17, 2014 at 7:10 AM, Samin Pour sam...@gmail.com javascript: wrote: Thanks Alberto :) Isn't

Re: Ignoring requestFactory responses on page reload

2014-06-16 Thread Samin Pour
Thanks Alberto :) Isn't this handler triggered for closing the Window? I'm just refreshing a page which doesn't fire the associated event. Or am I missing something? Thanks again Samin On Friday, June 13, 2014 10:31:25 PM UTC+10, Alberto Mancini wrote: Hi, may be not a solution in your

Ignoring requestFactory responses on page reload

2014-06-13 Thread Samin Pour
Hi Everyone My question might be very basic but couldn't find the answer anywhere. I'm working with requestFactory and send some requests to the server at almost the same time. One of these request takes couple of seconds, if the user refresh the page before the response is ready,