Search found 5 matches

by VideoTrack
Fri Aug 12, 2016 7:31 am
Forum: VCL
Topic: Chart Unexpectedly changes color with mouse movement
Replies: 8
Views: 14175

Re: Chart Unexpectedly changes color with mouse movement

Thank you, that new code seems to work OK. Appreciate your assistance
Trevor
by VideoTrack
Mon Aug 08, 2016 1:29 pm
Forum: VCL
Topic: Chart Unexpectedly changes color with mouse movement
Replies: 8
Views: 14175

Re: Chart Unexpectedly changes color with mouse movement

Incidentally, the color change definitely seems to be related to moving the mouse over an adjacent control first, e.g. some text or other graphics object:
2016-08-08_23-25-41.jpg
2016-08-08_23-25-41.jpg (63.31 KiB) Viewed 14223 times
by VideoTrack
Mon Aug 08, 2016 1:18 pm
Forum: VCL
Topic: Chart Unexpectedly changes color with mouse movement
Replies: 8
Views: 14175

Re: Chart Unexpectedly changes color with mouse movement

Thanks. I tried changing the value, but this made it worse? procedure DrawCross(AX,AY:Integer); begin with Estimated_TT_D1_Chart,Canvas do begin Pen.Color:=CrossHairColor; Pen.Style:=CrossHairStyle; //Pen.Mode:=pmXor; Pen.Mode := pmNotXor; Pen.Width:=1; MoveTo(ax,Estimated_TT_D1_Chart.ChartRect.Top-...
by VideoTrack
Wed Aug 03, 2016 3:03 am
Forum: VCL
Topic: Chart Unexpectedly changes color with mouse movement
Replies: 8
Views: 14175

Re: Chart Unexpectedly changes color with mouse movement

Hello Sandra Thanks I created a small project using all the same settings, and can get the problem to occur with this project, especially when moving the cursor near the scale graduation marks It may be downloaded as a zip from this link: https://www.dropbox.com/s/e0e3oaekzsm766u/ChartColorProbTests...
by VideoTrack
Mon Aug 01, 2016 2:42 pm
Forum: VCL
Topic: Chart Unexpectedly changes color with mouse movement
Replies: 8
Views: 14175

Chart Unexpectedly changes color with mouse movement

One of the IDE's I need to maintain is Delphi 6. I also have XE2, Seattle and Berlin 10.1 I recently upgraded to Steema TeeChartVCLFMXSOURCE-2016.18 The installation went ahead without issue, including the D6 build. All OK. Now after recompiling my software that uses the D6 IDE, sometimes when I mou...