SMS Interceptor and CallSubDelayed

thewavemaster

Member
Licensed User
Longtime User
I have a Service running in the background that checks if there are any incoming SMS. I realized that with the SMS interceptor.

If i put a CallSubDelayed in the following Sub
'Sub Nachricht_MessageReceived (From As String, Body As String) As Boolean'
it doesnt work?

Is it not possible to do the CallSubDelayed within the SMSInterceptor Sub?
Dont know if thats important: Within the Sub i call the TTS.

If I put the callsubdelayed outside, it works...

Is there anything i didnt understand?
 
Top