What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help please] timer

[help please] timer
Author: Message:
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
34 / Male / Flag
Joined: Nov 2006
RE: [help please] timer
quote:
Originally posted by felipEx
var Wnd;
function OnEvent_ChatWndCreated(ChatWnd){
Wnd = ChatWnd;
MsgPlus.AddTimer("timer",500000);
}
...
another idea? :D

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")

This post was edited on 03-07-2007 at 09:23 PM by TheGuruSupremacy.
03-07-2007 09:16 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help please] timer - by skyserpent on 03-07-2007 at 08:17 PM
RE: [help please] timer - by CookieRevised on 03-07-2007 at 08:48 PM
RE: [help please] timer - by felipEx on 03-07-2007 at 09:03 PM
RE: [help please] timer - by TheGuruSupremacy on 03-07-2007 at 09:16 PM
RE: [help please] timer - by CookieRevised on 03-07-2007 at 10:06 PM
RE: [help please] timer - by skyserpent on 03-07-2007 at 10:08 PM
RE: [help please] timer - by CookieRevised on 03-07-2007 at 10:12 PM
RE: [help please] timer - by skyserpent on 03-07-2007 at 10:16 PM
RE: [help please] timer - by roflmao456 on 03-07-2007 at 10:23 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