[Contents]
[Index]
[Help]
[Browse <]
[Browse >]
Please note that the "lister set progress" commands have now been
superseded by the lister set newprogress commands. Please use those
commands in any new scripts.
lister set <handle> progress <total> <text>
This turns the progress indicator on in the specified lister.
handle is the handle of the lister in question.
total specifies the total amount to be processed, and controls the bar
graph display.
text is a text string to be displayed in the title bar of the progress
indicator.
For example,
+ lister set 121132636 progress 38 'Archiving files...'
lister set <handle> progress count <count>
This updates the bar graph display in the progress indicator (which must
have already been turned on).
count is the current progress count to be indicated by the bar graph.
For example,
+ lister set 121132636 progress count 4
lister set <handle> progress name <name>
This updates the filename display in the progress indicator.
The filename is displayed above the bar graph.
For example,
+ lister set 121132636 progress name 'myfile.txt'
See also:
lister set newprogress
lister query abort
lister clear progress
lister clear abort
dopus progress
Converted on 04 Nov 1998 with RexxDoesAmigaGuide2HTML 2.2 by Michael Ranner.