wxPython Grid

Hi
How do I show a grid on an existing frame? It shows fine in a new frame
but I can't work out how to put it in a frame that already exists.
Regards,
Greg

Greg Binns wrote:

Hi
How do I show a grid on an existing frame? It shows fine in a new frame
but I can't work out how to put it in a frame that already exists.

Just create it as a child of the frame as normal. You may need to explicitly set its size, or do something else to manage the size to get it to show up correctly.

ยทยทยท

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