Hello,
I am using wx.SplashScreen (not the one from lib). It draws a nice
semi-transparent image up on loading. Now, SplashScreen has an annoying
border surrounding it. How can I get rid of that? I already tried
SetWindowStyle(wx.NBRDER) and SetWindowStyle(self.GetWindowStyle() |
~wx.SIMPLE_BRDER) but that doesn't seem to have any effect.
wx.Windowinit__(self, parent, style = wx.NBRDER)
wx.SplashScreeninit__(self, aBitmap, splashStyle,
splashDuration, splashCallback)
Doesn't seem to be better, too. I am directly deriving from it like shown
here ( ).
Any hints or help?
-Matthias
To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org
For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org