Program not running if mouse not over the windows page
Posted: Mon Feb 22, 2016 6:53 pm
Hello,
Hope someone can help me out.
I have a program running on purebasic 4.6 that is supposed to run continuously without attending to it.. and checks
for presence of certain files in the server to do a job .
as usual i used "Repeat " syntax.
and Event = WaitWindowEvent() etc
so that an if exist file checks for the presence of the file.
The funny part is , the program stops when the mouse is not actively over the page's window.
That means of I move the mouse outside the boundary of the windows frame, or if I minimise it,
when means the mouse if not over it , it does not run.
The moment I move the mouse over it , it runs again.
How do I overcome this?
Thanks for your assistance
alan
Hope someone can help me out.
I have a program running on purebasic 4.6 that is supposed to run continuously without attending to it.. and checks
for presence of certain files in the server to do a job .
as usual i used "Repeat " syntax.
and Event = WaitWindowEvent() etc
so that an if exist file checks for the presence of the file.
The funny part is , the program stops when the mouse is not actively over the page's window.
That means of I move the mouse outside the boundary of the windows frame, or if I minimise it,
when means the mouse if not over it , it does not run.
The moment I move the mouse over it , it runs again.
How do I overcome this?
Thanks for your assistance
alan