Re: How do I make my program start fullscreen ?

From: Tim Roberts (timr_at_probo.com)
Date: 02/18/05


Date: Thu, 17 Feb 2005 20:50:42 -0800

BOOGIEMAN <BOOGIEMANPN@YAHOO.COM> wrote:
>
>os = windows xp
>How do I make "myprogram.py" start fullscreen at windows command prompt ?
>Also I made it as "myprogram.exe" with py2exe,but how to start fullscreen ?

Which GUI toolkit are you using? wxPython? tk? The answer depends on
that.

-- 
- Tim Roberts, timr@probo.com
  Providenza & Boekelheide, Inc.


Relevant Pages

  • Re: OO on python real life tutorial?
    ... "wxPython is the best and most mature cross-platform GUI toolkit, ... The only reason wxPython isn't the ... Wax is quite nice. ... replace/mount side by side Tkinter in future Python ...
    (comp.lang.python)
  • Re: Python Documentation Blows!
    ... From his PyCon keynote (not a direct ... quote, but taken Kevin Altis quoting Ted Leung's notes: ... That's the best GUI toolkit given a number of constraints. ... reason wxPython isn't the standard Python GUI toolkit is that tkInter ...
    (comp.lang.python)
  • Re: wxPython vs Glade?
    ... wxPython *is* a GUI toolkit. ... my libraries are portable, ... there is a Glade-like graphical builder for wxWidgets named wxGlade. ...
    (comp.lang.python)
  • Re: Class to Class data transfer
    ... - Tim Roberts, timr@xxxxxxxxx ... Providenza & Boekelheide, Inc. ... Prev by Date: ...
    (microsoft.public.vc.language)
  • Re: curses.setsyx()?
    ... It takes a call to doupdate to force those changes to take effect visually. ... Providenza & Boekelheide, Inc. ... want to display the cursor and prepare it for input at 2,3: ...
    (comp.lang.python)