Page 1 of 1

Bug with Edge - Stylus

PostPosted: Feb 21, 2007 @ 12:16am
by gilad_no
On Windows:

I press the mouse button, hold it pressed, drag the mouse outside the window, and then release it.

The framework will only call OnStylusDown, without the Up event.

The framework should capture the mouse for the current window (SetCapture) and handle the WM_CAPTURECHANGED message in order to solve the problem.

Regards,
Gilad Novik

PostPosted: Feb 21, 2007 @ 12:35pm
by edge
Hi Gilad,

Thanks for the heads up, we will fix this for 3.00.

In the meantime you can implement your own OnMessage callback in the Edge framework to handle this message, and send a WM_LBUTTONUP message when it happens.

More information about this callback can be found here:
http://www.edgelib.com/index.php?node=1017