Francis Burton
2010-02-27 17:04:48 UTC
I have a Delphi 7 program that updates a chart many times a
second with code in an TTimer's OnTimer event. I've noticed
that when the mouse is pressed and held in a window title-
bar, the chart freezes until the mouse is released. However,
if the window is dragged around it unfreezes again. There is
also a brief freeze when the mouse is hovered over a control
that displays a tooltip, again unfreezing when the tooltip
is shown.
Although this is not a showstopper, I would like updating to
be smooth and not affected by what I do with the mouse. Does
anyone know what is going on in the scenario above, and is
there anything I can do in the code to avoid it?
Cheers,
Francis
second with code in an TTimer's OnTimer event. I've noticed
that when the mouse is pressed and held in a window title-
bar, the chart freezes until the mouse is released. However,
if the window is dragged around it unfreezes again. There is
also a brief freeze when the mouse is hovered over a control
that displays a tooltip, again unfreezing when the tooltip
is shown.
Although this is not a showstopper, I would like updating to
be smooth and not affected by what I do with the mouse. Does
anyone know what is going on in the scenario above, and is
there anything I can do in the code to avoid it?
Cheers,
Francis