status bar

Folks

I have added some buttons to the status bar of a frame
but the status bar doesn't response the the size of
the button or to the SetMinHeight function of the
status bar.

Nigel

Linux Redhat 8.0
Python 2.4
wxPython 2.5.3.3pre

···

---
Nigel W. Moriarty, \alphabet_soup

__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

Nigel W. Moriarty wrote:

Folks

I have added some buttons to the status bar of a frame
but the status bar doesn't response the the size of
the button or to the SetMinHeight function of the
status bar.

Putting controls on a statusbar is kinda tricky because it is usually a fixed height and so you have to force the size of the controls yourself to make them fit.

···

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