Tkinter: Strange behavior using place() and changing cursors

John McMonagle jmcmonagle at velseis.com.au
Tue Nov 14 21:26:08 EST 2006


Mudcat wrote:
> Is there something I'm supposed to do in order
> to prevent this from happening?

Yes.  Instead of configuring the cursor on the frame, do it on the master:

self.master.configure(cursor='sb_h_double_arrow')




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the Python-list mailing list