Search found 7 matches

by BOA
Wed Jul 11, 2012 7:52 pm
Forum: VCL
Topic: SubChart problem in Delphi XE2
Replies: 1
Views: 3471

SubChart problem in Delphi XE2

Hi

I have Delphi XE2 Update 4 HotFix 1 on a Win7 machine.
My TChart version is 2012.06.120613 with full source code.
When I try to add a subchart in the TChart Editor I get the following message.
Message1.jpg
Message1.jpg (116.83 KiB) Viewed 3751 times
And when closing this window I get
Message2.jpg
Message2.jpg (12.85 KiB) Viewed 3744 times
What to do?

Best regards
Bo Andersen
by BOA
Thu Jul 05, 2012 7:06 am
Forum: VCL
Topic: Error after running binary installer 2012.06.120613 VCL/FMX
Replies: 4
Views: 5662

Re: Error after running binary installer 2012.06.120613 VCL/FMX

Hi

Thanks! It works now.

Best regards
by BOA
Wed Jul 04, 2012 10:44 am
Forum: VCL
Topic: Error after running binary installer 2012.06.120613 VCL/FMX
Replies: 4
Views: 5662

Re: Error after running binary installer 2012.06.120613 VCL/FMX

Hi agian

I am not sure that you can see my attachment but error is.

Bds.exe – System Error
The program can’t start because fmx163.bpl is missing from your computer. Try reinstalling the program to fix this problem.

Regards
by BOA
Wed Jul 04, 2012 9:54 am
Forum: VCL
Topic: Error after running binary installer 2012.06.120613 VCL/FMX
Replies: 4
Views: 5662

Error after running binary installer 2012.06.120613 VCL/FMX

Hi

I have tried to update my TeeChart with the binary installer 2012.06.120613 VCL/FMX release. Now I get this message then starting DelphiXE2 Update 4.
Error.tif
Error.tif (11.59 KiB) Viewed 6845 times
Best regrads
by BOA
Tue Nov 22, 2011 8:05 pm
Forum: VCL
Topic: NaN Values
Replies: 5
Views: 6337

Re: NaN Values

Hi Narcis, I am not quit sure how your null points is define, as I understand it, it still has a real value you just paint it with the same color as the background => invisible. This is after my opinion not the same as a NaN value because if you for example do something like this If ANaNValue > ARea...
by BOA
Tue Nov 22, 2011 1:20 pm
Forum: VCL
Topic: NaN Values
Replies: 5
Views: 6337

Re: NaN Values

Hi Narcis, Please see my attach project. Yes I am award of that. TTreatNullsStyle = (tnDontPaint, tnSkip, tnIgnore) And of course TChart needs to know how to draw/handle NaN points. But what wonder me is why TChartValue can’t have the value NaN. The same problem appear in this Series1.AddXYNull(100,...
by BOA
Tue Nov 22, 2011 9:01 am
Forum: VCL
Topic: NaN Values
Replies: 5
Views: 6337

NaN Values

Hi, I plot the same YData : Array of Double; with TLineSeries in many different plots. To save memory it will be best to add the YData by adding array of data. My problem is that sometime the Data contains NaN values so I have tried to do like this. XData is a array of double with values from 1 to L...