On 29 Jul 2005, at 09:37, Dave Cragg wrote:



The things that could cause the message not to be sent that I can think of:

An "unload url" or clearing of the pendingMessages after the message has been sent but before it is handled. The likely place for this kind of thing would be in the status callback handler. After a succesful load, the final callback message gets sent just before the "load message", both sent in 0 milliseconds. So if your callback handler does one of these things when the status is "downloaded", the message won't get sent.

So I'd look at the callback handler first.


Another area to look at in your script would be just after the load call. Anything there that might stop background scripts running (a runaway repeat or a wait) or that might clear the pendingMessages or unload the url could be an issue.

Cheers
Dave
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to