indicators icon indicating copy to clipboard operation
indicators copied to clipboard

No percentage indication on Windows

Open F-I-D-O opened this issue 3 years ago • 1 comments

When I try your very first example on Windows, there is no percentage indicator: image

In PowerShell and Windows console, the progress bar does not even stay on the same line: image

Is this the normal behavior on windows?

F-I-D-O avatar Dec 05 '21 14:12 F-I-D-O

Add option::ShowPercentage(true) when declaring ProgressBar. Then you can see the percentage number coming out.

Star9daisy avatar Apr 04 '22 02:04 Star9daisy

What needs to be done is to update the documentation. Samples are shown without that option, and leads to confusion.

orion160 avatar Jan 02 '23 15:01 orion160