Splash screen problesm

Hi there,

I have a weird phenomenon. In the wxApp, I display a splash screen in
the same way it is done in the demo application. It is a bmp. Sometimes
the bmp appears correctly, sometimes it doesn't. If it does not appear,
the location where the splash screen is supposed to appear is "greyed",
but nothing appears.

Can anyone point me in the right direction?

Kind regards,
D.Kniep

Dick Kniep wrote:

Hi there,

I have a weird phenomenon. In the wxApp, I display a splash screen in
the same way it is done in the demo application. It is a bmp. Sometimes
the bmp appears correctly, sometimes it doesn't. If it does not appear,
the location where the splash screen is supposed to appear is "greyed",
but nothing appears.

The grey box is just the borderless frame that the splash screen window uses. It may not be painting the bitmap because the system is too busy to send the paint event or something similar. You might try calling splash.Update() to see if that helps.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!