Hi guys,
TeeRecompile.exe looks for the Teexyz815.dpk files, but can't find them since they're not there. Copying and renaming the 814.dpk files helps - yet this is not the way it's supposed to be, is it?
Regards,
Michael W.
PE INTERNATIONAL AG
Search found 12 matches
- Tue Mar 29, 2011 10:35 am
- Forum: VCL
- Topic: TeeChart v8.08 VCL maintenance release available
- Replies: 2
- Views: 4944
- Tue Aug 24, 2010 10:14 am
- Forum: VCL
- Topic: Border of stacked bars
- Replies: 2
- Views: 4662
Re: Border of stacked bars
Thanks!
- Mon Aug 23, 2010 4:11 pm
- Forum: VCL
- Topic: Border of stacked bars
- Replies: 2
- Views: 4662
Border of stacked bars
Hi,
I found a small bug. The border of a stacked bar is displayed in the color of the series if the value is 0. That is a bit confusing.
I'm using 8.06.
Cheers,
Timo
I found a small bug. The border of a stacked bar is displayed in the color of the series if the value is 0. That is a bit confusing.
I'm using 8.06.
Cheers,
Timo
- Wed Nov 18, 2009 2:40 pm
- Forum: VCL
- Topic: TeeChart 8.04 Compiler Warnings in Delphi 2009
- Replies: 5
- Views: 8744
Re: TeeChart 8.04 Compiler Warnings in Delphi 2009
Hi, I also see many compiler warnings with TeeChart 8.06 and Delphi 2010. It would be great if they can be removed... I hardly see my own warnings among all these. Thank you [DCC Warnung] TeEngine.pas(8061): W1057 Implizite String-Umwandlung von 'AnsiString' zu 'string' [DCC Warnung] TeeChartGrid.pa...
- Fri Aug 24, 2007 11:26 am
- Forum: VCL
- Topic: Runtime Editor Help
- Replies: 1
- Views: 3878
Runtime Editor Help
Hi,
i can't get the runtime Editor Help to work.
I get the message "Topic not found (129)".
I set the path to the TeeUser8.hlp in the registry.
Is there something i missed?
I use V. 8.01 Pro with D2007
Regards,
Timo
i can't get the runtime Editor Help to work.
I get the message "Topic not found (129)".
I set the path to the TeeUser8.hlp in the registry.
Is there something i missed?
I use V. 8.01 Pro with D2007
Regards,
Timo
- Tue Aug 21, 2007 9:28 am
- Forum: VCL
- Topic: Serious bug in 3d stacked bar charts
- Replies: 9
- Views: 14905
- Fri Aug 17, 2007 7:24 am
- Forum: VCL
- Topic: Left Axis scales problem with very small values (10e-14)
- Replies: 3
- Views: 6943
Create a new Project with a Chart and use the following oncreate: procedure TForm3.FormCreate(Sender: TObject); begin chart1.AddSeries( TBarSeries.Create( chart1 ) ); chart1.AddSeries( TBarSeries.Create( chart1 ) ); chart1.AddSeries( TBarSeries.Create( chart1 ) ); chart1[0].AddXY( 1, 1*power(10,-14)...
- Thu Aug 16, 2007 2:42 pm
- Forum: VCL
- Topic: Left Axis scales problem with very small values (10e-14)
- Replies: 3
- Views: 6943
Left Axis scales problem with very small values (10e-14)
Hi,
I have a problem with the scales of the left axis in a Barchart when the values are very small (here below 1,0*10e-14).
There isn't displayed any scale. It also doesn't help to chose a very small increment (like 1,0*10e-14).
What can i do?
Regards,
Timo
I have a problem with the scales of the left axis in a Barchart when the values are very small (here below 1,0*10e-14).
There isn't displayed any scale. It also doesn't help to chose a very small increment (like 1,0*10e-14).
What can i do?
Regards,
Timo
- Tue Jul 24, 2007 7:07 am
- Forum: VCL
- Topic: Loading TRadarSeries from file
- Replies: 3
- Views: 6345
Thanks for your reply. Sorry, i didn't describe the problem exact enough. Try this: procedure TForm2.FormCreate(Sender: TObject); var I: Integer; begin chart1.AddSeries(TBarSeries.Create(chart1)); chart1.AddSeries(TBarSeries.Create(chart1)); chart1.AddSeries(TBarSeries.Create(chart1)); chart1[0].Fil...
- Fri Jul 20, 2007 8:33 am
- Forum: VCL
- Topic: Loading TRadarSeries from file
- Replies: 3
- Views: 6345
Loading TRadarSeries from file
Hi, when i load a chart with some TRadarSeries by LoadCartfromFile, the color of the areas disappears. It just disappears in the chart, when i open the editor it's still set. I can't get the color of the series back in the chart, it's gone, even if i change the seriestype. Regards, Timo BTW: Is this...
- Tue Jul 17, 2007 9:00 am
- Forum: VCL
- Topic: Loading template from tee-File
- Replies: 3
- Views: 6652
- Mon Jul 16, 2007 2:22 pm
- Forum: VCL
- Topic: Loading template from tee-File
- Replies: 3
- Views: 6652
Loading template from tee-File
Hi, i want to load a saved template (LoadchartfromFile) and use it for a chart with values that differ from the values of the chart the template was safed from. The loading works fine, but the number of series is fixed (here at 2 Series). I might have more or less then 2 series in the chart i want t...