Log windows gets annoyingly slow when entry number exceed 100

what happened?
Log windows gets busy for a while when entry number exceed 100.

what should happen?
the log window should not load all >300 log entries into one listbox at once.
just pop-up with the latest log entries and allow people to scroll through without much wait.

suggestion:
It would be better if comodo can “bind” the listbox to a data source. Or simply hook the listbox’s refresh event with a callback function which allows to fetch log data on the fly, rather than wasting time copy all log data in the listbox’s memory space. :slight_smile: