G
Guest
Hello
I'm coming across the following problem. I have a application that "pauzes" when the application becomes inactive. The application has a timer and on the Tick event, the timer is being stopped, some functions are being executed, and then the timer is enabled again. This should work properly and it does on my laptop. On a PC of a client it doesn't. When the PC is not in use then the application pauzes, in other words the timer stops ticking. When the mouse is moved or the application get focus (by clicking it) the timer continues like nothing happens
The problem is that I cannot reproduce this problem and I cannot debug it, because then the mouse is moved and the application continues. Very frustrating
The solution I now have, is to make the process High priority, but in my oppinion not a good solution. It should be working with a Low priority as well
Can anybody tell me what's going on
Best regards
Michiel Doeven
I'm coming across the following problem. I have a application that "pauzes" when the application becomes inactive. The application has a timer and on the Tick event, the timer is being stopped, some functions are being executed, and then the timer is enabled again. This should work properly and it does on my laptop. On a PC of a client it doesn't. When the PC is not in use then the application pauzes, in other words the timer stops ticking. When the mouse is moved or the application get focus (by clicking it) the timer continues like nothing happens
The problem is that I cannot reproduce this problem and I cannot debug it, because then the mouse is moved and the application continues. Very frustrating
The solution I now have, is to make the process High priority, but in my oppinion not a good solution. It should be working with a Low priority as well
Can anybody tell me what's going on
Best regards
Michiel Doeven