Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11374
| From | Jabba Laci <jabba.laci@gmail.com> |
|---|---|
| Date | 2011-08-14 10:41 +0200 |
| Subject | monitor mouse coordinates in real-time |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2262.1313311295.1164.python-list@python.org> (permalink) |
Hi, I wrote a simple GUI with pygtk to monitor mouse coordinates in real-time. It works but when I close the application, the thread doesn't stop and I can't figure out how to terminate it. Here is the current source: https://gist.github.com/1144708 (83 lines). Could you please help me out how to close the application correctly? Thanks, Laszlo
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
monitor mouse coordinates in real-time Jabba Laci <jabba.laci@gmail.com> - 2011-08-14 10:41 +0200
Re: monitor mouse coordinates in real-time TheSaint <no@nowhere.net.no> - 2011-08-14 19:00 +0800
Re: monitor mouse coordinates in real-time Jabba Laci <jabba.laci@gmail.com> - 2011-08-14 18:39 +0200
Re: monitor mouse coordinates in real-time Jabba Laci <jabba.laci@gmail.com> - 2011-08-17 17:20 +0200
csiph-web