Re: [qooxdoo-devel] Busy or advance bar

2008-10-31 Thread Klaus-F. Kaal
Great ideas. Thanks to all. I will use the animating gif.   Klaus-F. Kaal thron7 schrieb: Jean-Baptiste BRIAUD -- Novlog wrote: Another idea : I put in the center of a pane (where the table will be) an animated gif with waiting animation. then, asynchronously, jus

Re: [qooxdoo-devel] Busy or advance bar

2008-10-31 Thread thron7
Jean-Baptiste BRIAUD -- Novlog wrote: > Another idea : I put in the center of a pane (where the table will be) > an animated gif with waiting animation. > then, asynchronously, just after the request that bring data back, I > swap the table and the image. That's probably what the current Feedr

Re: [qooxdoo-devel] Busy or advance bar

2008-10-31 Thread Jean-Baptiste BRIAUD -- Novlog
Another idea : I put in the center of a pane (where the table will be) an animated gif with waiting animation. then, asynchronously, just after the request that bring data back, I swap the table and the image. In that case, and I think always, it is very important to let the data came back in

Re: [qooxdoo-devel] Busy or advance bar

2008-10-31 Thread thron7
Hi Klaus, you might want to look at the "ProgressBar" contrib. Cheers, Thomas Klaus-F. Kaal wrote: > Hi, > > I am loading quite a few lines of data into my table asynchonously. This > takes > some time. I need to make the user away of the busy state of the application. > I > changed the Curs

Re: [qooxdoo-devel] Busy or advance bar

2008-10-25 Thread Derrell Lipman
On Sat, Oct 25, 2008 at 10:48 AM, Klaus-F. Kaal <[EMAIL PROTECTED]>wrote: > Hi, > > I am loading quite a few lines of data into my table asynchonously. This > takes some time. I need to make the user away of the busy state of the > application. I changed the Cursor to busy, but that only works af

[qooxdoo-devel] Busy or advance bar

2008-10-25 Thread Klaus-F. Kaal
Hi, I am loading quite a few lines of data into my table asynchonously. This takes some time. I need to make the user away of the busy state of the application. I changed the Cursor to busy, but that only works after I try to click on the object. Is there any other widget or sniplet available