Użytkownik Nate Lowrie napisał:
> Did you ever change the code that was resetting the _BaseClass
> variable?  I don't know the side effects for changing it and generally
> you shouldn't touch it.
>    

Of course, I tried this without success.
As I said, building this control inline gives the same effect:
         pnl = dabo.ui.dPanel(self)
         pnl.Sizer = dabo.ui.dSizer("v")
         pnl.Sizer.append(dabo.ui.dButton(pnl, Caption="1"))
         pnl.Sizer.append(dabo.ui.dButton(pnl, Caption="2"))
         gs.append(pnl)

Code above gives the same garbage buttons as my control class.

-- 
Regards
Jacek Kałucki

_______________________________________________
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