Re: [python-win32] keep tkinter window always on top

2005-08-21 Thread Benjamin Rutt
"Mark Hammond" <[EMAIL PROTECTED]> writes: >> Does anyone know how to keep a tkinter window always on top, despite >> attempts to focus other windows? Here is my failed attempt. I've >> tried both tkinter-only and win32-specific solutions. For this code, >> the window does stay in front of the

Re: [python-win32] keep tkinter window always on top

2005-08-21 Thread Benjamin Rutt
Thanks, it almost works now. Just one last problem, while it is always on top, it doesn't always have the input focus. Any recipes for that? That is, I want it to steal the focus if it doesn't have it. Thanks, -- Benjamin Rutt ___ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32

[python-win32] keep tkinter window always on top

2005-08-21 Thread Benjamin Rutt
Does anyone know how to keep a tkinter window always on top, despite attempts to focus other windows? Here is my failed attempt. I've tried both tkinter-only and win32-specific solutions. For this code, the window does stay in front of the dos box it's launched from if I try to focus the dos box

Re: [python-win32] build list of all tasks like Alt-TAB box

2005-08-11 Thread Benjamin Rutt
f the Platform SDK, which is freely downloadable. I > don't know if that is still the case. Borland also has an excellent > tool for this kind of spelunking called "winsight.exe"; it is possible > you might find an older version living somewher

Re: [python-win32] build list of all tasks like Alt-TAB box

2005-08-10 Thread Benjamin Rutt
not a free tool, apparently bundled with Microsoft Visual C++, so I guess I can not try that for now. -- Benjamin Rutt ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] build list of all tasks like Alt-TAB box

2005-08-09 Thread Benjamin Rutt
Benjamin Rutt <[EMAIL PROTECTED]> writes: > Any ideas what I might be doing wrong? FYI, I am using a older > version of Python (2.0) and win32all (I downloaded one that went with > the 2.0 release...Add/Remove programs shows "Python 2.0 combined Win32 > extensions")

Re: [python-win32] build list of all tasks like Alt-TAB box

2005-08-08 Thread Benjamin Rutt
wrong? FYI, I am using a older version of Python (2.0) and win32all (I downloaded one that went with the 2.0 release...Add/Remove programs shows "Python 2.0 combined Win32 extensions"). Also using Windows XP SP2. Thanks, -- Benjamin Rutt ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] build list of all tasks like Alt-TAB box

2005-08-07 Thread Benjamin Rutt
s it exists in the title bar instead Does anyone know the appropriate functions to call to narrow down these window handles to just those that are present in the taskbar? Thanks, -- Benjamin Rutt ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32