Hello everybody,

I am writing a little countdown timer which updates label with remaining time every seconds (I'm utilizing Application.OnTime here). Everything runs perfectly until I start typing text into some field - timer still working (if I enter text for 10 seconds, and finish it, it will deduct 10s from previous value), but the label is not updating itself every second. Is there any workaround on this?

Thank you