Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - [solved] Markup with unicode symbols
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] Markup with unicode symbols

 Post Reply Post Reply
Author
Message
sbinder View Drop Down
Groupie
Groupie
Avatar

Joined: 22 November 2004
Location: Austria
Status: Offline
Points: 76
Post Options Post Options   Thanks (0) Thanks(0)   Quote sbinder Quote  Post ReplyReply Direct Link To This Post Topic: [solved] Markup with unicode symbols
    Posted: 14 March 2016 at 4:15am
17.1.0 Controls:
CXTPTaskDialog/CXTPButton... with Markup doesn't work when there are umlauts in the text.

sample:
CXTPTaskDialog test(this);
CString sText1 = _T("<TextBlock><LineBreak/>Here are umlauts: äöü<LineBreak/></TextBlock>");
test.SetContent(sText1);
test.EnableMarkup(TRUE);
test.DoModal();
Back to Top
iamgtd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 February 2009
Status: Offline
Points: 131
Post Options Post Options   Thanks (0) Thanks(0)   Quote iamgtd Quote  Post ReplyReply Direct Link To This Post Posted: 14 March 2016 at 4:27am
I had the same problem with 17.1. With the unicode version of the Skinframework the issue doesn't occures.
---------

OS: Win 10 64 bit

Codejock Version 22.1 ActiveX

MS Visual Studio 2022 - C#

---------
Back to Top
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 645
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Posted: 14 March 2016 at 4:44am
Yes, it seems that it do not like non-ASCII characters anymore.
My code failed using the copyright symbol ©, and I had to use the code &#169; instead.

-cpede
Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)
Back to Top
iamgtd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 February 2009
Status: Offline
Points: 131
Post Options Post Options   Thanks (1) Thanks(1)   Quote iamgtd Quote  Post ReplyReply Direct Link To This Post Posted: 14 March 2016 at 4:57am
See also this message:
http://forum.codejock.com/forum_posts.asp?TID=22847&title=activex-suite-v17-axlabel-with-markup-text-fails
---------

OS: Win 10 64 bit

Codejock Version 22.1 ActiveX

MS Visual Studio 2022 - C#

---------
Back to Top
sbinder View Drop Down
Groupie
Groupie
Avatar

Joined: 22 November 2004
Location: Austria
Status: Offline
Points: 76
Post Options Post Options   Thanks (0) Thanks(0)   Quote sbinder Quote  Post ReplyReply Direct Link To This Post Posted: 14 March 2016 at 6:27am
Thank you.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.