Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Re: why do this program not fullscreen? (http://www.velocityreviews.com/forums/t952646-re-why-do-this-program-not-fullscreen.html)

Vlastimil Brom 09-25-2012 08:14 AM

Re: why do this program not fullscreen?
 
2012/9/25 Levi Nie <levinie001@gmail.com>:
> the code:
> import wx
> app=wx.App()
> win=wx.Frame(None)
> win.ShowFullScreen()
> app.MainLoop()
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Hi,

win.ShowFullScreen(True)
should work, the boolean parameter appears to be required.

hth,
vbr


All times are GMT. The time now is 04:15 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.