: 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
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
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