Shoutbox

ChatWndCreated & DisplayInfoMessage [WLM 2009] - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: ChatWndCreated & DisplayInfoMessage [WLM 2009] (/showthread.php?tid=88402)

ChatWndCreated & DisplayInfoMessage [WLM 2009] by Wii on 01-13-2009 at 07:00 PM

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.
RE: ChatWndCreated & DisplayInfoMessage [WLM 2009] by Mnjul on 01-13-2009 at 07:07 PM

We had the same problem when we beta-tested it, and here's some information:

quote:
Originally posted by Eljay
It seems to work fine here, the only thing I can see is that it doesn't work when you try to display a message before Messenger has displayed something there. It doesn't seem to exist (or at least, isn't visible) until then.

Not sure if this is new in WLM9, but I just noticed it :P

RE: ChatWndCreated & DisplayInfoMessage [WLM 2009] by Wii on 01-13-2009 at 07:11 PM

Thank you for your reply.

I will waiting for new version.