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
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: ChatWndCreated & DisplayInfoMessage [WLM 2009]
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
01-13-2009 07:07 PM
Profile PM Web Find Quote Report
Wii
Junior Member
**

WiiBox

Posts: 24
– / Male / Flag
Joined: Jan 2009
O.P. RE: ChatWndCreated & DisplayInfoMessage [WLM 2009]
Thank you for your reply.

I will waiting for new version.
01-13-2009 07:11 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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