I have one program which is to be executed from a python script
now I have put the execution of the program to be executed on a thread.
Now what I want is till the thread is alive I want to show user a message that stating busy message and then when the thread is not active destroy the message
one way is to start one more thread which will display this message only .
Start it where ever u need and kill the thread the moment u r finished with parent thread