[wxpython-users] Re: Full screen application

Grant Edwards grante at visi.com
Mon May 5 07:54:52 PDT 2008


On 2008-05-05, Andrea Gavana <andrea.gavana at gmail.com> wrote:
> Hi Paul,
>
> On Mon, May 5, 2008 at 1:15 PM, chris botos wrote:

>>> What I would like to do, is to get the application to run
>>> fullscreen so that the desktop and panels are all hidden.
>>> Also, I don't suppose there is a way to disable the on/off
>>> switch on my laptop eh? ;)
>>
>>  Try:   frame.ShowFullScreen(True, wx.ALL) instead of Show().
>>  I can't help with the power button.
>
> For the power button question, you might try to find a way
> using pywin32 (Mark Hammond's win32all), and you might follow
> one of these 2 paths:

Unless the Gnome team has done something major I haven't heard
of, the OP is running Linux.  I've got a tremendous amount of
admiration for Mark Hammond, but I doubt that win32all works on
Linux machines. :)

-- 
Grant Edwards                   grante             Yow! Hmmm ... an arrogant
                                  at               bouquet with a subtle
                               visi.com            suggestion of POLYVINYL
                                                   CHLORIDE ...



More information about the wxpython-users mailing list