On the Mac, the application usually shouldn't close just because the last form has been closed. With the help of Robin and Chris over at wxpython-mac, and with my recent dabo commit, I've worked out how to accomplish this with Dabo:
dabo.settings.MDI = True and make sure you allow a dApp.MainForm, and that all your app's forms are children of the MainForm. That's 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]
