Hi,

OK,  so Mr. Noob has made a lot of progress, but has found that when
he makes an Ajax.Request(), the response is not set into the
javascript variables until after a certain amount of time, which
though small, is significant.

Some knuckleheads might well be provoked to say, "Hey, I didn't get my
data.  There's a bug."

There is no bug, but there is a pain in the ...

Javascript does not have a sleep function and  using  setTimeOut in
this situation is folly because you can not proceed with the code in
any semblance until  AjaxRequest full completes returning the data.
setTimeOut will only cause one code element to deley.

How're the Prototype/Scriptaculous gurus handling this?

BearState aka. Mr. Noob  ( for the moment ).




--~--~---------~--~----~------------~-------~--~----~
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 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to