What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » ChatWndCreated & DisplayInfoMessage [WLM 2009]

ChatWndCreated & DisplayInfoMessage [WLM 2009]
Author: Message:
Wii
Junior Member
**

WiiBox

Posts: 24
– / Male / Flag
Joined: Jan 2009
O.P. ChatWndCreated & DisplayInfoMessage [WLM 2009]
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.
01-13-2009 07:00 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ChatWndCreated & DisplayInfoMessage [WLM 2009] - by Wii on 01-13-2009 at 07:00 PM
RE: ChatWndCreated & DisplayInfoMessage [WLM 2009] - by Mnjul on 01-13-2009 at 07:07 PM
RE: ChatWndCreated & DisplayInfoMessage [WLM 2009] - by Wii on 01-13-2009 at 07:11 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On