On May 2, 2013, at 10:49 AM, John Fabiani <[email protected]> wrote:

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

super(MyDateTextBase, self).initProperties()


-- Ed Leafe





_______________________________________________
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