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? 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]
