|
> Was just wondering why, a few versions back, the Scanner Results window started > taking forever to clear? It's like it's half updating the window after each > item is removed, just not redrawing totally.
A CTreeCtrl DeleteAllItems can be extremely slow depending on the itmems in the table. E.g. if you have a lot items at root level with childs, it takes long. On the other hand if you have only one root item with a lot of childs it's fast.
Some versions back I removed a self created deleteallitems since it had a weird side effect...it was faster than the default implementation though.....I will look at it later again.
> And, no, I didn't find the easter egg after having a quick look for it :P
It's in a popupmenu....and not in the scanner 8)
 Roman Scherzer
|