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
> cursor='@path/to/file.ext' technique works as expected. I had tried that,
> but from within IDLE (Python 2.7) this syntax raises an exception. Using
> this technique in scripts running from the command line (outside of IDLE)
> works well.
>
> Malcolm
>
>

You can try using direct tk command call:

any_widget.tk.call('your','tk','command')

Please note the command should be splitted on words.

-- 
Regards,

Igor Novikov
sK1 Project
http://sk1project.org
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to