Hello all,
I'm working on an app that takes a huge computational effort. It all works fine, but while calculating all other processes are overruled:
- switching between forms doesn't work while my app is computing
- Progress bars aren't properly refreshed, despite my form.refresh command
So basically I'd like to free some resources every now and then to give other processes a chance too. How do I do that?
Tnx
Siebe