Yeray and Ronald,
Thanks for your help!
Search found 10 matches
- Tue Jun 16, 2009 10:19 am
- Forum: VCL
- Topic: Ver 8.05 gives exception error in debug mode
- Replies: 8
- Views: 8731
- Sun Jun 07, 2009 9:47 am
- Forum: VCL
- Topic: Ver 8.05 gives exception error in debug mode
- Replies: 8
- Views: 8731
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...
- Fri Jun 05, 2009 7:20 am
- Forum: VCL
- Topic: Ver 8.05 gives exception error in debug mode
- Replies: 8
- Views: 8731
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); ...
- Thu Jun 04, 2009 2:44 pm
- Forum: VCL
- Topic: Charteditor does not show correct unicode characters
- Replies: 8
- Views: 10040
- Thu Jun 04, 2009 2:38 pm
- Forum: VCL
- Topic: Ver 8.05 gives exception error in debug mode
- Replies: 8
- Views: 8731
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 ...
- Wed Jun 03, 2009 10:08 am
- Forum: VCL
- Topic: Charteditor does not show correct unicode characters
- Replies: 8
- Views: 10040
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...
- Wed Jun 03, 2009 8:59 am
- Forum: VCL
- Topic: Charteditor does not show correct unicode characters
- Replies: 8
- Views: 10040
[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...
- Tue Jun 02, 2009 8:25 pm
- Forum: VCL
- Topic: Charteditor does not show correct unicode characters
- Replies: 8
- Views: 10040
- Tue Jun 02, 2009 8:09 pm
- Forum: VCL
- Topic: Charteditor does not show correct unicode characters
- Replies: 8
- Views: 10040
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...
- Tue Jun 02, 2009 12:15 pm
- Forum: VCL
- Topic: Example Tee8New displays wrong characters in charteditor
- Replies: 1
- Views: 2837
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...