Question Thread - Waiting Screen

wolfgarb

New member
Joined
May 27, 2008
Messages
1
Programming Experience
3-5
Hello,

i have a button in my application that starts a function to play sounds.
But when the function starts a have a problem that my application stops working until all the sounds are played.

Then a want to display a waiting screen to show the status of the current application. To this i thought to create a new thread to open the waiting window and then show the messages.

But i have a problem that when my thread finishes, it closes the waiting screen.
I tryied to put a loop inside my thread, but this crashes my aplication until the loop condition is satisfied.

Any sugestions to do this???? thanks a lot!
Galvão
 
Back
Top