Hi All, I'm forwarding this message I sent to the VisionEgg list as they couldn't help me there. Basically there are 2 problems. 1) I can't hide the toolbar when not in FULLSCREEN. From the post below it seems it used to work. 2) If I try and cover both monitors with the window the screens whithens out and I can see no rendering when I ask for a 2048x768 window. If I go down to 2046x768 it works fine but there are 2 lines of the background screen visible. I am using pygame 1.7.0 Thanks for any help. Doug Taylor -------- Original Message --------
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 |
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig