On Sep 28, 2010, at 3:32 PM, Jeff Johnson wrote:

> I would like to create a single form application.  

        You mean an MDI design, where the main form contains one or more 
subforms?

> I tried just adding a 
> panel to the FrmMain but that did not work.  It is expecting a second 
> parameter which should be a wxwindow.  There is no data, just buttons 
> that run some python scripts.

        Or do you just want something like this:

class MyForm(dabo.ui.dForm):
        def afterInit(self):
                [ ...add your controls here]

if __name__ == "__main__":
        app = dabo.dApp(MainFormClass=MyForm)
        app.start()



-- Ed Leafe



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

Reply via email to