S
Sylvain Ross
Hi,
I'm trying to do this :
1) Start a new thread called "FillingThread" from my main thread
2) when my FillingThread is finnished, I wan't the main thread to be
notified.
But I don't see anyway to call a function in the main thread from the
"FillingThread" thread.
If any one got an idea ...
I'm just trying to be notified in the main thread that the
"fillingThread" is finnsihed without any hack such as a loop while
thread not finished...
Note that I DO wan't to use Thread because I need to be able to cancel it.
Thx in advance !
I'm trying to do this :
1) Start a new thread called "FillingThread" from my main thread
2) when my FillingThread is finnished, I wan't the main thread to be
notified.
But I don't see anyway to call a function in the main thread from the
"FillingThread" thread.
If any one got an idea ...
I'm just trying to be notified in the main thread that the
"fillingThread" is finnsihed without any hack such as a loop while
thread not finished...
Note that I DO wan't to use Thread because I need to be able to cancel it.
Thx in advance !