Please can anyone help me with the below issue:
Active Chat Message Handler in Applescript for Messages app runs twice, looks like it receives the message twice, has anyone else seen this issue? below is my code:
Please can anyone help me with the below issue:
Active Chat Message Handler in Applescript for Messages app runs twice, looks like it receives the message twice, has anyone else seen this issue? below is my code:
Looks like the both handlers on message received theMessage from theBuddy for theChat
and on active chat message received theMessage from theBuddy
are called. Comment the second handler using (*
and *)
and try again. If it works as wanted keep the changes ;-)
Have fun, Michael / Hamburg