Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Long Running Process


Hi,
I have a long running process starting not from the GUI but the result of the process must be reflect in the
 Text in GUI interface.If i start thread with using reqular thraed execution(new Thread(..)) i get the INVALID_THREAD_ACCESS and if i  pass the display object to this thread(That is broken my seperation of concern pattern) it doesn't work either and my GUI hang .I apperciate any suggestion.
Best Regards,

Back to the top