Python

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Removing window border

    0 answers - 836 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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

Re: Removing window border


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Python"

EMSDN.COM