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
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
Hi, I'm new to wxpython and I created a test program. So far, it works, but
there are some problems with it.
For some reason, I get a small box in the top left corner. Not sure why
that's happening.
Also, I can't get my picture to bind to my Play().
Lastly, do you recommend using StaticBitmap as