Just to follow on this. For a single Form application, can a dForm be
parent of another dForm in the same way as dForm being parent of
dDialog? i.e. Can one force the user to have to close the child dForm
in order to access the parent dForm?

Bor-rong

On Tue, Sep 28, 2010 at 4:31 PM, Jeff Johnson <[email protected]> wrote:
> 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]
>
_______________________________________________
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