Hello There!
In my project, after login process is completed, the server sends me a string containing its current time (sometimes off by a few seconds if the connection lags). After i receive it, I use it as the initial time for a clock i update every second using a Timer.
However, whenever the GUI is blocked/halted, the timer "ticking" procedure also stops. I have an idea that maybe i need to run the timer in a different thread, but i have no clue on how to properly implement it.
Any help?
Oscar