<?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 : CXTListCtrl custom sorting</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTListCtrl custom sorting]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 19:39:43 +0000</pubDate>
  <lastBuildDate>Wed, 17 Aug 2005 14:04:00 +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=2732</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[CXTListCtrl custom sorting : in ListCtrlDlg.h replace CXTt...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2732&amp;PID=8192&amp;title=cxtlistctrl-custom-sorting#8192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2732<br /><strong>Posted:</strong> 17 August 2005 at 2:04pm<br /><br /><P>in ListCtrlDlg.h replace</P><P>CXTtHeaderCtrl&nbsp;m_header;</P><P>to</P><P>CXTFlatHeaderCtrl&nbsp;m_header;</P>]]>
   </description>
   <pubDate>Wed, 17 Aug 2005 14:04:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2732&amp;PID=8192&amp;title=cxtlistctrl-custom-sorting#8192</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl custom sorting : Hi oleg, Thanks for your response....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2732&amp;PID=8184&amp;title=cxtlistctrl-custom-sorting#8184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=870">jlee</a><br /><strong>Subject:</strong> 2732<br /><strong>Posted:</strong> 17 August 2005 at 11:33am<br /><br /><P>Hi oleg,</P><P>Thanks for your response. I did trace into the&nbsp;part of&nbsp;my code.</P><P>The attached is a project I modified directly from the original ListCtrl sample code of Toolkit Pro 9.51. I added a derived class 'CMySortListCtrl',&nbsp;in which I overrided the&nbsp;virtual function 'SortList' (its code I directly copy and pasted from CXTShellListBase::SortList). Then I changed the declaration of the&nbsp;member variable 'm_listCtrl'&nbsp;in 'CListCtrlDlg' to 'CMySortListCtrl'.&nbsp;The project was compiled in VS7.0.</P><P>(I think I&nbsp;may find&nbsp;the problem now. It&nbsp;tends out that the 'SortColumn' gets notified for sorting when the list header is clicked in the sample.&nbsp;The overrided 'SortList' function is not called. Is this&nbsp;the way&nbsp;it is supposed to work?)</P><P>Thanks again,</P><P>JLee</P><P><A href="http://forum.codejock.com/uploads/jlee/2005-08-17_112433_ListCtrl.zip" target="_blank">2005-08-17_112433_ListCtrl.zip</A>&nbsp;<FONT size=3></P><P>&nbsp;</P><P></FONT>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 17 Aug 2005 11:33:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2732&amp;PID=8184&amp;title=cxtlistctrl-custom-sorting#8184</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl custom sorting : Hello, Show your code. Did you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2732&amp;PID=8174&amp;title=cxtlistctrl-custom-sorting#8174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2732<br /><strong>Posted:</strong> 17 August 2005 at 7:39am<br /><br /><P>Hello,</P><P>Show your code. Did you try to trace?</P>]]>
   </description>
   <pubDate>Wed, 17 Aug 2005 07:39:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2732&amp;PID=8174&amp;title=cxtlistctrl-custom-sorting#8174</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl custom sorting : Hi, I&amp;#039;m having a problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2732&amp;PID=8168&amp;title=cxtlistctrl-custom-sorting#8168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=870">jlee</a><br /><strong>Subject:</strong> 2732<br /><strong>Posted:</strong> 16 August 2005 at 3:24pm<br /><br /><P>Hi,</P><P>I'm having a problem of implementing a custom sorting (by date)&nbsp;for CXTListCtrl. I overrided the 'SortList' function in my derived class. But somehow this function is not called when the list header column is clicked (it still conducts the default text sorting). Could you show me an example how I can&nbsp;do this? I'm using&nbsp;Toolkit Pro 9.51.</P><P>Thanks in advance,</P><P>Best regards,</P><P>JLee&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 16 Aug 2005 15:24:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2732&amp;PID=8168&amp;title=cxtlistctrl-custom-sorting#8168</guid>
  </item> 
 </channel>
</rss>