Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Timer event doesn't fire when windows is in "lock screen mode"
Hi,
the TIMER event doesn't seem to be firing when Windows is in lock screen mode. Am I doing something wrong, or is this non-fixable?
the TIMER event doesn't seem to be firing when Windows is in lock screen mode. Am I doing something wrong, or is this non-fixable?
Comments
Actually I will try idleproc, as that might work..
this works, so this will solve our problem.
https://www.revelation.com/revweb/oecgi4p.php/O4W_RUN_FORM?INQID=WORKS_READ&SUMMARY=1&KEY=11388.47645*FCE2D06368C08E1D8525672C00642A9D#/section/breadcrumb/UPDATETABLE/Display
oh well.
At first, I could not replicate your problem. My IDLEPROC routine is called without any problem while running a Popup. I'm actually surprised that it runs at all. Popup is a dialog box, and this is keeping the engine busy while it is running. Thus, I'm surprised the engine ever goes idle at all.
I then decided to look for the post you referenced above. I finally found the post dated March 6, 1999. I'm not sure if you caught this, but there was a suggestion to make sure the name of the routine that IDLEPROC is configured to call is entered in all caps. I do this by default, but I decided to try it in mixed case to see what would happen. Sure enough, without running Popup it ran just fine. When Popup is running I would get a SYS1000: Error loading program "IdleProc_Sub" message.
Does this match your situation?
Yes, i tend not to use all caps because it looks ugly.
Thanks!
Anyway, the reason why I mention this is that idleproc has the undesirable property that you can only have 1 idle proc in the app at a time.