<?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] Sort Triangle Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [SOLVED] Sort Triangle Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 04:11:09 +0000</pubDate>
  <lastBuildDate>Mon, 20 Jul 2015 19:24:40 +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=22667</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] Sort Triangle Problem : HiOleksandr,  olebed wrote:Make...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22667&amp;PID=73666&amp;title=solved-sort-triangle-problem#73666</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 22667<br /><strong>Posted:</strong> 20 July 2015 at 7:24pm<br /><br /><div>Hi&nbsp;<span style="line-height: 16.7999992370605px;">Oleksandr,</span></div><div><br></div><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by olebed" alt="Originally posted by olebed" style="vertical-align: text-bottom;" /> <strong>olebed wrote:</strong><br /><br />Make sure that <table width="99%"><tr><td><pre class="BBcode">reportCtrl.GetPaintManager()-&gt;m_DrawSortTriangleStyle = xtpReportDrawSortTriangleAlways;</pre></td></tr></table>called AFTER applying theme.<br></td></tr></table><div><br></div><div>Perfect, that did the trick. Thanks for the info!</div><div><br></div><div>Regards,</div><div><br></div><div>Mark R.</div>]]>
   </description>
   <pubDate>Mon, 20 Jul 2015 19:24:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22667&amp;PID=73666&amp;title=solved-sort-triangle-problem#73666</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Sort Triangle Problem : Hello Mark,Make sure that  re...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22667&amp;PID=73665&amp;title=solved-sort-triangle-problem#73665</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22667<br /><strong>Posted:</strong> 20 July 2015 at 4:10pm<br /><br />Hello Mark,<br><br>Make sure that <table width="99%"><tr><td><pre class="BBcode">reportCtrl.GetPaintManager()-&gt;m_DrawSortTriangleStyle = xtpReportDrawSortTriangleAlways;</pre></td></tr></table>called AFTER applying theme. Stop application after running (e.g. in some Draw method of paintManager) and check &nbsp; m_DrawSortTriangleStyle value.<br><br>You can find out where this variable is changed by setting data break point to m_DrawSortTriangleStyle in your SomeView::OnCreate method.<br><br>I know about similar issue with drawing sort triangle when PlusMinus enabled (CXTPReportColumn::SetPlusMinus(TRUE)), but it is hard to fix.<br><br>Regards,<br>&nbsp;Oleksandr Lebed<br>]]>
   </description>
   <pubDate>Mon, 20 Jul 2015 16:10:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22667&amp;PID=73665&amp;title=solved-sort-triangle-problem#73665</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Sort Triangle Problem : Hello,Unless I&amp;#039;m doing something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22667&amp;PID=73664&amp;title=solved-sort-triangle-problem#73664</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 22667<br /><strong>Posted:</strong> 20 July 2015 at 12:36pm<br /><br />Hello,<div><br></div><div>Unless I'm doing something wrong, it doesn't appear that the "xtpReportDrawSortTriangleAlways" option is functioning as intended in the v17 release.</div><div><br></div><div>I'm setting it as follows:</div><div><br></div><div><font face="Courier New, Courier, mono">reportCtrl.GetPaintManager()-&gt;m_DrawSortTriangleStyle = xtpReportDrawSortTriangleAlways;</font></div><div><br></div><div>According to comments in the XTP source code, this should cause the sorted column caption to be truncated with an ellipses (if needed) so that the sort triangle is always shown. However, that's not what happens - the sort triangle is simply dropped if the column size becomes too small.</div><div><br></div><div><span style="line-height: 1.4;">Regards,</span></div><div><br></div><div>Mark R.</div>]]>
   </description>
   <pubDate>Mon, 20 Jul 2015 12:36:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22667&amp;PID=73664&amp;title=solved-sort-triangle-problem#73664</guid>
  </item> 
 </channel>
</rss>