Re: [cgiapp] how to do a progress bar or similar?

2004-08-04 Thread Peter Masiar
Andreas Schuldei wrote: how can i implement some kind of progress indicator? in one part of my app it is hard to tell for the user on the remote webbrowser that something is happening and everything goes according to plan (during account mass-generation). how can i print out the processed

Re: [cgiapp] how to do a progress bar or similar?

2004-08-03 Thread Michael Peters
Andreas Schuldei wrote: hi! how can i implement some kind of progress indicator? in one part of my app it is hard to tell for the user on the remote webbrowser that something is happening and everything goes according to plan (during account mass-generation). how can i print out the processed

Re: [cgiapp] how to do a progress bar or similar?

2004-08-03 Thread Peter Leonard
We've done this in Krang (http://krang.sf.net) without forking a separate process - it's used to show progress during preview/publish of story and media objects. We did it as follows: At the beginning of the run-mode, we immediately return a no-parse header, along with the template that

[cgiapp] how to do a progress bar or similar?

2004-08-02 Thread Andreas Schuldei
hi! how can i implement some kind of progress indicator? in one part of my app it is hard to tell for the user on the remote webbrowser that something is happening and everything goes according to plan (during account mass-generation). how can i print out the processed usernames or just dots or