Closed sethkor closed 5 years ago
Hi, hope this poplog example is what you want.
Hi, Thanks, thats a great example but as I could have many 10,000s of lines I'm not sure it will perform well.
How about if I use the Container Option "WithOutput" and a single progress bar? I could output to a string buffer and print that with some \r
?
How about if I use the Container Option "WithOutput" and a single progress bar? I could output to a string buffer and print that with some \r?
string buffer is not aware of ANSI Escape sequences, so they will be literally there.
OK Thanks
Hello, Do you have an example where I can have a scrolling output above a progress bar? I don't need it above each individual bar just above the progress.
Cheers Seth