Re: [whatwg] Progress Events done event

2007-09-11 Thread Křištof Želechovski
: Garrett Smith [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 11:33 PM To: Křištof Želechovski Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [whatwg] Progress Events done event On 8/27/07, Křištof Želechovski [EMAIL PROTECTED] wrote: Remember that JavaScript is a programming

Re: [whatwg] Progress Events done event

2007-09-10 Thread Garrett Smith
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Garrett Smith Sent: Sunday, August 26, 2007 8:25 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [whatwg] Progress Events done event == function showImage(imageHref

Re: [whatwg] Progress Events done event

2007-08-27 Thread Křištof Želechovski
PROTECTED] On Behalf Of Garrett Smith Sent: Sunday, August 26, 2007 8:25 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [whatwg] Progress Events done event == function showImage(imageHref) { ... // remove the progress bar when done

[whatwg] Progress Events done event

2007-08-26 Thread Garrett Smith
I've noticed a case when developing Ajax apps that I often end up duplicating a call to hide loading.gif (for example) when the call is over. Progress Events http://dev.w3.org/cvsweb/~checkout~/2006/webapi/progress/Progress.html?rev=1.16content-type=text/html;%20charset=iso-8859-1#XHR Helps

Re: [whatwg] Progress Events done event

2007-08-26 Thread Weston Ruter
This proposal is similar to the callbacks that Prototype's Ajax.Requestmakes available. Instead of a done event, it provides the callback onComplete: http://prototypejs.org/api/ajax/options On 8/26/07, Garrett Smith [EMAIL PROTECTED] wrote: I've noticed a case when developing Ajax apps that I

Re: [whatwg] Progress Events done event

2007-08-26 Thread Garrett Smith
On 8/26/07, Weston Ruter [EMAIL PROTECTED] wrote: This proposal is similar to the callbacks that Prototype's Ajax.Request makes available. Instead of a done event, it provides the callback onComplete: http://prototypejs.org/api/ajax/options Thanks! This is evidence of a real-world use case

Re: [whatwg] Progress Events done event

2007-08-26 Thread Ian Hickson
On Sat, 25 Aug 2007, Garrett Smith wrote: I've noticed a case when developing Ajax apps that I often end up duplicating a call to hide loading.gif (for example) when the call is over. Progress Events

Re: [whatwg] Progress Events done event

2007-08-26 Thread Andrew Fedoniouk
- Original Message - From: Garrett Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, August 25, 2007 11:24 PM Subject: [whatwg] Progress Events done event I've noticed a case when developing Ajax apps that I often end up duplicating a call to hide