Hi Alex,

Can you post the offending code?

Ideally, though, it makes for a more responsive UI if you allow the
request to be asynchronous and handle the remainder of your logic in
the onSuccess callback.  Synchronous requests basically lock up the UI
of the browser.
--
T.J. Crowder
tj / crowder software / com

On Nov 6, 2:33 pm, Jeztah <[EMAIL PROTECTED]> wrote:
> Hi guys and gals ... today i am building a lazyLoader based on
> prototype
>  ....
>
>  Its already working except i assumed i could do a synchronous request
> so
>  nothing further in the javascript function is executed untill the
> request
>  has finished ... it seems that asynchronous : false; is not wokring
> as i
>  expected in the Ajax options .. am i expecting to much from the
> response to
>  hijack my function untill it has finished its XHR then let my script
>  continue what it was doing ?
>
>  I asumed this was a good idea as it would workout into a nice
> dependency
>  module for certain scripts ...
>
>  Any ideas ?
>
>  ta
>
> Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to