[jQuery] Re: Blocking UI for synchronous ajax calls

2009-09-22 Thread nomen
Hi Mike: Finally I changed the calls to asynchronous. It looks good now. Thanks for your help. On 16 sep, 10:16, nomen gaston...@gmail.com wrote: Hi Mike:   Thank you for your answer.    I have understand what do you mean between lock the browser and block th UI.    To test it I

[jQuery] Re: Blocking UI for synchronous ajax calls

2009-09-22 Thread Mike Alsup
Hi Mike:    Finally I changed the calls to asynchronous.    It looks good now. The web thanks you.

[jQuery] Re: Blocking UI for synchronous ajax calls

2009-09-16 Thread nomen
Hi Mike: Thank you for your answer. I have understand what do you mean between lock the browser and block th UI. To test it I have put a sleep in my server (in the function that calls the synchronous ajax call ) and I have see that in IE7 and IE8, it´s true, but, in FF3, Opera 10, Chrome

[jQuery] Re: Blocking UI for synchronous ajax calls

2009-09-16 Thread nomen
Hi Mike: Thank you for your answer. I have understand what do you mean between lock the browser and block th UI. To test it I have put a sleep in my server (in the function that calls the synchronous ajax call ) and I have see that in IE7 and IE8, it´s true, but, in FF3, Opera 10, Chrome

[jQuery] Re: Blocking UI for synchronous ajax calls

2009-09-15 Thread Mike Alsup
   I have tested BlockUI Plugin but it does not start when I call it, because I can see with Firebub that the ajax calls are finished when BlockUI Plugin starts. And that is exactly the problem with making synchronous calls to the server - it locks the browser. I strongly recommend using