What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Sending Fake Events?

Sending Fake Events?
Author: Message:
Zero
Junior Member
**

Avatar

Posts: 29
– / Male / Flag
Joined: Aug 2008
O.P. Sending Fake Events?
Hi again,

Is it possible to send Messenger Live! Plus an event, such as a contact sign-in, programmatically? It's a bit of a hassle always having to induce certain events in order to test code and developing would go a bit quicker if we didn't need to do this.

Thanks!
  Zero
08-08-2008 07:13 PM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Sending Fake Events?
Yes

code:
function OnEvent_Initialize(){
       OnEvent_ContactSignin(/*ContactEmail*/);
}


Just use the event name and send the parameters manually

This post was edited on 08-08-2008 at 08:19 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
08-08-2008 08:18 PM
Profile PM Find Quote Report
Zero
Junior Member
**

Avatar

Posts: 29
– / Male / Flag
Joined: Aug 2008
O.P. RE: Sending Fake Events?
:$ *hangs head in shame* Wow. Just... wow. I can't believe I hadn't thought of doing that.

ANYWAYS - thnx for your reply! Most helpful!
08-14-2008 07:49 PM
Profile E-Mail PM Web 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