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

The difference is that idletasks() only serves IDLE_EVENTS (for example those callbacks defined with the afterIdle method), while update() serves all events. When in doubt use update().