Number 2.  Thanks Ed.  I will try it.

Jeff

---------------

Jeff Johnson
[email protected]
(623) 582-0323

www.san-dc.com


On 09/28/2010 12:54 PM, Ed Leafe wrote:
> 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]
>    
_______________________________________________
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