Hi
I have multiline text annotation tool. To separate lines I used '\n\r' in my C++ code. It works fine on WinXP SP1, Win2k, but on WinXP SP2 the text is corrupted. Nonprintable characters are displayed, and all text is written on one line.
What might be the problem and what can I do?
Thanks
Annotation tool with WinXP SP2 problem
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi cook,
I have tried it here with Win XP SP2 and it works ok using:
Could you please post a small example project that we can run "as-is" so we can reproduce the problem here? You can post your project at the steema.public.attachments available at news:\\www.steema.net newsgroups.
I have tried it here with Win XP SP2 and it works ok using:
Code: Select all
m_Chart1.GetTools().GetItems(0).GetAsAnnotation().SetText("My Chart \n\r text \n\r text");
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |