wxPython ICON constants

2009-05-25 Thread Water Bottle
I've been wondering, is there a way to grab icon information just given the type of OS? So if I wanted to grab the Firefox icon, how would I do that since the user could have changed the default icon to something else? Is there a library of these constants? --

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

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

Problems with StaticBitmaps and events

2009-05-23 Thread Water Bottle
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