SplashScreen covers any MessageBoxes in wxPython?
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-05-24T08:51:47Z
Indexed on
2010/05/24
9:11 UTC
Read the original article
Hit count: 281
I have a SplashScreen
shown while my application loads in the background.
Unfortunately, if any errors occur during the application's initialisation a MessageBox
is shown - but is behind the splash. This prevents the user from seeing the message, and from dismissing it (the only way to quit is through task manager).
Q: Is there any way of hiding the SplashScreen if any errors occur, or allowing MessageBoxes to display above it?
I am using wxPython 2.8.10.1 with Python 2.6.5 on Windows.
© Stack Overflow or respective owner