Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Mouse movements and double-click

edited April 2003 in General
Hi

Along the same lines as OnDrawCommandClick is there any way to picks up
double click and/or mouse movements for doing hints etc?

Using 7.02 Ent.

kind regards

Richard

Comments

  • edited April 2003
    Richard,

    The DrawCommand does not surface double click or mouse movement information.
    It may be possible however to use a timer to find out where the mouse is
    located on a small interval or the OnMouseMove event on the main form. You
    could also use a Windows API call to get the mouse position and compare it
    to the drawcommand position. Maybe the Delphi ClientToScreen method and the
    Mouse object will help.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.