Ed Leafe wrote:
>
> All you need is the following:
>
> import dabo
> dabo.ui.loadUI("wx")
>
> class ugForm(dabo.ui.dForm):
>
>> How do i have to extend my ug.__init__?
>> Is there a general receipt for this?
>
> You should *never* have to mess with __init__(). You should be using
> the various hook methods instead, such as beforeInit(), afterInit(),
> afterInitAll(), initProperties(), and initEvents().
>
Does this mean it is not allowed to have a ug/__init__.py to import the
various module files?
Do i have to use:
myForm.py:
from ug import ugApp
from ug import ugForm
...
instead of:
from ug import *
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]