Quote:
Originally Posted by bense2k
@rkomar
I meant it for scripts were you download more then one file, like an rss downloader.
For example you download 10 files and the Progressbar adds 10% for each downloaded file.
A menu system like in dialog on a regular shell woud be nice to.
|
I see. In that case, it wouldn't be too hard to get such a progress bar working. It would be up to the script to update a file with the current percentage, and that file would be read by sh_ivtool and the progress bar updated until the file is deleted.
I'm not sure what you mean by a menu system. I just added @bogomil's code for displaying multiple options in a dialog yesterday. Would that be what you're looking for?