[wxPython-users] Splash screen positioning

Robin Dunn robin at alldunn.com
Mon Oct 1 12:58:50 PDT 2007


wormwood_3 wrote:
> That totally worked, Roee. Thanks so much!
> 
> So now instead of defining self.frame, the code calls the init for 
> wx.Frame. I am having a hard time getting my head around the essential 
> difference, but that is just a result of me not understanding Python 
> very well yet.

The __init__ methods don't return anything, they just initialize the 
self object.  So you were still passing None to the SplashScreen for the 
parent parameter.


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





More information about the wxpython-users mailing list