Hi,
I created a plugin to perform several operations on large datasets. Some operations, though, take a lot of so I tried execute them by means of a Thread. However this does not prevent the GUI to freeze. Is this an expected behaviour? Any ideas to solve this? I see we have workers now…could it be an option? The page on how to use is very concise, though, with no examples.
Always related to this. In order to update a progress bar I created a Timer which execute a method returning the amount of data processed. The idea was that during the long process I periodically read a static variable in the plugin which store the percentage of what done. The problem is that the Timer is not executed in parallel to the thread…Ideas on this as well?
Thanks,
Davide