wxStatusBar on non-frame windows

Ok... I finally saw it. It was hidden behind a wxPanel of my dialog. Moreover, it doesn't stay at the bottom of the dialog when I resize the dialog (change it's height), so... I'll rather make my own "status bar".

Regards,

Cristina.

C. Iacob wrote:

Ok... I finally saw it. It was hidden behind a wxPanel of my dialog. Moreover, it doesn't stay at the bottom of the dialog when I resize the dialog (change it's height), so... I'll rather make my own "status bar".

You shoudl be able to manage it's size and position like any other widget using a sizer or whatever.

ยทยทยท

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