wxSplashScreen issues

BlitzMax Forums/Brucey's Modules/wxSplashScreen issues

Pete Rigz(Posted 2009) [#1]
Hello, When creating a splash screen it doesn't seem to disappear of its own accord no matter what millisecs value you pass it. It goes away when you click on it but it'd be nice for it to just disappear by itself too.

Also, I tried using the function CreateSplashScreen too which I saw in the docs but it doesn't look like the function actually exists.


Brucey(Posted 2009) [#2]
Hmmm... try using this flag when you create it : wxSPLASH_TIMEOUT

I see a hole in the (my) docs... : http://docs.wxwidgets.org/trunk/classwx_splash_screen.html#05a1d1af1dac400c659d41bd033d8566


Pete Rigz(Posted 2009) [#3]
Ahh yes, I'll have to remember to take a gander there in future. Works fine now, thanks!