<?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 : Title Bar Flicker During Dock Panel Rearranging</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Title Bar Flicker During Dock Panel Rearranging]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 17:27:30 +0000</pubDate>
  <lastBuildDate>Tue, 14 Oct 2008 13:27:03 +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=12374</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[Title Bar Flicker During Dock Panel Rearranging : Thank you, znakeeye   ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12374&amp;PID=41992&amp;title=title-bar-flicker-during-dock-panel-rearranging#41992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4465">Slamma</a><br /><strong>Subject:</strong> 12374<br /><strong>Posted:</strong> 14 October 2008 at 1:27pm<br /><br />Thank you, znakeeye <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Tue, 14 Oct 2008 13:27:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12374&amp;PID=41992&amp;title=title-bar-flicker-during-dock-panel-rearranging#41992</guid>
  </item> 
  <item>
   <title><![CDATA[Title Bar Flicker During Dock Panel Rearranging :  Use a layout instead! This...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12374&amp;PID=41834&amp;title=title-bar-flicker-during-dock-panel-rearranging#41834</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12374<br /><strong>Posted:</strong> 09 October 2008 at 5:30pm<br /><br /><FONT color=#040004 size=2><P>Use a layout instead!</P><DIV>This is how I do it:</DIV><DIV><FONT color=#040004 size=2></FONT>&nbsp;</DIV><DIV><FONT color=#040004 size=2>m_pPaneLayout</FONT><FONT color=#000000 size=2> = </FONT><FONT color=#040004 size=2>m_paneManager</FONT><FONT color=#000000 size=2>.</FONT><FONT color=#040004 size=2>CreateLayout</FONT><FONT size=2><FONT color=#000000>();</FONT></FONT></DIV><DIV><FONT color=#0000ff size=2>if</FONT><FONT color=#000000 size=2> (!</FONT><FONT color=#040004 size=2>m_pPaneLayout</FONT><FONT color=#000000 size=2>-&gt;</FONT><FONT color=#040004 size=2>Load</FONT><FONT color=#000000 size=2>(</FONT><FONT color=#040004 size=2>_T</FONT><FONT color=#000000 size=2>(</FONT><FONT color=#a31515 size=2>"Layout1"</FONT><FONT size=2><FONT color=#000000>)))</FONT></FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#040004 size=2>m_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>CloseAll</FONT><FONT size=2>();</FONT></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#040004 size=2>pPane3</FONT><FONT size=2>-&gt;</FONT><FONT color=#040004 size=2>SetEnabled</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>xtpPaneDisabled</FONT><FONT size=2>);</FONT></DIV><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#040004 size=2>pPane4</FONT><FONT size=2>-&gt;</FONT><FONT color=#040004 size=2>SetEnabled</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>xtpPaneDisabled</FONT><FONT size=2>);</FONT></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; m<FONT color=#040004 size=2>_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>ShowPane</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>pPane1</FONT><FONT size=2>, </FONT><FONT color=#040004 size=2>FALSE</FONT><FONT size=2>);</FONT></DIV><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#040004 size=2>m_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>ShowPane</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>pPane2</FONT><FONT size=2>, </FONT><FONT color=#040004 size=2>FALSE</FONT><FONT size=2>);</FONT></DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#040004 size=2>pPane1</FONT><FONT size=2>-&gt;</FONT><FONT color=#040004 size=2>SetEnabled</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>xtpPaneEnabled</FONT><FONT size=2>);</FONT></DIV><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#040004 size=2>pPane2</FONT><FONT size=2>-&gt;</FONT><FONT color=#040004 size=2>SetEnabled</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>xtpPaneEnabled</FONT><FONT size=2>);</FONT></DIV><DIV>&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#040004 size=2>m_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>GetLayout</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>m_pPaneLayout</FONT><FONT size=2>);</FONT></DIV><DIV><FONT size=2>}</FONT></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 09 Oct 2008 17:30:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12374&amp;PID=41834&amp;title=title-bar-flicker-during-dock-panel-rearranging#41834</guid>
  </item> 
  <item>
   <title><![CDATA[Title Bar Flicker During Dock Panel Rearranging : My application has different docking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12374&amp;PID=41774&amp;title=title-bar-flicker-during-dock-panel-rearranging#41774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4465">Slamma</a><br /><strong>Subject:</strong> 12374<br /><strong>Posted:</strong> 08 October 2008 at 2:10pm<br /><br /><br>My application has different docking pane arrangements selectable via the main menu.&nbsp; When the user selects a new layout the application rearranges all the docking panes.<br><br>To arrange them, the application shows all the docking panes using -&gt;ShowPane(), then docks them using -&gt;DockPane(), then hides unused panes for the selected layout using -&gt;ClosePane().<br><br>This appears to work properly but the titlebar flickers rapidly during the process and the arrangement takes approximately half a second to arrange a dozen panes or so.<br><br>Is there something I need to disable while arranging to speed this up and stop the titlebar flicker?<br><br><br>]]>
   </description>
   <pubDate>Wed, 08 Oct 2008 14:10:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12374&amp;PID=41774&amp;title=title-bar-flicker-during-dock-panel-rearranging#41774</guid>
  </item> 
 </channel>
</rss>