Place: Script
Function: ChatWndCreatedChatWnd.DisplayInfoMessage();
Installed Versions: Latest Stable Messenger 2009 and Latest MP!L Beta.
code:
function OnEvent_ChatWndCreated(ChatWnd) { // Davet hariç
MessBot.cWindowsTFormat();
var Durum;
var mDurum;
var Gelen;
var Kim;
var KomutAralik;
var MyName;
var ID;
MyName = Messenger.MyName ;
Kim = Contact.EMail ;
ID = Contact.Status ;
MessBot.Test(Kim, ID);
Durum = MessBot.pKarsiyaGonder ;
if (ID != "1")
ChatWnd.DisplayInfoMessage(Durum, 10000);
MessBot.Kontrol(Kim, ID);
}
All Functions working properly. Except DisplayInfoMessage.
BUT, ONLY working if someone write and Window opening itself. "If i open any conversation window "
myself"... DisplayInfoMessage not working."
I have trying to remove other codes and put this line for testing:
code:
ChatWnd.DisplayInfoMessage("test message");
But its still not working.
Windows Live Messenger 8.5x working properly with this method.