in reply to Re: How do I set a busy cursor in Tk
in thread How do I set a busy cursor in Tk

Excellent quote. In summary:

# I'm about to become busy! $mw->Busy; $mw->update; some_busy_sub_call(); # Ok, I'm not busy anymore $mw->Unbusy; $mw->update;
<-radiant.matrix->
A collection of thoughts and links from the minds of geeks
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet