Search found 2 matches
- Mon Feb 20, 2012 10:36 pm
- Forum: VCL
- Topic: Unicode chart titles using Delphi 7
- Replies: 3
- Views: 9305
Re: Unicode chart titles using Delphi 7
Thanks Bert. Although D7 standard components are ansi, I use TNTControls to provide the unicode support. The rest of the app is fine as far as display of unicode characters goes. It's only the charts that I'm having trouble with. I'm wondering if it is the TChart/Resource string loading that occurs ...
- Mon Feb 20, 2012 5:06 am
- Forum: VCL
- Topic: Unicode chart titles using Delphi 7
- Replies: 3
- Views: 9305
Unicode chart titles using Delphi 7
I have TeeChart Standard v2011 VCL/NET and am using it with Delphi 7. My Delphi 7 application fires up with either English, Chinese or Russian depending on the current Locale. My translations resource strings are stored and edited by using Delphi's Translation Manager. I have just upgraded to TeeCha...