Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The EnableMouseMoveEvent determines whether or not the control will intentionally fire the OnScheduleMouseMove event. Even if you qualify the event, this control will refuse to fire it until this property is set to 1. The reason is simple. Mouse move events occur very frequently and can consequently clog up OpenInsight's event queue.

...

Code Block
// Qualify the on mouse move event and make sure it's enabled 
Send_Message(@Window:".OLE_SCHEDULE", "QUALIFY_EVENT", "OLE.OnScheduleMouseMove", 1) 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.EnableMouseMoveEvent", 1)

See Also

OnScheduleMouseMove