Re: Tkinter Mouse Cursor

2006-01-22 Thread gregarican
Please disregard. I just issued an update() method call to refresh the GUI. This in turn displayed the proper mouse cursor that was being set with the config(cursor=xxx) method. -- http://mail.python.org/mailman/listinfo/python-list

Tkinter Mouse Cursor

2006-01-22 Thread gregarican
Checking a couple of examples I tried changing the Tkinter mouse cursor to indicate a busy state while my app is pushing/pulling xmlrpc data. It doesn't seem to make a difference as I don't notice the cursor actually change in the span of the 3-5 second transaction. I tried changing the