Print Page | Close Window

[solved] Markup with unicode symbols

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=22959
Printed Date: 14 May 2024 at 2:33pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [solved] Markup with unicode symbols
Posted By: sbinder
Subject: [solved] Markup with unicode symbols
Date 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();



Replies:
Posted By: iamgtd
Date 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#

---------


Posted By: cpede
Date 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 (22.1.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)


Posted By: iamgtd
Date 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#

---------


Posted By: sbinder
Date Posted: 14 March 2016 at 6:27am
Thank you.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net