Cursor always Visible in the exported PDF
Posted: Wed Jun 21, 2006 10:56 am
Hi,
I got a chart with a cursor that follows the mouse.
In the exported PDF file the cursor is always visible no matter if I hide it or not.
But I don’t have problem with jpg for example.
I hide the cursor with
ChartTool. Pen.Visible := false
(I don’t use ChartTool.Active cause I change it in OnBeforeDrawSeries.)
Can you confirm me that .Active and .Pen.Visible are distinct property?
I try to call chart.repaint before exporting: no difference.
But, I found an easy workaround: I move the cursor outside of my chart before the export.
Do you have a better solution? Is this a bug? Did I miss something?
Thanks in advance.
Precision:
I do the export at run time
In an other chart, I use ChartTool.Active to hide it and it works with PDF and JPG
Context:
winXP SP2,
TeeChart win 7.05
Delphi Architect 9.0
I got a chart with a cursor that follows the mouse.
In the exported PDF file the cursor is always visible no matter if I hide it or not.
But I don’t have problem with jpg for example.
I hide the cursor with
ChartTool. Pen.Visible := false
(I don’t use ChartTool.Active cause I change it in OnBeforeDrawSeries.)
Can you confirm me that .Active and .Pen.Visible are distinct property?
I try to call chart.repaint before exporting: no difference.
But, I found an easy workaround: I move the cursor outside of my chart before the export.
Do you have a better solution? Is this a bug? Did I miss something?
Thanks in advance.
Precision:
I do the export at run time
In an other chart, I use ChartTool.Active to hide it and it works with PDF and JPG
Context:
winXP SP2,
TeeChart win 7.05
Delphi Architect 9.0