Re: Problems with StaticBitmaps and events

2009-05-24 Thread Water Bottle
Hm, so it seems that it was just a sizing issue with my wx.Panels. I defined my own size, and that fixed the weird box problem. Although, now that I'm defining the size, that may not be good for when I expand the window. Everything will be stretched. Anyone know a way around that? Still having tro

Re: Problems with StaticBitmaps and events

2009-05-24 Thread Water Bottle
Okay, I found the root of the weird box problem on the top left corner. It has something to do with my panels. I changed the code so that I directly used the StaticBitmap and TextCtrl inside the Frame class and the weird box was gone. I'm not sure what I'm doing wrong with the Panels. Can anyone he