<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I tried your program on a Dell XPS laptop with NVIDIA card running
Vista and had no problem.<br>
<br>
I also tried it on a Dell desktop machine with NVIDIA card running
Vista and also had no problem.<br>
<br>
Bruce Sherwood<br>
<br>
symion wrote:
<blockquote cite="mid:499...@pr..." type="cite"><font
size="-1"><font face="Helvetica, Arial, sans-serif">The following
code produces a complete lock out of my system!<br>
<br>
from visual import *<br>
<br>
scene.fullscreen=True<br>
scene.visible=True<br>
<br>
sphere()<br>
<br>
while 1:<br>
if scene.mouse.events>0:<br>
m=scene.mouse.getevent()<br>
break<br>
<br>
scene.visible=False<br>
wmax=scene.width<br>
hmax=scene.height<br>
<br>
scene.fullscreen=False<br>
print wmax,hmax<br>
<br>
Run the code, click on the sphere and it should return to IDLE window.<br>
Instead the whole screen stays blank, the sphere controls freeze and
esc does not restore control back to windows.<br>
Also, alt+tab does not work either! So I can not flip to other
applications.<br>
<br>
For some reason I can recover control by typing (into a blank screen)
scene.visible=1<enter>esc<br>
This is typed into IDLE window, other wise I have to Turn Off my
computer the hard way.<br>
<br>
Does anyone else experience this or is it just my old graphics card?<br>
<br>
I am running Vista Home Premium<br>
<br>
Symion<br>
</font></font>
<pre wrap="">
<hr size="4" width="90%">
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/XcvMzF8H">http://p.sf.net/sfu/XcvMzF8H</a></pre>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Visualpython-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Vis...@li...">Vis...@li...</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/visualpython-users">https://lists.sourceforge.net/lists/listinfo/visualpython-users</a>
</pre>
</blockquote>
</body>
</html>
|