I have lost my password for the beta downloads.
Could you send me a new one?
Does it currently support D2007 as I want to test V8 on D2007.
Jørgen Storlie
Search found 19 matches
- Tue Apr 17, 2007 7:53 am
- Forum: Beta versions
- Topic: Beta testing
- Replies: 1
- Views: 51685
- Tue Sep 26, 2006 8:13 am
- Forum: VCL
- Topic: TeeChart v8 VCL Beta Released
- Replies: 58
- Views: 102645
- Fri Apr 28, 2006 7:20 am
- Forum: VCL
- Topic: TQRChart 7.07 flickers design time
- Replies: 12
- Views: 30709
It is working on Delphi 6
It works on Delphi6.
Jørgen
Jørgen
- Thu Apr 27, 2006 12:05 pm
- Forum: VCL
- Topic: TQRChart 7.07 flickers design time
- Replies: 12
- Views: 30709
Fixed it
I had to change the TQRChart package in the source folder and use the Recompile tool.
Jørgen
Jørgen
- Thu Apr 27, 2006 10:24 am
- Forum: VCL
- Topic: TQRChart 7.07 flickers design time
- Replies: 12
- Views: 30709
Version
I use 4.06 Professional
I have the source code and I have tried to recompile everything.
Any Idea whats wrong?
I have the source code and I have tried to recompile everything.
Any Idea whats wrong?
- Thu Apr 27, 2006 9:59 am
- Forum: VCL
- Topic: TQRChart 7.07 flickers design time
- Replies: 12
- Views: 30709
TQRChart 7.07 flickers design time
It works with Delphi2006 but in Delphi6 it works worse than the 4.06 version. Now it flickers all the time.
- Thu Apr 27, 2006 9:54 am
- Forum: VCL
- Topic: TeeQR710 dosent compile on Delphi 6
- Replies: 1
- Views: 7360
It was some old dcu files that made the problem
It was some old dcu files that made the problem
- Thu Apr 27, 2006 8:01 am
- Forum: VCL
- Topic: TeeQR710 dosent compile on Delphi 6
- Replies: 1
- Views: 7360
TeeQR710 dosent compile on Delphi 6
I try to comile TeeQR710 on Delphi6. I have to change the source to compile it. (It works on Delphi2006).
unit QrTee;
TQRDBChart=class
Delphi2006
property Pages;
Delphi6 changed to this and it compiles
property Page;
unit QrTee;
TQRDBChart=class
Delphi2006
property Pages;
Delphi6 changed to this and it compiles
property Page;
- Wed Apr 26, 2006 9:53 am
- Forum: VCL
- Topic: TQRChart 7.06 with legend flickers in design time
- Replies: 6
- Views: 15160
bugfix
Is it possilbe to get a bugfix for this?
Jørgen
Jørgen
- Wed Nov 09, 2005 1:40 pm
- Forum: Wishes and ideas
- Topic: Gauges
- Replies: 6
- Views: 23333
gauges
I know you have gauges, but it doesn't look very good compared to the other series.
- Wed Nov 09, 2005 10:13 am
- Forum: Wishes and ideas
- Topic: Gauges
- Replies: 6
- Views: 23333
Gauges
I want Gauges.
Here are two links:
http://www.softwarefx.com/SFXNetProduct ... fault.aspx
http://www.dundas.com/products/gauge/ga ... y=body.htm
Here are two links:
http://www.softwarefx.com/SFXNetProduct ... fault.aspx
http://www.dundas.com/products/gauge/ga ... y=body.htm
- Thu Jul 21, 2005 1:20 pm
- Forum: VCL
- Topic: Hiding DataModules and DataSets
- Replies: 2
- Views: 10049
Hide datasets in qrdesign
You could modify the sourcecode unit QrTee function IsValidDataSource(ASeries: TChartSeries;AComponent: TComponent): Boolean; override; function TQRDBChart.IsValidDataSource(ASeries: TChartSeries; AComponent: TComponent): Boolean; begin result := AComponent.owner.ClassName = 'TRuntimeDatamodule'; end;
- Wed Jun 22, 2005 1:05 pm
- Forum: VCL
- Topic: LocateRecord with sorted series don't work
- Replies: 2
- Views: 8833
I have uploaded some files showing the problem (locate reco)
The files are a part of the Features demo
Jørgen
Jørgen
- Wed Jun 22, 2005 12:23 pm
- Forum: VCL
- Topic: LocateRecord with sorted series don't work
- Replies: 2
- Views: 8833
LocateRecord with sorted series don't work
If the series is sorted the unit DBChart_LocateRecord procedure TDBChartRecordLocate.DBChart1ClickSeries(Sender: TCustomChart; Series: TChartSeries; ValueIndex: Integer; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin // Use the bookmarks to find the database record for the clicked p...
- Mon Jun 13, 2005 7:22 am
- Forum: VCL
- Topic: Loading and saving charts to stream, problems with order
- Replies: 3
- Views: 9936
it is uploaded
it is uploaded