Search found 9 matches

by vvv
Fri Mar 17, 2006 10:54 am
Forum: VCL
Topic: TCursorTool problem
Replies: 2
Views: 3579

Reply

Hi Narcís. I`ve solved this problem with help to small modify teetools.pas file. In basic Procedure TCursorTool.CalcScreenPositions execute condition: //--- if (IPoint.X=-1) or (IPoint.Y=-1) then begin .... end This condition must be execute for first initialization TCursorTool. But when chart area ...
by vvv
Mon Mar 13, 2006 1:28 pm
Forum: VCL
Topic: TCursorTool problem
Replies: 2
Views: 3579

TCursorTool problem

Hi.

I`ve added vertical TCursorTool.
When chart area is scrolled and TCursorTool has the same X position with the left border, TCursorTool automaticaly returns to the chart center.
Is this problem fixed?
by vvv
Thu Mar 09, 2006 2:00 pm
Forum: VCL
Topic: Bug with export Chart to PDF
Replies: 5
Views: 5043

I`m using Windows XP Professional v.2002 + SP1
by vvv
Thu Mar 09, 2006 10:46 am
Forum: VCL
Topic: Bug with export Chart to PDF
Replies: 5
Views: 5043

PDF

Function Save as PDF by TeeCommander returns "Access violation in module ntdll.dll". Maybe this problem with my computer.
by vvv
Thu Mar 09, 2006 9:32 am
Forum: VCL
Topic: Bug with export Chart to PDF
Replies: 5
Views: 5043

Bug with export Chart to PDF

Hi.
Access violation when I`m trying to save chart as PDF file in chart editor.
TeeChart v.7.05 or 7.07
by vvv
Tue Mar 07, 2006 4:22 pm
Forum: VCL
Topic: TChartSeries->Clicked(X,Y)
Replies: 2
Views: 3335

Message

Event OnMouseEnter also called Clicked(X,Y).

I`m setting specific zoom so as no points are visible.
And now How can I know when mouse cursor entered series?
by vvv
Tue Mar 07, 2006 2:35 pm
Forum: VCL
Topic: Series marks for individual points
Replies: 1
Views: 2813

Series marks for individual points

Hi. if who is interested... I`ve added four public functions to TChartSeries class. This functions allow to input points which will be shown Marks. This method is not using OnGetMarkText event for hiding marks (if(ValueIndex!=5) MarkText = ""). Event OnGetMarkText generated only for input points. Th...
by vvv
Mon Mar 06, 2006 1:26 pm
Forum: VCL
Topic: TChartSeries->Clicked(X,Y)
Replies: 2
Views: 3335

TChartSeries->Clicked(X,Y)

Hi. How can I know when mouse cursor entered series without recourse function Clicked(X,Y) ?
by vvv
Tue Feb 28, 2006 11:51 am
Forum: VCL
Topic: Bug with Transparency + Shadow
Replies: 2
Views: 2999

Bug with Transparency + Shadow

Hi.I`m using TeeChart v.7.05 source code for BCB5.
When I set transparency on "Format" tab for TAnnotationTool or Titles more than zero and change shadow size I`ve got the message "access violation".
How can I solve this problem?