Hi Clemens, 2009/3/17 Clemens Anhuth <[email protected]>: > > Hello. > > I have about 100 tasks in the Tree of tasks ordered by priority. > Changing the priority of one or more of the tasks results in changing > the position, like it should. However, it takes 2 to 3 seconds for these > changes to become visible. And looking at Process Explorer this > operation seems to consume plenty of CPU time.
I think that this is mostly due to two reasons: the internal notifications (notifyObserver calls) that have to be done, and the updating of the TreeListCtrl that I suspect is particularly slow. So I don't think it is platform specific. Detailed profiling would be welcome! Cheers, Frank
