in reply to simple Perl/Tk problems

You can use the $widget->Busy() method to popup your choice of either an hourglass or... the... other one, whatever it is :) Then when your process is done, you can use the $widget->Unbusy(). Look up the docs (and the -recurse option).

There is a Tk::ProgressBar module on CPAN as well. Check'er out.

--
perl: code of the samurai