Re: wxBitmap - Linux vs Windows, part 2
- Posted by Jerry Story <jstory at ocii.com> Oct 06, 2006
- 525 views
Jesse Adkins wrote: > > 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. Thanks.