[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

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

2005-08-21 Thread Benjamin Rutt
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

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 dos box

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

2005-08-10 Thread Benjamin Rutt
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). Also using Windows XP SP2. Thanks

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

2005-08-08 Thread Benjamin Rutt
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
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