Dear List,
In wxPython 2.4.2.4 i was able to use the size parameter in a StaticBitmap
to resize a Bitmap before showing it. In version 2.5.1.5 size doesn't seem
to have any effect anymore. Is it a bug or isn't size provided for rescaling
purposes in future?
Best regards,
Dear List,
In wxPython 2.4.2.4 i was able to use the size parameter in a StaticBitmap
to resize a Bitmap before showing it. In version 2.5.1.5 size doesn't seem
to have any effect anymore. Is it a bug or isn't size provided for rescaling
purposes in future?
If I remember correctly, there was an inconsistency here between platforms, and it was changed so it would work the same on all platforms. The control probably is still resized to the size you specify, but the image is left alone. You'll need to rescale it yourself. (You can do it with wxImage.)
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!