I know there's a progress *dialog* (wx.ProgressDialog).
However, I'd like to put one or more progress bars
directly on a wizard page, but I haven't found
a progress *control*.
Before I roll my own, am I missing a progress control
in wxPython or has someone already rolled one up?
- Sam
···
__________________________________________________________
Spinward Stars, LLC Samuel Reynolds
Software Consulting and Development 303-805-1446
http://SpinwardStars.com/ sam@SpinwardStars.com
Samuel Reynolds wrote:
I know there's a progress *dialog* (wx.ProgressDialog).
However, I'd like to put one or more progress bars
directly on a wizard page, but I haven't found
a progress *control*.
Before I roll my own, am I missing a progress control
in wxPython or has someone already rolled one up?
Are you looking for a 'Gauge' control?
Michael
Check the demo "Core Windows/Controls" for the Gauge demo.
···
On Thu, 2004-10-28 at 18:07 -0600, Samuel Reynolds wrote:
I know there's a progress *dialog* (wx.ProgressDialog).
However, I'd like to put one or more progress bars
directly on a wizard page, but I haven't found
a progress *control*.
Before I roll my own, am I missing a progress control
in wxPython or has someone already rolled one up?
--
Cliff Wells <clifford.wells@comcast.net>
Are you looking for a 'Gauge' control?
Check the demo "Core Windows/Controls" for the Gauge demo.
That's exactly what I was looking for.
I just wasn't looking for that *name*
Thanks!
- Sam
···
__________________________________________________________
Spinward Stars, LLC Samuel Reynolds
Software Consulting and Development 303-805-1446
http://SpinwardStars.com/ sam@SpinwardStars.com