wxCalendarCtrl And wxGrid

stefi wrote:

Hi
win98, Py 2.2, wxPy 2.4
Is there any chance to have a wxCalendarCtrl and a wxGrid on the same wxPanel ? My code is below. If i replace the grid with a button it appears next to the calendar but the grid ???

wxGrids don't have a default size and don't know how to calculate their
best size, and so sizers dont' know what to do with them other than show
them at the size they currently have when added to the sizer. So to fix
your problem just set the size of the grid.

calgrid.py (907 Bytes)

ยทยทยท

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