Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

No progress bar (text only) when running in PowerShell #9

Closed benjamincburns closed 6 years ago

benjamincburns commented 7 years ago

When running an application which uses ShellProgressBar in PowerShell, the text and elapsed time are rendered, but the progress bar itself is not.

progress_bar_sshot

codejnki commented 7 years ago

There's a couple of bug in the ProgressBar.cs in DisplayProgress() and DrawChildren() methods. In PR 12 I've got this fixed.

Mpdreamz commented 6 years ago

This is now released in 4.0.0 https://github.com/Mpdreamz/shellprogressbar/blob/master/README.md#styling-changes

bojanrajkovic commented 6 years ago

I'm still seeing this--copied the code pretty much exactly from the example, and like the OP, I get the text and elapsed time, but no progress bar. If I set progress bar on the bottom then I get a progress bar, but no text/elapsed time.