Page 1 of 1

Disabling Hover property

Posted: Fri Apr 27, 2018 1:49 pm
by 16583127
First, I know about this thread:

http://www.teechart.net/support/viewtop ... 16&p=67480

Using the "Chart1.Hover.Visible := False;" option DOES hide the hover highlighting, but does not stop the "OnMouseOver" calculations and does not prevent the chart from being refreshed/updated.

The problem is that I am recording an AVI movie. As I hover the mouse over the chart it gets automatically refreshed (although no visual changes are made). As a consequence, additional duplicated frames are inserted in the movie. Also, I can see in the Task Manager that there is a lot of computation going on in the background, although the chart is never visually updated.

How can I permanently disable the hovering? I need prevent all the computations and refreshes of the chart.

I have Source Code, and I would not mind fudging it.

Re: Disabling Hover property

Posted: Wed May 02, 2018 9:14 am
by yeray
Hello,

I'm trying to reproduce the problem without success. Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.