Stanfield, Vicki {D167~Indianapolis} wrote:
...
self.panel = wxPanel(self,-1,style=wxALIGN_BOTTOM|wxALIGN_CENTER)
self.panel.quote = wxStaticText(self, -1, "Your quote :",wxPoint(20, 30))
outerboxsizer.Add(self.panel)
You are making the quote a child of self, you want it to be a child of self.panel.
HTH,
Mike
···
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/
blog: http://zope.vex.net/~mcfletch/plumbing/