Closed namashin closed 1 year ago
I suggest you look into the threading
module. It does contain a Timer
class, but it appears to support triggering only once; writing one that triggers continuously should not be that hard.
Since this question is not related to pystray, I will close it. If you think that is incorrect, please reopen.
I have simple question.
Every 1 seconds , example.ico change to example2.ico, and change to example3.ico and so on. I made TCP/IP connection Server and i want to cancel TCP connection by putting tasktray ico, while connecting Client and Server, icon change every 1 seconds.
Is there any way to solve this question???
Thank you