Hi All,
I'm building a component to be used to build direct manipulation software
in. To test it, I'm building a simple graph editing tool with it.
Here's my problem.
When I left click mouse down on the component, then drag something over
the
edge of the component, I continue to receive MouseMove/MouseUp events.
This
is the desired behaviour. When I use the Right mouse button, however, the
MouseMove/MouseUp events are not fired when I drag off the edge of the
component.
Does anyone know why the two buttons don't behave the same way, and how I
can solve this problem?
-David


|