Search found 5 matches
- Mon Oct 05, 2009 11:53 am
- Forum: VCL
- Topic: Install TeeChart on Windows Seven, BIG trouble
- Replies: 1
- Views: 2188
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...
- Tue Jan 09, 2007 9:41 am
- Forum: VCL
- Topic: AcessViolation when series mark selecting
- Replies: 2
- Views: 3086
Example
view topic:
attachment relative to http://www.teechart.net/support/viewtopic.php?p=20162
at newsgrop news://www.steema.net/steema.public.attachments
attachment relative to http://www.teechart.net/support/viewtopic.php?p=20162
at newsgrop news://www.steema.net/steema.public.attachments
- Tue Jan 09, 2007 9:35 am
- Forum: VCL
- Topic: AcessViolation when series mark selecting
- Replies: 2
- Views: 3086
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.
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.
- Fri Nov 24, 2006 12:52 pm
- Forum: VCL
- Topic: EOverflow exception while loading a data to Chart
- Replies: 2
- Views: 2719
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...
- Fri Nov 24, 2006 11:44 am
- Forum: VCL
- Topic: EOverflow exception while loading a data to Chart
- Replies: 2
- Views: 2719
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:=...