Hi,
I'm trying to run a command from a Tk application. It's a command that takes a while (execution of another script) and I don't want the Tk interface to freeze or be busy. I would like to show some sort of 'the process is running animation' (like the moving image in the upper right corner of a web browser while it is loading a page) and the other functions of the gui should still be available to the user. When the external script is done, the animation should stop, so the user knows that the process is finished. The solution should also be portable to a windows system... Can anyone help?
Thanks,
Martijn