Hi,
In the past I needed to call
"self.super()" in the below class.

But of course the new super() does not work the same way.
So below I tried using
"super(dabo.ui.dDateTextBox,self)"
and that does not work correctly. In fact it appears I no longer need it. But how should the call be written?



class MyDateTextBase(dabo.ui.dDateTextBox):
    def initProperties(self):
        #self.SelectOnEntry = True
        #super(dabo.ui.dDateTextBox,self)
        self.LogEvents = ["ValueChanged",]
        self.ExtendedCalendar = True
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.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