<?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 : the view is drawed twinkling</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : the view is drawed twinkling]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 22:14:11 +0000</pubDate>
  <lastBuildDate>Thu, 07 Jul 2005 14:47:02 +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=1949</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[the view is drawed twinkling : Hello, the best way to avoid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1949&amp;PID=7547&amp;title=the-view-is-drawed-twinkling#7547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=976">pascal</a><br /><strong>Subject:</strong> 1949<br /><strong>Posted:</strong> 07 July 2005 at 2:47pm<br /><br /><P>Hello,</P><P>the best way to avoid fleeking is to inherit from CXTPTabClientWnd and to catch the WM_MDIACTIVATE message. You should then lock the redraw before calling the base class and unlock it after execution.&nbsp; See code below.</P><P>best regards from Göttingen, germany</P><FONT size=2><P>BEGIN_MESSAGE_MAP(CMainTabClientWnd, CXTPTabClientWnd)ON_WM_MDIACTIVATE()<BR>END_MESSAGE_MAP()</P><P></FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> CMainTabClientWnd::OnMDIActivate(BOOL bActivate,CWnd* pActivateWnd, CWnd* pDeactivateWnd)<BR>{<BR>SetRedraw(FALSE);<BR>CWnd::OnMDIActivate(bActivate, pActivateWnd, pDeactivateWnd);<BR>SetRedraw(TRUE);</P><P>RedrawWindow( NULL, NULL, RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE | RDW_ALLCHILDREN);<BR>}</P></FONT>]]>
   </description>
   <pubDate>Thu, 07 Jul 2005 14:47:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1949&amp;PID=7547&amp;title=the-view-is-drawed-twinkling#7547</guid>
  </item> 
  <item>
   <title><![CDATA[the view is drawed twinkling : BOOL CChildFrame::PreCreateWindow(CREATESTRUCT&amp;amp;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1949&amp;PID=7413&amp;title=the-view-is-drawed-twinkling#7413</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1249">proe</a><br /><strong>Subject:</strong> 1949<br /><strong>Posted:</strong> 03 July 2005 at 3:38am<br /><br /><P>BOOL CChildFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;// Make sure view is maximum size to eliminate <BR>&nbsp;// flicker when switching tabs.<BR>&nbsp;cs.x = cs.y = 0;&nbsp;<BR>&nbsp;cs.cx =&nbsp;cs.cy = 32767;</P><P>&nbsp;&nbsp;if( !CMDIChildWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;</P><P>&nbsp;return TRUE;<BR>}<BR></P>]]>
   </description>
   <pubDate>Sun, 03 Jul 2005 03:38:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1949&amp;PID=7413&amp;title=the-view-is-drawed-twinkling#7413</guid>
  </item> 
  <item>
   <title><![CDATA[the view is drawed twinkling : Hello Thereare tabbed MDI client...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1949&amp;PID=5676&amp;title=the-view-is-drawed-twinkling#5676</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=478">freehawk</a><br /><strong>Subject:</strong> 1949<br /><strong>Posted:</strong> 10 March 2005 at 8:17pm<br /><br /><P>Hello</P><P>There&nbsp;are tabbed MDI client windows which can be changed to Max, Min or normal&nbsp;size. After maximized one window, and then switched among client windows by clicked the title tabs, the view is drawed twinkling and not smooth. Please help me how to resolve it?</P><P>Thanks.</P><P>Freehawk</P>]]>
   </description>
   <pubDate>Thu, 10 Mar 2005 20:17:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1949&amp;PID=5676&amp;title=the-view-is-drawed-twinkling#5676</guid>
  </item> 
 </channel>
</rss>