Re: problem with wxPanel derivation class ~ thanks

2007-10-12 Thread Chris Mellon
On 10/12/07, <"@bag.python.org <"none> wrote: > none wrote: > > wxGlade created a simple Frame with a panel a sizer and 3 wxControls , > Thanks All, > I didn't make the super() call (java terminology) > to the base class. > > this is the only python group (en) on giganews, my first search > no

Re: problem with wxPanel derivation class ~ thanks

2007-10-12 Thread none
none wrote: > wxGlade created a simple Frame with a panel a sizer and 3 wxControls , > saticText, TextCtrl, and a Button. > > The resulting code works fine. > > Now the problem. > I wish to make a separate class derrived from wxPanel that has the sized > and controls as above. It jusst won't wor