What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » why isn't this working?

why isn't this working?
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: why isn't this working?
Your syntax isn't correct (the way in which everything is ordered).  What you are after is this.
code:
function OnEvent_ContactSignin(Email){// when someone signs in...
var ChatWnd = Messenger.OpenChat(Email); // open a chat window with the contact
ChatWnd.SendMessage("hi"); // send a message to all people in the new chat
}//finish by completing all the barckets
This code will only work if you don't already have a chat window already open with the contact.
[Image: markee.png]
01-15-2007 07:29 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
why isn't this working? - by Flaming Rob on 01-15-2007 at 07:01 AM
RE: why isn't this working? - by bigbob85 on 01-15-2007 at 07:28 AM
RE: why isn't this working? - by markee on 01-15-2007 at 07:29 AM
RE: why isn't this working? - by Flaming Rob on 01-15-2007 at 07:30 AM
RE: why isn't this working? - by bigbob85 on 01-15-2007 at 08:42 AM
RE: why isn't this working? - by Felu on 01-15-2007 at 09:49 AM
RE: RE: why isn't this working? - by markee on 01-15-2007 at 11:19 AM


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