As for the problem of doing a longer job in the background while the GUI continues smoothly, I guess you'll have to programm a multitask/multiprocess script. How you do that depends on what exactly you want to do in the background job.sub change { $LB->configure(-text=>'case 1'); $LB->update; sleep 3; $LB->configure(-text=>'case 2'); }
Have fun ...
Andreas
In reply to RE: A question about Tk.
by atl
in thread A question about Tk.
by iic
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |