On Sep 23, 3:34 pm, dmitrey <[EMAIL PROTECTED]> wrote: > On Sep 23, 11:21 pm, dmitrey <[EMAIL PROTECTED]> wrote: > > > Hi all, > > how to keep a Tkinter window above all other OS windows (i.e. > > including those ones from other programs)? > > > Thank you in advance, > > Dmitrey > > I have put [Tkinter] into topic of my message but somehow it has been > removed. > D.
If you can get the handle of the window from the Tk framework, use the os call in 'ctypes'. Windows' call is ShowWindow( handle, HWND_TOPMOST ) I think. -- http://mail.python.org/mailman/listinfo/python-list