Re: Add ajax spinning gif to a zone.

2014-03-03 Thread Emmanuel DEMEY
Or if you are using jquery, you can maybe have a look to the ajaxStop and ajaxStart events. Manu Le 3 mars 2014 20:59, "George Christman" a écrit : > Hello, I'm wondering how you can add an animated load .gif to my app > letting a user know an ajax request is underway? Example, when you do an > a

Re: Add ajax spinning gif to a zone.

2014-03-03 Thread Lance Java
I'm not sure it's exactly what you're after but here's an example of polling an asynchronous task http://tapestry-stitch.uklance.cloudbees.net/progresslinkdemo

Add ajax spinning gif to a zone.

2014-03-03 Thread George Christman
Hello, I'm wondering how you can add an animated load .gif to my app letting a user know an ajax request is underway? Example, when you do an ajax file upload, is thee a way to show the animated gif until the file has be loaded into the interface? I'm not sure if I can do this with zones nor do I k