I have an app that i want a progress dialog that sort of combines the
way pyprogress works and the native looks of wxGauge. is there a
widget to do this, or else what is a good way to go about making a
custom widget?
Here is a screen shot of something similar to what I want (just the
gauge).
http://imagebin.org/116129
It probably wouldn't be too hard to customize pyprogress to draw the gauge differently, or perhaps to be able to use a custom gauge class or even the native wx.Gauge instead. When you've got that done then make a patch and add it to trac.wxwidgets.org for Andrea to look at and consider merging in to the master copy of the module.
···
On 9/28/10 12:03 PM, mpnordland wrote:
I have an app that i want a progress dialog that sort of combines the
way pyprogress works and the native looks of wxGauge. is there a
widget to do this, or else what is a good way to go about making a
custom widget?
Here is a screen shot of something similar to what I want (just the
gauge).
Startseite - imagebin.org
--
Robin Dunn
Software Craftsman
I found out that the wxGauge does indeed do this, I just had to look
at the demo a little closer