quote:
Originally posted by felipEx
var Wnd;
function OnEvent_ChatWndCreated(ChatWnd){
Wnd = ChatWnd;
MsgPlus.AddTimer("timer",500000);
}
...
another idea?
This is a possibility...You can retrive ChatWnd in other ways
for example by RecievedMessage event or you can enumerate chatwnds opened and choose one or if you want send a message to determinated contact you can use a code like this
var Chatwnd
Chatwnd=Messenger.OpenChat("contactemail")
Chatwnd.SendMessage("okie")