Search found 10 matches

by Tom-SE
Tue Jun 16, 2009 10:19 am
Forum: VCL
Topic: Ver 8.05 gives exception error in debug mode
Replies: 8
Views: 8669

Re: Ver 8.05 gives exception error in debug mode

Yeray and Ronald,

Thanks for your help!
by Tom-SE
Sun Jun 07, 2009 9:47 am
Forum: VCL
Topic: Ver 8.05 gives exception error in debug mode
Replies: 8
Views: 8669

Hi again, I have a rather fast new PC (Intel core 2 quad at 2.4 GHz, Nvidia GT8600). Could it be some speed issue making it non-reproducable for you? In "Series.pas": (procedure TCustomSeries.DrawValue(ValueIndex:Integer);) I get the error on line 2181: //TV52013890 if {$IFDEF CLR}(ValueIndex>0) and...
by Tom-SE
Fri Jun 05, 2009 7:20 am
Forum: VCL
Topic: Ver 8.05 gives exception error in debug mode
Replies: 8
Views: 8669

Hi Narcís, I just uploaded the files in "addxy_exception_debug.zip" on your upload page. The project is just a new Tchart on a form with two buttons: procedure TForm1.Button1Click(Sender: TObject); begin Series1.AddXY( 123, 456, 'Hello'); //works end; procedure TForm1.Button2Click(Sender: TObject); ...
by Tom-SE
Thu Jun 04, 2009 2:44 pm
Forum: VCL
Topic: Charteditor does not show correct unicode characters
Replies: 8
Views: 9926

Ok, thanks Yeray.

I guess a quick solution for users (until ver 9 comes with a fix) would be to open the language files in e.g. Word and choose correct encoding for each language, and copy/paste the text in Notepad and save as UTF-8.

Best regards,
Thomas
by Tom-SE
Thu Jun 04, 2009 2:38 pm
Forum: VCL
Topic: Ver 8.05 gives exception error in debug mode
Replies: 8
Views: 8669

Ver 8.05 gives exception error in debug mode

Hi, I just upgraded to ver 8.05 and get the following exception error during debug mode in Delphi 2009: "Exception class ElistError 'List index out of bounds(-1)' in procedure TChartSeries.DrawAllValues; I get this error when using: Series1.AddXY( 123, 456, 'Hello', clGreen ); But this one gives no ...
by Tom-SE
Wed Jun 03, 2009 10:08 am
Forum: VCL
Topic: Charteditor does not show correct unicode characters
Replies: 8
Views: 9926

Hi Yeray, I guess this will be the same as importing it into Word and then copy-paste into Notepad and save it in utf-8. I did this with Chinese, Japanese, Russian, Greek and it looks good. It would be nice if you could distribute all files (at least those dealing with international characters) in u...
by Tom-SE
Wed Jun 03, 2009 8:59 am
Forum: VCL
Topic: Charteditor does not show correct unicode characters
Replies: 8
Views: 9926

[Actually, TeeChinese.pas works (displays correct letters) if the UTF-8 bom sequence EF BB BF is added to the beginning of the file...] Comment and clarification: The above was obtained by importing TeeChinese.pas into Word and choosing encoding "Chinese traditional (Big5)". After this, copy all tex...
by Tom-SE
Tue Jun 02, 2009 8:25 pm
Forum: VCL
Topic: Charteditor does not show correct unicode characters
Replies: 8
Views: 9926

Actually, TeeChinese.pas works (displays correct letters) if the UTF-8 bom sequence EF BB BF is added to the beginning of the file...

Thomas
by Tom-SE
Tue Jun 02, 2009 8:09 pm
Forum: VCL
Topic: Charteditor does not show correct unicode characters
Replies: 8
Views: 9926

Hi Yeray, It seems that teechinese.pas (and all other language files) are recognized as ansi type in Delphi (or e.g by Notepad). I can open the file using e.g. Word. Word will then ask for the coding and choosing "Chinese traditional (Big5)" will display chinese charaters correctly in Word. Could it...
by Tom-SE
Tue Jun 02, 2009 12:15 pm
Forum: VCL
Topic: Example Tee8New displays wrong characters in charteditor
Replies: 1
Views: 2811

Example Tee8New displays wrong characters in charteditor

1. Start Tee8New demo 2. Go to "All features" ->"Miscellaneous" -> "Multi-language" 3. Choose e.g. "Hellenic" in the drop down list, but greek letters are not displayed correctly in the chart editor. I get the same behaviour for e.g. Chinese, Japanese etc. I have enabled support for "East Asian Lang...