Re: [python-win32] [Tkinter-discuss] Using Win32 API to get around Tkinter limitations?

2010-11-11 Thread Igor Novikov
On Fri, Oct 29, 2010 at 10:02 AM, pyt...@bdurham.com wrote: Wondering if there are ways to use the Win32 API to get around the following Tkinter limitations? If you are familiar with winapi you can try using pywin32 extension: http://sourceforge.net/projects/pywin32/ 1. Inability to set

Re: [python-win32] [Tkinter-discuss] Using Win32 API to get around Tkinter limitations?

2010-11-11 Thread Igor Novikov
On Fri, Oct 29, 2010 at 6:41 PM, pyt...@bdurham.com wrote: Hi Igor, Why not use conventional tcl/tk functionality? It seems tcl/tk allows to use cur/ani files for custom cursor: http://wiki.tcl.tk/8674 Thanks for your response. You are correct, under Windows the

Re: [python-win32] [Tkinter-discuss] Using Win32 API to get around Tkinter limitations?

2010-10-29 Thread python
Hi Igor, Why not use conventional tcl/tk functionality? It seems tcl/tk allows to use cur/ani files for custom cursor: [1]http://wiki.tcl.tk/8674 Thanks for your response. You are correct, under Windows the cursor='@path/to/file.ext' technique works as expected. I had tried that, but from