<?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 Flicker</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTListCtrl Flicker]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 19 May 2026 03:19:10 +0000</pubDate>
  <lastBuildDate>Tue, 10 Jun 2003 11:10:08 +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=24</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 Flicker : This problem has been corrected...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=129&amp;title=cxtlistctrl-flicker#129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 24<br /><strong>Posted:</strong> 10 June 2003 at 11:10am<br /><br /><P>This problem has been corrected with the upcoming release of the toolkit.&nbsp; As a work around, comment out the following 2 lines in the message map for the CXTListCtrl class:</P><P><FONT face="Courier New, Courier, mono" color=green>// ON_WM_HSCROLL()<BR>// ON_WM_VSCROLL()</FONT></P><P>Regards,<BR>Codejock Support<FONT color=#008000></P></FONT><span style="font-size:10px"><br /><br />Edited by Administrator</span>]]>
   </description>
   <pubDate>Tue, 10 Jun 2003 11:10:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=129&amp;title=cxtlistctrl-flicker#129</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl Flicker : When we use the mouse on the scroll...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=75&amp;title=cxtlistctrl-flicker#75</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=27">srana</a><br /><strong>Subject:</strong> 24<br /><strong>Posted:</strong> 28 May 2003 at 12:08am<br /><br /><P>When we use the mouse on the scroll bars there is considerable flicker<IMG src="http://forum.codejock.com/smileys/smiley3.gif" border="0">. </P><P>But when we use pageup page down or resizing there is no flicker. <IMG src="http://forum.codejock.com/smileys/smiley17.gif" border="0"></P><P>You can test it with a limited data with single column also.<IMG src="http://forum.codejock.com/smileys/smiley14.gif" border="0"></P><P>Regards</P><P>Shrishail Rana</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 28 May 2003 00:08:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=75&amp;title=cxtlistctrl-flicker#75</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl Flicker : Hello I have used it from sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=69&amp;title=cxtlistctrl-flicker#69</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 24<br /><strong>Posted:</strong> 23 May 2003 at 6:07am<br /><br /><P>Hello</P><P>I have used it from sample only. Infact I am using only insertitem and setitem using LVITEM struct&nbsp;&nbsp;which can directly be used with clistctrl also. You can test it with inserting 500 or so records and them move to top using scroll bar and tehn to down. You will see the flicker. With standard list ctrl there is no flicker.</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 23 May 2003 06:07:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=69&amp;title=cxtlistctrl-flicker#69</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl Flicker : Hello, To you notice this problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=45&amp;title=cxtlistctrl-flicker#45</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 24<br /><strong>Posted:</strong> 21 May 2003 at 10:22am<br /><br /><P>Hello,</P><P>To you notice this problem with the standard <strong>CListControl</strong>?&nbsp; I am supscious, without actually seeing your code where the problem actually occurs.&nbsp; There are several techniques that you can use to reduce or eliminate flicker in your application.&nbsp; If you look at the Outllook GUI sample, you will see that this uses a <strong>CXTListCtrl</strong> and there is no flicker at all when the list or application is resized.&nbsp; I would suggest that you take a look at some of the sample projects for some ideas on how to&nbsp;reduce flicker in your application.&nbsp; Also, take a look at the <strong>CMainFrame::PreCreateWindow</strong> method in the Outlook project for starters...hope this helps.</P><P>Best regards,<BR>Codejock Support</P>]]>
   </description>
   <pubDate>Wed, 21 May 2003 10:22:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=45&amp;title=cxtlistctrl-flicker#45</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl Flicker : Hello  I am using CXTListCtrl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=41&amp;title=cxtlistctrl-flicker#41</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=27">srana</a><br /><strong>Subject:</strong> 24<br /><strong>Posted:</strong> 20 May 2003 at 10:18am<br /><br />Hello<br /><br />I am using CXTListCtrl there is a noticing and annoying flicker when the control contents are displayed modified, viewed. <br /><br />I first fill the control with data about 500 or so records. Control is hidden during the update. After update I show the control. When viewing the data the flickering is so much that it takes few seconds to go to top and thento bottom. It is very annoying also.<br /><br />I am using CXTlistctrl heavily in my applications. Infact I have tried many options to speed up drawing but to no avail. <br /><br />Can you please suggest a new class or modify the CXTlistctrl so that there should be no flicker like in many controls on codeguru and codeproject.<br /><br />Regards<br /><br />Shrishail Rana<br /> ]]>
   </description>
   <pubDate>Tue, 20 May 2003 10:18:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24&amp;PID=41&amp;title=cxtlistctrl-flicker#41</guid>
  </item> 
 </channel>
</rss>