Re: Intercepting mouse events

2006-01-17 Thread Niky Williams
Ali, Mazin wrote: Hi i'm trying to intercept mouse event, I need to run my own function when mouse click over a button. i'm using netscape 7 in windows Mazin phone :3132279104 Compuware Corporation Detroit, Michigan www.compuware.com *The contents of this e

Intercepting mouse events

2006-01-17 Thread Ali, Mazin
Hi i'm trying to intercept mouse event, I need to run my own function when mouse click over a button. i'm using netscape 7 in windows   Mazin phone :3132279104 Compuware Corporation Detroit, Michigan www.compuware.com     The contents of this e-mail are intended for the named addressee onl

Re: Intercepting mouse events

2005-11-28 Thread dimon
Aleksandar Vasilev wrote: Hello, Is there a way to globally intercept the mouse messages that are sent to the embedded mozilla rendering window (from the embedding application, written in C++). I tried to do it by adding a DOM event listener to the DOM document object, which captures all mous

Re: Intercepting mouse events

2005-11-28 Thread Jason King
To clarify, are you working on Windows, Mac, or Linux? J On Nov 28, 2005, at 1:45 PM, Aleksandar Vasilev wrote: Hello, Is there a way to globally intercept the mouse messages that are sent to the embedded mozilla rendering window (from the embedding application, written in C++). I tried t

Intercepting mouse events

2005-11-28 Thread Aleksandar Vasilev
Hello, Is there a way to globally intercept the mouse messages that are sent to the embedded mozilla rendering window (from the embedding application, written in C++). I tried to do it by adding a DOM event listener to the DOM document object, which captures all mousemove events, and it works,