Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30044 > unrolled thread

Re: why do this program not fullscreen?

Started byVlastimil Brom <vlastimil.brom@gmail.com>
First post2012-09-25 10:14 +0200
Last post2012-09-25 10:14 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: why do this program not fullscreen? Vlastimil Brom <vlastimil.brom@gmail.com> - 2012-09-25 10:14 +0200

#30044 — Re: why do this program not fullscreen?

FromVlastimil Brom <vlastimil.brom@gmail.com>
Date2012-09-25 10:14 +0200
SubjectRe: why do this program not fullscreen?
Message-ID<mailman.1295.1348560900.27098.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web