[Proto-Scripty] Re: Whether there is a sense to make an async Ajax calls?

2008-09-24 Thread buda
Thanks for the link, very useful On 24 сент, 18:22, Matt Foster <[EMAIL PROTECTED]> wrote: > http://positionabsolute.net/blog/2007/04/ajax-request-queue.php > > On Sep 24, 9:33 am, buda <[EMAIL PROTECTED]> wrote: > > > > > But the problem is the user maigh not want to wait until its loaded > > an

[Proto-Scripty] Re: Whether there is a sense to make an async Ajax calls?

2008-09-24 Thread Matt Foster
http://positionabsolute.net/blog/2007/04/ajax-request-queue.php On Sep 24, 9:33 am, buda <[EMAIL PROTECTED]> wrote: > But the problem is the user maigh not want to wait until its loaded > and click to another element and than another amount calls starts when > previous call-responder start to

[Proto-Scripty] Re: Whether there is a sense to make an async Ajax calls?

2008-09-24 Thread buda
But the problem is the user maigh not want to wait until its loaded and click to another element and than another amount calls starts when previous call-responder start to render the data On 24 сент, 16:28, "T.J. Crowder" <[EMAIL PROTECTED]> wrote: > > I know it but everywhere I have red its reco

[Proto-Scripty] Re: Whether there is a sense to make an async Ajax calls?

2008-09-24 Thread T.J. Crowder
> I know it but everywhere I have red its recommendet not to use > asynchronous=false... Because it freezes the UI (of the whole browser in some cases), which is usually not what you want. Since you seem specifically to *want* to freeze the UI, though, should be just the thing. But rather than

[Proto-Scripty] Re: Whether there is a sense to make an async Ajax calls?

2008-09-24 Thread buda
I know it but everywhere I have red its recommendet not to use asynchronous=false, but what should I do in my case? On 24 сент, 14:19, ColinFine <[EMAIL PROTECTED]> wrote: > On Sep 24, 8:05 am, buda <[EMAIL PROTECTED]> wrote: > > > I have very complicated interface in which I need to make some >

[Proto-Scripty] Re: Whether there is a sense to make an async Ajax calls?

2008-09-24 Thread ColinFine
On Sep 24, 8:05 am, buda <[EMAIL PROTECTED]> wrote: > I have very complicated interface in which I need to make some > consecutiv Ajax calls to render interface and I need to freze the > interface untile the latest responder will received. If I understand your issue correctly, that is what 'asy