Sizer oddity

While a sample would help understand the issue, one of the errors I most
frequently have made is having the wrong "parent" class for the widget.
( ie. Assigning to widget to "self" instead of self.panel where self is
the main frame)

Don't know if that helps, but it has stumped me a couple of times.

G.

···

-----Original Message-----
From: Josh English [mailto:joshua.r.english@gmail.com]
Sent: Wednesday, February 07, 2007 2:37 PM
To: wxPython-users@lists.wxwidgets.org
Subject: [wxPython-users] Sizer oddity

I made a panel with a vertical box sizer, and then an horizontal box
sizer with three objects: a combo popup listbox (from the demo code),
and two buttons.

When the panel is drawn, the buttons appear under the combo list box.

How do I stop this?

--
Josh English
Joshua.R.English@gmail.com
http://joshenglish.livejournal.com

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org