RE: [Dynapi-Help] Context menu

2004-02-24 Thread Cristina Gutiu
: Re: [Dynapi-Help] Context menu See dynapi/examples/dynapi.event.nocontextual.htm. I'm not sure, but I think it cancels the mouse event after that point. But you should have captured it by then, so you can do what you need within the same block. I've never actually experiemented so I

Re: [Dynapi-Help] Context menu

2004-02-24 Thread Leif W
er.onrtmouseup=function(e) { e.cancelBrowserEvent(); // other stuff close the custom dynlayer }; - Original Message - From: "Cristina Gutiu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 8:08 AM Subject: [Dynapi-Help] Context menu Hi

[Dynapi-Help] Context menu

2004-02-24 Thread Cristina Gutiu
Hi again, friends. I still have some questions :)). Could you help me regarding how to reset the default context menu on a DynLayer(from DynApi 2.5) to point to my context menu? Until now, my mousedown event could not be launched while clicking the right mouse button. Instead, the de