Okay, that'll do it. Thanks
Well, I guess I was wrong about the 1st sentence of this post..
I've inserted a "OnWindowidEvent_MessageNotification", yet nothing shows up in the debugger..
My code:
code:
function OnEvent_Initialize(MessengerStart) {
WndMain = MsgPlus.CreateWnd("Windows.xml","WndMain",1);
}
function OnWndMainEvent_MessageNotification(PlusWnd,wMessage,wParam,lParam) {
Debug.Trace("> Got message \"" + wMessage + "\" with wParam \"" + wParam + "\" and lParam \"" + lParam + "\"");
}
No, I was right