From: "Stefan Csomor" on 27 Apr 2007 00:13 Hi Michael > Seems the problem happens while a splash screen is shown. I can > recreate in Minimal with this code (either in MyApp::OnInit() or in > OnAbout()): > > wxBitmap bitmap(sample_xpm); > if (bitmap.IsOk()) > { > wxSplashScreen* splash = new wxSplashScreen(bitmap, > wxSPLASH_CENTRE_ON_SCREEN|wxSPLASH_TIMEOUT, > 6000, NULL, -1, wxDefaultPosition, wxDefaultSize, > wxSIMPLE_BORDER|wxSTAY_ON_TOP); > }else{ > wxMessageBox("xpm didn't work"); > } > wxMessageBox("Msg box - gettin' hung up."); perfect - that's all that I need, thanks :-) Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
First
|
Prev
|
Pages: 1 2 Prev: Compiling the sample 'minimal' with VC++ 8 pro Next: Linking errors using OpenGL |