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
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