What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Event when the contact sends a nudge?

Event when the contact sends a nudge?
Author: Message:
Mr. Bougo
Junior Member
**


Posts: 51
33 / Male / –
Joined: Jun 2006
O.P. RE: RE: Event when the contact sends a nudge?
quote:
Originally posted by .Lou
I believe it is supported, but Patchou may have forgotten to add the number in the Documentation.


No it isnt supported... The ChatWndReceiveMessage event isnt called when you get or send a nudge...


Try this and you'll see...

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Orig,Msg,MsgKind){
    Debug.Trace("Window handle: " + ChatWnd.Handle)
    Debug.Trace("Origin: " + Orig)
    Debug.Trace("Message: " + Msg)
    Debug.Trace("Message Kind: " + MsgKind)
    Debug.Trace("")
    Debug.Trace("____________")
    Debug.Trace("")
}

Huh, indent doesnt work with [ code] ????

This post was edited on 07-05-2006 at 06:16 AM by Mr. Bougo.
07-05-2006 06:12 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Event when the contact sends a nudge? - by Mr. Bougo on 06-26-2006 at 02:16 PM
RE: Event when the contact sends a nudge? - by mathieumg on 06-26-2006 at 02:20 PM
RE: Event when the contact sends a nudge? - by Mr. Bougo on 06-26-2006 at 03:32 PM
RE: Event when the contact sends a nudge? - by JonnyT on 06-26-2006 at 04:20 PM
RE: RE: Event when the contact sends a nudge? - by mathieumg on 06-26-2006 at 04:27 PM
RE: Event when the contact sends a nudge? - by absorbation on 06-26-2006 at 04:36 PM
RE: Event when the contact sends a nudge? - by Thor on 06-26-2006 at 04:38 PM
RE: Event when the contact sends a nudge? - by qgroessl on 06-26-2006 at 04:39 PM
RE: Event when the contact sends a nudge? - by pollolibredegrasa on 06-26-2006 at 04:45 PM
RE: Event when the contact sends a nudge? - by JonnyT on 06-26-2006 at 05:54 PM
RE: Event when the contact sends a nudge? - by mathieumg on 06-26-2006 at 05:57 PM
RE: Event when the contact sends a nudge? - by JonnyT on 06-26-2006 at 06:03 PM
RE: Event when the contact sends a nudge? - by mathieumg on 06-26-2006 at 06:09 PM
RE: Event when the contact sends a nudge? - by Mr. Bougo on 06-26-2006 at 06:14 PM
RE: Event when the contact sends a nudge? - by Lou on 06-26-2006 at 06:22 PM
RE: Event when the contact sends a nudge? - by wlmcrap on 07-05-2006 at 02:14 AM
RE: Event when the contact sends a nudge? - by mathieumg on 07-05-2006 at 05:48 AM
RE: RE: Event when the contact sends a nudge? - by Mr. Bougo on 07-05-2006 at 06:12 AM
RE: Event when the contact sends a nudge? - by wlmcrap on 07-05-2006 at 09:33 AM
RE: Event when the contact sends a nudge? - by foaly on 07-05-2006 at 09:38 AM
RE: Event when the contact sends a nudge? - by wlmcrap on 07-05-2006 at 09:44 AM
RE: Event when the contact sends a nudge? - by foaly on 07-05-2006 at 09:45 AM
RE: Event when the contact sends a nudge? - by wlmcrap on 07-05-2006 at 09:46 AM
RE: Event when the contact sends a nudge? - by noroom on 07-05-2006 at 06:29 PM
RE: Event when the contact sends a nudge? - by wlmcrap on 07-05-2006 at 10:09 PM
RE: Event when the contact sends a nudge? - by Voldemort on 07-05-2006 at 10:12 PM
RE: Event when the contact sends a nudge? - by foaly on 07-05-2006 at 10:21 PM
RE: Event when the contact sends a nudge? - by wlmcrap on 07-05-2006 at 10:29 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