statusbar on panel

Randall Smith wrote:

I have a notebook, each page having a panel which needs to show status information similar to how a statusbar does for a frame.

My current implementation places a long rectangular panel at the bottom of the notebook page's panel. This functions as a status bar by updating StaticText fields with information.

Is there a better way to get status bar functionality in a panel? It feels wrong to be updating a StaticText field.

Just make the statusbar be a child of the panel.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!