progressbar

beasscript-logo-small

progressbar

 

There is only one instance of a progressbar which means only one window can be opened at once.

Separate "opening" is not necessary. As soon as the windows is addressed it gets opened. "Switching off" however is necessary.

 

 

 

on

switch on (not absolutely necessary)

off

switch off (absolutely necessary!)

<percent>

displays the percent value (i.E. progressbar=50)

%=total=current

calculate the percent value and display this

progressbar=%=300=100   is 33 %

text=<text>

displays a text (i.E. progressbar=text=calculation...)

cancelbar=on

switch on the cancelbar

abbruch

without argument: returns cancel mode: 1 pressed, 0 not pressed

reset

full reset

total=on

switch on the total progressbar (2nd progressbar)

total=<prozentwert>

percent values for 2nd progressbar

total=off

switch off the 2nd progressbar (total progressbar)

 

 

 

call via the interpreter

progressbar=<command>

 

i.E.

progressbar=text=values are calculated

progressbar=off

 

also possible

prozent=on