I've got a feeling there is a buried version of me asking this somewhere before, but I'm not sure. I've got a PlusWnd that I want to detect a DblClick and then do something...
I put all the code in and went to test it, but it seems to never get called (I have trace events on as well). The WindowID is spelt exactly right, the event name and parameters are automatically filled by Plus.
code:
function OnWindowIDEvent_CtrlClicked(PlusWnd, ControlID){
Debug.Trace("w00t");
}
Halp!