[visionegg] Re: Two monitors (1600x600), eliminating toolbar on left screen at top of display
- From: Andrew Straw <andrew.straw@xxxxxxxxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Mon, 11 Aug 2003 19:34:48 +0200
Have you had any additional ideas on how it might be possible to get
rid of
the toolbar on the left-hand screen (on a Mac) using a two-monitor
setup?
Using a recent pygame (the Mac OS X innards have changed), do this
after creating a screen with the Vision Egg:
from pygame.macosx import app
app.mainMenu().setMenuBarVisible_(False)
If you need a recent pygame, follow the instructions on the (recently
updated) Vision Egg OS X install page -- things have changed
significantly since the arrival of the official Python 2.3. You
*should* be able to upgrade Python and other components such as pygame
without upgrading the Vision Egg, but I haven't tested older versions
of the Vision Egg with the latest stuff.
Cheers!
Andrew
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- References:
Other related posts:
- » [visionegg] Re: Two monitors (1600x600), eliminating toolbar on left screen at top of display
the toolbar on the left-hand screen (on a Mac) using a two-monitor setup?