I’m trying to create a looping progress bar that animates while a task is running and stops when a task is done. It’s unknown how long the task will take.
The control would look exactly like the looping progress bar when you drag and drop your song collection into itunes http://imgur.com/d6c8moz
Are there any wx.Gauge-like controls that can achieve this effect? As far as I can tell wx.Gauge only allows you to have a bar start from the 0 position. I want a chunk of the total length of the progress bar (say 10% of it) to be shaded and scroll from left to right.