[wxPython-users] Bitmap in a wxScrolledWindow
Christopher Barker
Chris.Barker at noaa.gov
Fri Jun 16 13:13:07 PDT 2006
Gavana, Andrea wrote:
> Now I *only* miss a zoom functionality :-)
That's more of a trick -- you don't want to scale the entire image up,
so you need to figure out how much of the image will get displayed.
Or you could just use wx.lib.floatcanvas
To be honest, I need to fix the bitmap scaling issue there too. It
currently does scale the whole image, which is fine for small bitmaps,
but not for large ones.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (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