Sorry to be pushy over this, but how come the Footer line works for Russian (cyrillic) characters when the SubFooter doesn't?
Regards
Dave C
Unicode support (again)
Hi, Dave.
Which Teechart version are you using ? I've tried this with Teechart v7.01 and it worked fine (as far as I can tell, I don't have cyrillic fonts). I got the same result for both lines:
Which Teechart version are you using ? I've tried this with Teechart v7.01 and it worked fine (as far as I can tell, I don't have cyrillic fonts). I got the same result for both lines:
Code: Select all
With Chart1 do
begin
Foot.Text.Clear;
SubFoot.Text.Clear;
Foot.Text.Add('Some Text');
SubFoot.Text.Add('Some Text');
end;
Marjan Slatinek,
http://www.steema.com
http://www.steema.com
-
- Newbie
- Posts: 4
- Joined: Tue May 01, 2001 4:00 am
- Location: Newcastle upon Tyne, UK
- Contact:
Unicode support (again)
v5 (under D4)
I presume you saw the email I sent to you directly as well? Sorry for that, but I'm working to a kind of short timescale. If you don't set your Code page etc to Russian then you won't see cyrillic chars properly which is kind of where I am. The footer show the proper symbols whilst the subfooter doesn't i.e. русский -v- rubbish chars
Regards
Dave
I presume you saw the email I sent to you directly as well? Sorry for that, but I'm working to a kind of short timescale. If you don't set your Code page etc to Russian then you won't see cyrillic chars properly which is kind of where I am. The footer show the proper symbols whilst the subfooter doesn't i.e. русский -v- rubbish chars
Regards
Dave