Re: Tkinter Window On Top

2009-05-15 Thread Gabriel Genellina
En Fri, 15 May 2009 16:39:41 -0300, Trevor escribió: Can a Tkinter application create a COM object and keep its own window on top of it? excel = win32com.client.Dispatch('Excel.Application') I would like the user to be able to see and interact with the Excel application but keep the Tkinter

Tkinter Window On Top

2009-05-15 Thread Trevor
Can a Tkinter application create a COM object and keep its own window on top of it? excel = win32com.client.Dispatch('Excel.Application') I would like the user to be able to see and interact with the Excel application but keep the Tkinter application on top. -- http://mail.python.org/mailman/lis