Tkinter cursor question

Michael Peuser mpeuser at web.de
Sun Sep 21 11:55:07 EDT 2003


"Gary Richardson" <garyr at fidalgo.net>
> [snip]
> >
> > @sourceName
> >     This form only works on Windows, and will load a Windows system
cursor
> > (.ani or .cur) from the file specified in sourceName.
> >

> Michael,
>
> Thanks for your reply. I am using Windows so I guess I'm out of luck as
far
> as designing my own cursor. I tried the form that is supposed to work with
> windows but no luck with that either. The code below produces the error
> message:  TclError: bad cursor spec "@CROSS_M.CUR". I also tried using the

Gary,
seems it totally ignores the leading @ - always looking for a built-in
name....
I used bitmaps some time ago (...,bitmap='@file',.. ) this worked fine.
According to the Tcl/Tk documentation, .., cursor=... should use the routine
Tk_GetCursor. However this is not available when trying to call Tcl directly
by root.tk.call('Tk_GetCursor',...)

Sorry, no more ideas....
Kindly
MichaelP






More information about the Python-list mailing list