On 5/20/10 2:03 PM, Ed Leafe wrote: > On May 20, 2010, at 4:41 PM, Paul McNett wrote: > >> On 5/20/10 10:36 AM, Ed Leafe wrote: >>> On May 20, 2010, at 1:06 PM, Martinecz Miklós wrote: >>> >>>> This time I have no error message and the child opens but not in the place >>>> of the main form as I would expect. (I placed the 'dabo.MDI = True' just >>>> under the 'import Dabo' line in the main.py file.) >>> >>> It should open up as a "window within a window". In other words, your >>> main form should be a big blank window, with your child forms completely >>> enclosed within that main form. >> >> The main form needs to descend from dabo.ui.dFormMain, and not >> dabo.ui.dForm. Could >> this be the issue? > > > I doubt it, as I already specified that.
You specified to have self.Application.MainForm as the parent. However, self.Application.MainForm doesn't necessarily descend from dFormMain, which is why I thought I'd mention it. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
