Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51535

Re: Pyglet on Python3.x, problems

References <cc9a7c29-5851-48ea-b2e1-22c5192071cf@googlegroups.com> <mailman.5290.1375141508.3114.python-list@python.org> <7a49a3ab-070f-4c5f-baea-9faf4fc3a6f7@googlegroups.com>
Date 2013-07-30 02:38 +0100
Subject Re: Pyglet on Python3.x, problems
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5296.1375148296.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Jul 30, 2013 at 1:47 AM, John Ladasky
<john_ladasky@sbcglobal.net> wrote:
> I'm getting one problem.  After a few tests run, I can't close a window.  I am normally closing each interactive test with the ESC key.  But when that fails I try clicking with the mouse.  This also fails.  This broken behavior appears to be triggered when the window created by pyglet overlaps my terminal window and thereby steals the focus.  Any idea why that might be happening?


When you say "steals the focus", what exactly do you mean? Do the
windows normally get created without focus, but occasionally focus is
set to that window? Seems odd. If that's the case, is there any
difference if you click outside the window (eg on your terminal) and
then back in? Maybe there's something happening on gotfocus that
should happen on create.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Pyglet on Python3.x, problems John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-29 15:04 -0700
  Re: Pyglet on Python3.x, problems Joshua Landau <joshua@landau.ws> - 2013-07-30 00:14 +0100
    Re: Pyglet on Python3.x, problems John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-29 17:34 -0700
  Re: Pyglet on Python3.x, problems Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-29 17:44 -0600
    Re: Pyglet on Python3.x, problems John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-29 17:47 -0700
      Re: Pyglet on Python3.x, problems Chris Angelico <rosuav@gmail.com> - 2013-07-30 02:38 +0100

csiph-web