Is it possible to put background image on sizer and expanding all over the main panel

Hello there I just don't want to bother you alot, but my question is pretty
simple. I designed a simple GUI with a background image. but when i try to
maximize my window the image does not expand it remains as it is. please i
couldn't uplaod the program here but if possible please show me how

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/Is-it-possible-to-put-background-image-on-sizer-and-expanding-all-over-the-main-panel-tp5714135.html
Sent from the wxPython-users mailing list archive at Nabble.com.

You can add attachments if you read and reply to the list via real email or via the new groups.google.com site.

How are you implementing your background image? Are you drawing it yourself in window's EVT_PAINT handler? Or are you using something like a wx.StaticBitmap? (Hint: the first one is better for "background" images.)

···

On 7/28/12 5:43 AM, want_learn1 wrote:

Hello there I just don't want to bother you alot, but my question is pretty
simple. I designed a simple GUI with a background image. but when i try to
maximize my window the image does not expand it remains as it is. please i
couldn't uplaod the program here [nabble.com] but if possible please show me how

--
Robin Dunn
Software Craftsman