XRC

Is-it possible to create an mdichildframe from xrc resource file?
I don't find a method like res.LoadMdiChildFrame and when I use the LoadFRame method, the resulting controls is a dialog

thanks

Mignon Laurent wrote:

Is-it possible to create an mdichildframe from xrc resource file?
I don't find a method like res.LoadMdiChildFrame and when I use the LoadFRame method, the resulting controls is a dialog

Make your resource be a panel, then load that panel and make it a child of the MDIChildFrame.

ยทยทยท

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