<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : [solved] Clipped text in TaskDialog</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [solved] Clipped text in TaskDialog]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 14:00:52 +0000</pubDate>
  <lastBuildDate>Mon, 12 Dec 2016 12:35:47 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23133</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[[solved] Clipped text in TaskDialog : This problem seems to be fixed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23133&amp;PID=75444&amp;title=solved-clipped-text-in-taskdialog#75444</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3104">MacW</a><br /><strong>Subject:</strong> 23133<br /><strong>Posted:</strong> 12 December 2016 at 12:35pm<br /><br />This problem seems to be fixed in the 17.3.<br>I don't could check all potential problem Task Dialogs yet, but so far things look shiny. Thanks!<br>]]>
   </description>
   <pubDate>Mon, 12 Dec 2016 12:35:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23133&amp;PID=75444&amp;title=solved-clipped-text-in-taskdialog#75444</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Clipped text in TaskDialog : No, this patch (remove ceil) is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23133&amp;PID=75121&amp;title=solved-clipped-text-in-taskdialog#75121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3104">MacW</a><br /><strong>Subject:</strong> 23133<br /><strong>Posted:</strong> 18 September 2016 at 6:56am<br /><br />No, this patch (remove ceil) is already applied. It still clips the verify string. This is how the method looks in my patched code:<br><br><font face="Courier New, Courier, mono">SIZE CXTPMarkupGdiPlusDeviceContext::MeasureString(LPCWSTR lpszText, int nCount) const<br>{<br>&nbsp;&nbsp;&nbsp; SIZE sz = { 0 };<br><br>&nbsp;&nbsp;&nbsp; RectF rc;<br>&nbsp;&nbsp;&nbsp; RectF layoutRect(0, 0, 0.0f, 0.0f);<br><br>&nbsp;&nbsp;&nbsp; if (Gdiplus::Ok == m_pGdiPlus-&gt;GdipMeasureString(GetGraphics(),<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lpszText, nCount, AccessFont(), &amp;layoutRect,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGpStringFormat, &amp;rc, 0, 0))<br>&nbsp;&nbsp;&nbsp; {<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sz.cx = static_cast&lt;int&gt;(rc.Width);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sz.cy = static_cast&lt;int&gt;(rc.Height);<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; return sz;<br>}</font><br>]]>
   </description>
   <pubDate>Sun, 18 Sep 2016 06:56:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23133&amp;PID=75121&amp;title=solved-clipped-text-in-taskdialog#75121</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Clipped text in TaskDialog : Hello,It is very very similar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23133&amp;PID=75108&amp;title=solved-clipped-text-in-taskdialog#75108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23133<br /><strong>Posted:</strong> 15 September 2016 at 12:34pm<br /><br />Hello,<br><br>It is very very similar to <a href="http://forum.codejock.com/forum_posts.asp?TID=22832" rel="nofollow">this issue</a>. I suppose you forgot make changes in code.<br><span style="line-height: 16.8px;"><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by MacW" alt="Originally posted by MacW" style="vertical-align: text-bottom;" /> <strong>MacW wrote:</strong><br /><br /></span><span style="line-height: 16.8px;">I've made the patch, re-compiled XTP and&nbsp;</span><b style="line-height: 16.8px;">the problem is gone.</b><span style="line-height: 16.8px;"></td></tr></table><br><br>We expect version 17.3 with this fix in September.<br><br>Regards,<br>&nbsp;Oleksandr Lebed</span>]]>
   </description>
   <pubDate>Thu, 15 Sep 2016 12:34:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23133&amp;PID=75108&amp;title=solved-clipped-text-in-taskdialog#75108</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Clipped text in TaskDialog : Hi,I use the latest XTP.When I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23133&amp;PID=75105&amp;title=solved-clipped-text-in-taskdialog#75105</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3104">MacW</a><br /><strong>Subject:</strong> 23133<br /><strong>Posted:</strong> 15 September 2016 at 5:08am<br /><br />Hi,<br><br>I use the latest XTP.<br><br>When I use a CXTPTaskDialog with a verify&nbsp; (SetVerificationText) the text is clipped when the dialog is configured to use markup via EnableMarkup.<br><br>The problem is independent from whether or not I wrap the verify text in a &lt;TextBlock&gt; or not. What helps is to add a few extra blanks to the end, so this seems to be one of the wrong width calculations again.<br><br>Text should read: "Apply to all"<br><br><br><img src="uploads/3104/taskdlgbug.jpg" height="92" width="747" border="0" /><br>]]>
   </description>
   <pubDate>Thu, 15 Sep 2016 05:08:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23133&amp;PID=75105&amp;title=solved-clipped-text-in-taskdialog#75105</guid>
  </item> 
 </channel>
</rss>