On May 24, 2007, at 8:20 AM, Uwe Grauer wrote:

> If i want to have my own ugForm class, how do i import the symbols?
>
> eg:
>
> myappdir/
>       ug/
>               ugForm
>
> in ugForm i have:
> class ugForm(??.dForm)

        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().

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




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

Reply via email to