does this heavy processing function call the GUI elements directly? would it not be possible to, in some way, decouple the function and the GUI elements?
because, if it is not the case, we have a simple issue of a function which takes a lot of time being invoked in a thread! and obviously the thread does nothing but execute the function for a long time!!!





Reply With Quote
(not meant against anyone, but I have had a fair share of these kind of things myself!!!)...
Bookmarks