[visionegg] 2 problems setting up 2 screen window (OSX 10.3.9)
- From: Douglas Taylor <dtaylor@xxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Wed, 08 Feb 2006 12:07:34 -0800
Hi Andrew and All,
I'm trying to get a 2 screen setup going to demo
some stereo stimuli. The following works as advertised
import os
os.environ['SDL_VIDEO_WINDOW_POS']="0,0"
Trying to get rid of the toolbar does not. I followed the
example from Andrew's post
> import pygame.macosx
> pygame.macosx.app.mainMenu().setMenuBarVisible_(False)
http://mail.python.org/pipermail/pythonmac-sig/2003-August/008482.html
The error I get
pygame.macosx.app.mainMenu().setMenuBarVisible_(False)
AttributeError: 'module' object has no attribute 'app'
My pygame is pygame version 1.7.0 (OK)
Do I need a newer version of pygame?
I have 2 monitors both at 1024x768 resolution. When I request
a window 2048x768 the window is whited out and no rendering
can be seen. The max. screen size I could ask for is 2046x768
to see my stim. Any ideas what going on here? Thanks for
any help.
Doug
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- Follow-Ups:
- [visionegg] Re: 2 problems setting up 2 screen window (OSX 10.3.9)
- From: Andrew Straw
Other related posts:
- » [visionegg] 2 problems setting up 2 screen window (OSX 10.3.9)
- » [visionegg] Re: 2 problems setting up 2 screen window (OSX 10.3.9)
- » [visionegg] Re: 2 problems setting up 2 screen window (OSX 10.3.9)
- [visionegg] Re: 2 problems setting up 2 screen window (OSX 10.3.9)
- From: Andrew Straw