<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi All,<br>
<br>
I'm forwarding this message I sent to the VisionEgg list as<br>
they couldn't help me there. Basically there are 2 problems.<br>
1) I can't hide the toolbar when not in FULLSCREEN.<br>
&nbsp;&nbsp;&nbsp;&nbsp; From the post below it seems it used to work.<br>
2)&nbsp; If I try and cover both monitors with the window the <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; screens whithens out and I can see no rendering when I ask<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for a 2048x768 window. If I go down to 2046x768 it works<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fine but there are 2 lines of the background screen visible.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am using pygame 1.7.0<br>
<br>
Thanks for any help.<br>
<br>
Doug Taylor<br>
-------- Original Message --------
<table cellpadding="0" cellspacing="0" border="0">
  <tbody>
    <tr>
      <th valign="baseline" align="right" nowrap="nowrap">Subject: </th>
      <td>[visionegg] 2 problems setting up 2 screen window (OSX 10.3.9)</td>
    </tr>
    <tr>
      <th valign="baseline" align="right" nowrap="nowrap">Date: </th>
      <td>Wed, 08 Feb 2006 12:07:34 -0800</td>
    </tr>
    <tr>
      <th valign="baseline" align="right" nowrap="nowrap">From: </th>
      <td>Douglas Taylor <a class="moz-txt-link-rfc2396E" href="mailto:dtaylor@ski.org">&lt;dtaylor@ski.org&gt;</a></td>
    </tr>
    <tr>
      <th valign="baseline" align="right" nowrap="nowrap">Reply-To: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:visionegg@freelists.org">visionegg@freelists.org</a></td>
    </tr>
    <tr>
      <th valign="baseline" align="right" nowrap="nowrap">To: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:visionegg@freelists.org">visionegg@freelists.org</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>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

&gt; import pygame.macosx
&gt; pygame.macosx.app.mainMenu().setMenuBarVisible_(False)

<a class="moz-txt-link-freetext" href="http://mail.python.org/pipermail/pythonmac-sig/2003-August/008482.html">http://mail.python.org/pipermail/pythonmac-sig/2003-August/008482.html</a>

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: <a class="moz-txt-link-freetext" href="http://www.freelists.org/archives/visionegg">http://www.freelists.org/archives/visionegg</a>
Website: <a class="moz-txt-link-freetext" href="http://www.visionegg.org/mailinglist.html">http://www.visionegg.org/mailinglist.html</a>
</pre>
</body>
</html>