Hi,
I'm doing a script that call a PHP script, that generate an image.
The main problem is that the Messenger.MyPersonalMessage is always empty, except when calling from OnEvent_MyPsmChange.
What's the wrong ?
Here is the code :
code:
function OnEvent_Timer(TimerId)
{
if(TimerId == 1)
{
MsgPlus.DownloadFile(msnLocation+'?pm='+Messenger.MyPersonalMessage);
MsgPlus.AddTimer(1, 10000);
Debug.Trace("Nouveau statut ("+ Messenger.MyPersonalMessage +")");
}
}
The Psm receveid by PHP is empty, and the console says "Nouveau statut ()".
Any idea ?
Mika.
Ps : I'm french, do NOT look at conjugation and grammar