<?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 : Taskpanel with scrollbar FLICKERS my usercontrol</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Taskpanel with scrollbar FLICKERS my usercontrol]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 10:05:06 +0000</pubDate>
  <lastBuildDate>Mon, 19 Mar 2012 15:16:05 +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=17242</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[Taskpanel with scrollbar FLICKERS my usercontrol : Exactly same problem. This Refresh...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17242&amp;PID=67823&amp;title=taskpanel-with-scrollbar-flickers-my-usercontrol#67823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 17242<br /><strong>Posted:</strong> 19 March 2012 at 3:16pm<br /><br />Exactly same problem. This Refresh Bug occurs only on Windows 64-Bit (both -&gt; Win7 and Vista) and with SandyBridge-CPU's.<br><font color="#990000"><b><br>CJ, PLEASE FIX IT!!!</b></font><br>]]>
   </description>
   <pubDate>Mon, 19 Mar 2012 15:16:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17242&amp;PID=67823&amp;title=taskpanel-with-scrollbar-flickers-my-usercontrol#67823</guid>
  </item> 
  <item>
   <title><![CDATA[Taskpanel with scrollbar FLICKERS my usercontrol : pxpx,You inspired me to go back...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17242&amp;PID=67816&amp;title=taskpanel-with-scrollbar-flickers-my-usercontrol#67816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 17242<br /><strong>Posted:</strong> 16 March 2012 at 12:35pm<br /><br />pxpx,<br><br>You inspired me to go back and revisit my flashing. I added WS_EX_COMPOSITED style to my task panel window. That smoothed out my scrolling (had no effect on my dialogs I insert in so I tried the panel).<br><br>When I did that I again got an image that looks like yours. My background was not erasing correctly. My dialog class I use in the task panel was returning the HOLLOW_BRUSH when OnEraseBackground was called. I changed to use CDialog::OnEraseBackground. Now I have the same look as before and my scrolling is smooth.<br><br>So perhaps you have an erase background issue either with your control or the dialog. You might try experimenting with the extended style, your background erasing and possibly the clip styles to see if you can arrive at a solution.<br>]]>
   </description>
   <pubDate>Fri, 16 Mar 2012 12:35:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17242&amp;PID=67816&amp;title=taskpanel-with-scrollbar-flickers-my-usercontrol#67816</guid>
  </item> 
  <item>
   <title><![CDATA[Taskpanel with scrollbar FLICKERS my usercontrol : I have a similar issue. We add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17242&amp;PID=67814&amp;title=taskpanel-with-scrollbar-flickers-my-usercontrol#67814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 17242<br /><strong>Posted:</strong> 16 March 2012 at 11:39am<br /><br />I have a similar issue. We add items that are simply dialog boxes. When the user scrolls, all the child windows flicker because of background erase and paint messages. So far I have been unable to get "smooth" scrolling. It is more noticeable when using the scroll bar but I can detect the messages when using the wheel too.<br><br>One thing I tried was to create my taskpanel using WS_CLIPCHILDREN. When I did that and scrolled, I got an image that looks a lot like yours. Do you have WS_CLIPCHILDREN style set on your panel window?<br>]]>
   </description>
   <pubDate>Fri, 16 Mar 2012 11:39:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17242&amp;PID=67814&amp;title=taskpanel-with-scrollbar-flickers-my-usercontrol#67814</guid>
  </item> 
  <item>
   <title><![CDATA[Taskpanel with scrollbar FLICKERS my usercontrol : Hello everyone,I have a form with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17242&amp;PID=60186&amp;title=taskpanel-with-scrollbar-flickers-my-usercontrol#60186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2480">pxpx</a><br /><strong>Subject:</strong> 17242<br /><strong>Posted:</strong> 14 September 2010 at 9:16am<br /><br />Hello everyone,<br><br>I have a form with 3 task panel, in a simple layout: <br>the third taskpanel contains 3 groups, each one with a frame and some controls inside.<br><br>The third group has an usercontrol inside (we have developed it, so it's in the same <br>vb6 DLL = runs with sources) with a lot of controls (textboxes, labels, command, frames, <br>grids, tabs).<br><br>As the groups don't fit anymore in the panel, and the scrollbar appears, the usercontrol <br>we have done flickers in an horrible way: take a look at the attached picture to see the <br>results. Seems like only the textboxes and the comboboxes flickers: as I stand still<br>with the scrollbar they come back as before.<br><br>If I scroll the mousewheel the flickering doesn't happen.<br><br><img src="uploads/20100914_091436_Flickering.png" height="476" width="687" border="0"><br><br>Can someone please give me an advice to avoid this behaviour? can this be correct in the next release?<br><br>Thank you<br>px<br><br>]]>
   </description>
   <pubDate>Tue, 14 Sep 2010 09:16:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17242&amp;PID=60186&amp;title=taskpanel-with-scrollbar-flickers-my-usercontrol#60186</guid>
  </item> 
 </channel>
</rss>