Page 2 of 2

Re: Generally disable the new "hover" effect of 2014.12

Posted: Thu Jul 21, 2016 8:59 pm
by 16577487
Changing Chart1.Hover.Visible to false disables the color change of the legend labels to red, but if the label doesn't fit into the legend, I still have the full label come up with a strong red frame around it when I hover over that portion of the legend. The previous behavior was a gray frame with a thinner line. How do I revert to the gray thin line?

Re: Generally disable the new "hover" effect of 2014.12

Posted: Fri Jul 22, 2016 10:59 am
by yeray
Hello,

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

Re: Generally disable the new "hover" effect of 2014.12

Posted: Fri Jul 22, 2016 8:53 pm
by 16577487
Hello Yeray,

In putting the example together, I discovered, that the full text display for the legend is an annotation tool and when I hover over the displayed annotation tool, the frame color for it changes to red, which it didn't do in the previous version, and the width of the frame also increases. first I hided the frame but when I hovered over the annotation, the emphasized red-colored frame still displays. To avoid that, I included the following line:
AnnotationTool.Selected.Hover.Visible := False;

Re: Generally disable the new "hover" effect of 2014.12

Posted: Tue Jul 26, 2016 10:21 am
by yeray
Hello,

I'm glad to hear you found what was the problem and how to solve it!