Can sombody help:
My app was working good and it started getting ( Force Close ) every time I get a msg, everything else works fine with phone.
I Have : "Service module"
Sub GetMsg_MessageReceived (From As String, Body As String)
Dim SplitContact(), Msg As String
TTS1.Speak("Message from " & From & ". " & Body,True)
End Sub
If I take above ^ out, it works fine!
Thank you :BangHead:
My app was working good and it started getting ( Force Close ) every time I get a msg, everything else works fine with phone.
I Have : "Service module"
Sub GetMsg_MessageReceived (From As String, Body As String)
Dim SplitContact(), Msg As String
TTS1.Speak("Message from " & From & ". " & Body,True)
End Sub
If I take above ^ out, it works fine!
Thank you :BangHead: