ZoomQuiet / python-progressbar

Automatically exported from code.google.com/p/python-progressbar
Other
0 stars 0 forks source link

Feature Request: a new AnimatedMarker that only animates the "current marker point" #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of:
[/////////////////////    ]
[---------------------    ]

It would be nice if it was more like:
[||||||||||||||||||||/    ]
[||||||||||||||||||||-    ]

Where it would update the "current marker" to show "sub marker percent 
completion" relative to the length of markers.
For a simple example, if you have maxval=100, and you have 10 markers (0-9) and 
bar length is 10.
For each val, (let's start at 50) it should increment like so:
[000000    ]
[000001    ]
[000002    ]
...
[000009    ]
[0000000   ]

This would make the Balloon example really cute (as well as being cute in 
general.)

Thanks for your time.

Original issue reported on code.google.com by blahtemp...@gmail.com on 24 Jun 2011 at 3:55