[wxpython-users] Full screen application
Christopher Barker
Chris.Barker at noaa.gov
Mon May 5 10:45:54 PDT 2008
Paul Scott wrote:
> I have gotten the full screen bit working now, and am almost done now,
> just figuring out how to replace the images displayed in the panel
> instead of stacking them on top of each other.
I suspect you are using a wx.StaticBitmap? :
http://wiki.wxpython.org/wxStaticBitmap
The other option is to draw the image to the Window yourself, in a
EVT_PAINT handler:
http://wiki.wxpython.org/RecipesImagesAndGraphics
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list