**DONOTDELETE**
(Lurker)
2001-07-01 03:43 PM
Status bar indicator

How about setting up a status bar indicator? One that can be used, for example, to illustrate the state of a file download.

MCA
(KiX Supporter)
2001-07-16 02:29 AM
Re: Status bar indicator

Dear,

Interesting request, but a problem is that you had first to collect
information about it and each time you must check the actual status.

about it:
this information may be different for each command.
sometimes you can't get the required information.
each time:
f.e. the amount of bytes is mostly only know by the COPY command.
The destination is mostly excluded open and you doesn't get the
actual value.

Kixtart scripts may influence by the amount of LOOP structures and other
kind of CALLs.
Sometimes the amount of lines executed can be very different from
the amount of lines in your script. Specially when your script has
been compressed to one single line statement.

It is always hard to anticipate on information you don't know on the right moment.
Greetings.