Originally Posted by
Marvin_The_Martian
Oww that would mean adding a collection object.. could be done, but if you just raise the threshold value, wouldn't that work as well?
I mean, if you got 11% now, set it to show the main window on 12%. I know it's not the same, but as intermediary solution it's better then having to minimize the form each time.
Edit:
What you're requesting btw is not that hard, don't need to add another collection just have to change the parsing code in subsequent updates to work from the end of the log upwards untill it hits an existing wu in the collection. Atm, every update clears the collection and parses everything again, the only way to control the form showing is by setting a higher threshold value.