Generally disable the new "hover" effect of 2014.12
Re: Generally disable the new "hover" effect of 2014.12
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
Hello,
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Generally disable the new "hover" effect of 2014.12
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;
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
Hello,
I'm glad to hear you found what was the problem and how to solve it!
I'm glad to hear you found what was the problem and how to solve it!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |