Splash Screen with masked PNG

Franz Steinhauesler wrote:

No, but it would not be too hard to make your own splashscreen class that does support it. Simply create a borderless frame with the wx.FRAME_SHAPED style and set the region to use as the shape.

Hi Robin,

thank you,

Then I would derive a class from splashscreen and
I have only to override the __init__ method (?).

That could work. I think I would just derive from wxFrame as then I could be a bit more flexible. Also, there is a splashscreen python module in the library from before there was a C++ splashscreen class. You could get some ideas from it.

ยทยทยท

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