Re: wxBitmap - Linux vs Windows, part 2
- Posted by Jesse Adkins <Tassadar29 at lycos.com> Oct 05, 2006
- 502 views
I did some testing of both of those code pages and I found out that the bitmap is actually printing to the page. However, one of your sizers was immediately going over it which gave the appearance of having never loaded. add_window_to_sizer(boxSplash,lblSplash1,1,wxGROW,0) I changed that 1 in the middle to a 0 and it rendered perfectly.