What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » problem with PlusWnd::RegisterMessageNotification

problem with PlusWnd::RegisterMessageNotification
Author: Message:
Jana.
New Member
*


Posts: 9
Joined: Jul 2008
O.P. problem with PlusWnd::RegisterMessageNotification
Hi my problem is that I want to check the mouseposition for a mouseover event so I searched the forum and found something but it didn't work for me. My script:
code:
function gwTemplateCalc(Template, Message)
{
    gw = new gwTemplate(Template);
    gw.load();
    GwSkillbar = MsgPlus.CreateWnd("gwSkillbar.xml", "GwSkillbar");
    GwSkillbar.RegisterMessageNotification(0x200);
   
...
}

function OnGwSkillbarEvent_MessageNotification(PlusWnd,wMessage,wParam,lParam)
{
    Debug.Trace("1");
}

But now the Event is never called..
hope anyone could help me

This post was edited on 07-17-2008 at 11:26 AM by Jana..
07-17-2008 11:22 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
problem with PlusWnd::RegisterMessageNotification - by Jana. on 07-17-2008 at 11:22 AM
RE: problem with PlusWnd::RegisterMessageNotification - by matty on 07-17-2008 at 12:11 PM
RE: problem with PlusWnd::RegisterMessageNotification - by Jana. on 07-17-2008 at 12:15 PM
RE: problem with PlusWnd::RegisterMessageNotification - by matty on 07-17-2008 at 01:11 PM
RE: problem with PlusWnd::RegisterMessageNotification - by Jana. on 07-17-2008 at 01:53 PM
RE: problem with PlusWnd::RegisterMessageNotification - by matty on 07-17-2008 at 02:01 PM
RE: problem with PlusWnd::RegisterMessageNotification - by Jana. on 07-17-2008 at 02:03 PM
RE: problem with PlusWnd::RegisterMessageNotification - by matty on 07-17-2008 at 02:06 PM
RE: problem with PlusWnd::RegisterMessageNotification - by Jana. on 07-17-2008 at 02:11 PM
RE: problem with PlusWnd::RegisterMessageNotification - by matty on 07-17-2008 at 02:12 PM
RE: problem with PlusWnd::RegisterMessageNotification - by Jana. on 07-17-2008 at 02:20 PM
RE: problem with PlusWnd::RegisterMessageNotification - by matty on 07-17-2008 at 02:31 PM
RE: problem with PlusWnd::RegisterMessageNotification - by Jana. on 07-17-2008 at 02:39 PM
RE: problem with PlusWnd::RegisterMessageNotification - by Eljay on 07-17-2008 at 04:29 PM
RE: problem with PlusWnd::RegisterMessageNotification - by Jana. on 07-17-2008 at 05:35 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