Article ID: 130799 - Last Review: February 11, 2000 - Revision: 1.1 PRB: Dragmode=1 Stops Click and Other Mouse Events from FiringThis article was previously published under Q130799 On This PageSYMPTOMS
If the DRAGMODE property is set to 1, the click event or any of the other
mouse events do not execute for that object.
CAUSE
When the DRAGMODE property is set to 1 for automatic mode, none of the
mouse events fire. The mouse events affected are:
WORKAROUND
To have more control over dragging, set the DRAGMODE property to zero for
manual mode. Then in the MOUSEDOWN() event, call the CLICK() event and then
call the DRAG() event passing a number one as a parameter to start the
dragging operation.
Step-by-Step Example
STATUS
This behavior is by design.
| Article Translations
|
Back to the top
