I would you like to put on a Custom status bar a simple wx.gauge that
pulse on a Timer (Not a progress gauge).
The status bar is like the one in the wxDemo, which has 3 place where
items are inserted.
Do you have some howto or guide that help me to insert there that gauge?
Is it possible?
I would like to do something like the Gparted Gnome first gauge report
in this [¹] screenshot, but in the status bar; that when a task It is
started, the gauge is started to pulse too.
I would you like to put on a Custom status bar a simple wx.gauge that
pulse on a Timer (Not a progress gauge).
The status bar is like the one in the wxDemo, which has 3 place where
items are inserted.
Do you have some howto or guide that help me to insert there that gauge?
Is it possible?
You should be able to do it just like the checkbox in the demo. Just create the gauge as a child of the statusbar and reposition it within the statusbar field in the EVT_SIZE event.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!