in reply to Re^5: PerlTk Busy vs. update
in thread PerlTk Busy vs. update

I was using $top->Busy(-recurse=>1) and $label->update() (on a Sun box). I've gone over to using $label->idletasks() and this seems to work.