abcd wrote: >> But one question that comes to mind is, do you not add sizerTextPanel to >> sizerMainPanel? I think all sub-sizers should be added to the main >> sizer, unless there's some weird reason I don't know of. > > well i set the sizer on the textPanel and then I add the textPanel to > sizerMainPanel >
Ah, I see. Seems like it may be a sizer issue, since you are adding a bunch of things together. I noticed that one object you refer to is self.textPane, is that supposed to be self.textPanel? -- http://mail.python.org/mailman/listinfo/python-list