Search found 5 matches

by arthemy
Mon Oct 05, 2009 11:53 am
Forum: VCL
Topic: Install TeeChart on Windows Seven, BIG trouble
Replies: 1
Views: 2176

Install TeeChart on Windows Seven, BIG trouble

I try install TeeChart 7.12 component in Windows 7, but receive exception in TeeRecompile.exe log: Compilation started: 05.10.2009 15:35:51 Delphi v7 Enterprise Tee77 Borland Delphi Version 15.0 Copyright (c) 1983,2002 Borland Software Corporation 46540 lines, 0.20 seconds, 339284 bytes code, 3141 b...
by arthemy
Tue Jan 09, 2007 9:41 am
Forum: VCL
Topic: AcessViolation when series mark selecting
Replies: 2
Views: 3070

Example

by arthemy
Tue Jan 09, 2007 9:35 am
Forum: VCL
Topic: AcessViolation when series mark selecting
Replies: 2
Views: 3070

AcessViolation when series mark selecting

Hello.

I has hound a bug.
When i click on series mark with enabled TSelectorTool, the AcessViolation raising if one (or more) point seted to NULL.

TeeChart version 7.07

Thank you.
by arthemy
Fri Nov 24, 2006 12:52 pm
Forum: VCL
Topic: EOverflow exception while loading a data to Chart
Replies: 2
Views: 2699

I'm usinng TeeChart 7.07 Pro with source For regret, I can't connect to news://www.steema.net/steema.public.attachments newsgroup. The example is very simple. It's a form with TeeChart and button. unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, D...
by arthemy
Fri Nov 24, 2006 11:44 am
Forum: VCL
Topic: EOverflow exception while loading a data to Chart
Replies: 2
Views: 2699

EOverflow exception while loading a data to Chart

Hello. I have a problem with loading "zero" values to TeeChart. EOverflow exception raising when data contains only "zero" values. It's raise at line 2695 {TeEngine.pas} Procedure TChartAxis.InternalCalcRange; begin IRange:=IMaximum-IMinimum; IRangeZero:=IRange=0; if IRangeZero then IAxisSizeRange:=...