limits of wxBitmap

Related? I had an issue tiling the background of an MDI frame window. Small "tile-sized" images worked fine, but "wallpapper-sized" images with tiling on caused an error -- forget the exact message, and it did not happen consistently. Was unable to duplicate it just now... This was when using JPEGs -- don't know if its related to the image type or not.

Bruce

···

-----Original Message-----
From: Achim Domma [mailto:achim@procoders.net]
Sent: Tuesday, March 04, 2003 9:06 AM
To: wxPython-users@lists.wxwindows.org
Subject: [wxPython-users] limits of wxBitmap

Hi,

if I try to load a large bitmap (about 2200x1200 pixels) with wxPython, it
fails without error. I can load the bitmap into a wxImage and display the
correct dimensions. The I try to convert it to a bitmap and get not error,
but calling 'Ok' on this bitmap returns false. Any hint what's going on? My
code works fine with smaller bitmaps. I'm working on Win2K with Python 2.2
and wxPython 2.4.

regards,
Achim

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org