Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Restarting 2.3.3.3 - Triggers disabled
#1
After restarting qm using shutdown -2 most of the triggers including TS Menu are disabled.
#2
What trigger types still work?

Run this macro. What it says?
Macro Macro1629
Code:
Copy      Help
int sid; ProcessIdToSessionId(GetCurrentProcessId() &sid)
__Handle ms=CreateFile(F"\\.\mailslot\{sid}\__QM_main" GENERIC_WRITE FILE_SHARE_READ|FILE_SHARE_WRITE 0 OPEN_EXISTING 0 0)
if(ms>0) out ms
else out _s.dllerror
#3
Keyboard triggers only

With triggers working :
I run it 7 times repeatedly and it gave the following results :

880
880
872
932
932
932
932

Following to that, I run it another 7 times :

880
880
880
940
1116
940
940

When triggers do not work, the result is :

The system cannot find the file specified.
#4
Thank you, will fix it in next version.
#5
Many thanks, with 2.3.3.4 it is perfect. Regards.


Forum Jump:


Users browsing this thread: 1 Guest(s)