<?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 : CXTPShortcutBar and CXTPDockingPane Drawing Fault</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Shortcut Bar : CXTPShortcutBar and CXTPDockingPane Drawing Fault]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 07:11:31 +0000</pubDate>
  <lastBuildDate>Mon, 14 Jul 2008 11:03:41 +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=11431</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[CXTPShortcutBar and CXTPDockingPane Drawing Fault : I have an SDI application where...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11431&amp;PID=38326&amp;title=cxtpshortcutbar-and-cxtpdockingpane-drawing-fault#38326</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3101">iftekhar</a><br /><strong>Subject:</strong> 11431<br /><strong>Posted:</strong> 14 July 2008 at 11:03am<br /><br />I have an SDI application where I have created a shorcut bar with some shortcut bar items. <DIV>&nbsp;</DIV><DIV>In the main frame I also added a CXTPDockingPane and attached a simple dialog with some CEdit controls and a CButton.</DIV><DIV>&nbsp;</DIV><DIV>Initially the docking pane is in Auto hide state. If I move the mouse to the docking pane tab title it shows the panel. Then I move the mouse to the right window (not the shortcut bar)&nbsp;and the patel disappers, which is fine.</DIV><DIV>&nbsp;</DIV><DIV>But if i move the mouse the shortcut bar is drawn on the docking pane and takes some time to hide the docking pane and an unwanted partial dockinging pane is shown wor a while. See the image below.</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20080714_105754_Docking_Pane_No.JPG" border="0"></DIV><DIV>&nbsp;</DIV><DIV><DIV>If I click the docking pane tab name it displays the docking pane and sets focus on the first edit control. now if I click the right window it hides the docking pane, which is expected, so works fine.</DIV><DIV>&nbsp;</DIV><DIV>But if I click the shortcut bar instead it draws the shorcut but without hiding the docking pane and the shorcut bar items covering the docking pane are not clickable and unexpectedly focuses on the docking pane edit control. sett the screen shot below.</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20080714_105908_Docking_Pane_Fo.JPG" border="0"></DIV><DIV>&nbsp;</DIV><DIV>How can I resolve this issue?</DIV><DIV>&nbsp;</DIV><DIV>My Code:</DIV><DIV>-----------</DIV><DIV>&nbsp;</DIV><DIV>I have modified the ShortcutBar sample in 1201 release and added the docking pane and attached a CDialog (CTestDlg).</DIV><DIV>&nbsp;</DIV><DIV><DIV><FONT color=#ff0000 size=2>MainFrm.h</FONT></DIV><DIV><FONT color=#ff0000 size=2>----------</FONT></DIV></DIV><FONT color=#010001 size=2><P>CXTPDockingPaneManager</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>m_paneManager</FONT><FONT color=#ff0000 size=2>;</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>CTestDlg</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>m_TestDlg</FONT><FONT color=#ff0000 size=2>;</P><DIV><FONT color=#010001 size=2><P>afx_msg</FONT><FONT color=#000000 size=2> </FONT><FONT color=#0000ff size=2>int</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>OnCreate</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>LPCREATESTRUCT</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>lpCreateStruct</FONT><FONT color=#ff0000 size=2>);</P><DIV><FONT color=#010001 size=2><P>LRESULT</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>OnDockingPaneNotify</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>WPARAM</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>wParam</FONT><FONT color=#ff0000 size=2>,</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>LPARAM</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>lParam</FONT><FONT color=#ff0000 size=2>);</P><DIV></FONT></FONT></FONT><FONT color=#ff0000 size=2></FONT><FONT color=#ff0000 size=2>MainFrm.cpp</FONT></DIV></DIV></DIV></DIV><DIV><FONT color=#ff0000 size=2>------------</FONT></DIV><DIV><FONT color=#ff0000 size=2></FONT>&nbsp;</DIV><DIV><FONT color=#ff0000 size=2>///////////////////////// Code of&nbsp;Interest ////////////////////////////////</FONT></DIV><DIV><FONT color=#010001 size=2><P>ON_MESSAGE</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>XTPWM_DOCKINGPANE_NOTIFY</FONT><FONT color=#ff0000 size=2>,</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>OnDockingPaneNotify</FONT><FONT color=#ff0000 size=2>)</P><DIV>/////////////////////////////////////////////////////////////////////////////</FONT><FONT color=#0000ff size=2></FONT></DIV><DIV><FONT color=#0000ff size=2>int</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>CMainFrame</FONT><FONT color=#ff0000 size=2>::</FONT><FONT color=#010001 size=2>OnCreate</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>LPCREATESTRUCT</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>lpCreateStruct</FONT><FONT color=#ff0000 size=2>)</DIV></DIV><P>{</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>CFrameWnd</FONT><FONT color=#ff0000 size=2>::</FONT><FONT color=#010001 size=2>OnCreate</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>lpCreateStruct</FONT><FONT color=#ff0000 size=2>)</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>==</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>-</FONT><FONT color=#000080 size=2>1</FONT><FONT color=#ff0000 size=2>)</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>-</FONT><FONT color=#000080 size=2>1</FONT><FONT color=#ff0000 size=2>;</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(!</FONT><FONT color=#010001 size=2>m_wndStatusBar</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>Create</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#0000ff size=2>this</FONT><FONT color=#ff0000 size=2>)</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>||</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>!</FONT><FONT color=#010001 size=2>m_wndStatusBar</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>SetIndicators</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>indicators</FONT><FONT color=#ff0000 size=2>,</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>sizeof</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>indicators</FONT><FONT color=#ff0000 size=2>)/</FONT><FONT color=#0000ff size=2>sizeof</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>UINT</FONT><FONT color=#ff0000 size=2>)))</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>{</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>TRACE0</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#ff00ff size=2>"Failed to create status bar\n"</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>-</FONT><FONT color=#000080 size=2>1</FONT><FONT color=#ff0000 size=2>;</FONT><FONT size=2> </FONT><FONT color=#008000 size=2>// fail to create</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>}</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(!</FONT><FONT color=#010001 size=2>InitCommandBars</FONT><FONT color=#ff0000 size=2>())</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>-</FONT><FONT color=#000080 size=2>1</FONT><FONT color=#ff0000 size=2>;</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>CXTPCommandBars</FONT><FONT color=#ff0000 size=2>*</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>pCommandBars</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>=</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>GetCommandBars</FONT><FONT color=#ff0000 size=2>();</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>pCommandBars</FONT><FONT color=#ff0000 size=2>-&gt;</FONT><FONT color=#010001 size=2>SetMenu</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>_T</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#ff00ff size=2>"Menu Bar"</FONT><FONT color=#ff0000 size=2>),</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>IDR_MAINFRAME</FONT><FONT color=#ff0000 size=2>);</P><P>&nbsp;</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>CXTPToolBar</FONT><FONT color=#ff0000 size=2>*</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>pStandardBar</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>=</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>CXTPToolBar</FONT><FONT color=#ff0000 size=2>*)</FONT><FONT color=#010001 size=2>pCommandBars</FONT><FONT color=#ff0000 size=2>-&gt;</FONT><FONT color=#010001 size=2>Add</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>_T</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#ff00ff size=2>"Standard"</FONT><FONT color=#ff0000 size=2>),</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>xtpBarTop</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(!</FONT><FONT color=#010001 size=2>pStandardBar</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>||</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>!</FONT><FONT color=#010001 size=2>pStandardBar</FONT><FONT color=#ff0000 size=2>-&gt;</FONT><FONT color=#010001 size=2>LoadToolBar</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>IDR_MAINFRAME</FONT><FONT color=#ff0000 size=2>))</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>{</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>TRACE0</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#ff00ff size=2>"Failed to create toolbar\n"</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>}</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>pCommandBars</FONT><FONT color=#ff0000 size=2>-&gt;</FONT><FONT color=#010001 size=2>GetToolTipContext</FONT><FONT color=#ff0000 size=2>()-&gt;</FONT><FONT color=#010001 size=2>SetStyle</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>xtpToolTipOffice</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>// Load the previous state for command bars.</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>LoadCommandBars</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>_T</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#ff00ff size=2>"CommandBars"</FONT><FONT color=#ff0000 size=2>));</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>CXTPPaintManager</FONT><FONT color=#ff0000 size=2>::</FONT><FONT color=#010001 size=2>SetTheme</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>xtpThemeRibbon</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>m_wndShortcutBar</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>SetTheme</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>xtpShortcutThemeOffice2007</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>EnableOffice2007Frame</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>GetCommandBars</FONT><FONT color=#ff0000 size=2>());</P><DIV>///////////////////////// Code of&nbsp;Interest ////////////////////////////////</FONT></DIV><DIV><FONT color=#010001 size=2></FONT>&nbsp;</DIV><DIV><FONT color=#010001 size=2>m_paneManager</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>InstallDockingPanes</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#0000ff size=2>this</FONT><FONT color=#ff0000 size=2>);</DIV></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>m_paneManager</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>SetTheme</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>xtpPaneThemeOffice</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>m_TestDlg</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>Create</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>CTestDlg</FONT><FONT color=#ff0000 size=2>::</FONT><FONT color=#010001 size=2>IDD</FONT><FONT color=#ff0000 size=2>,</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>this</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>CRect</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>rectDlg</FONT><FONT color=#ff0000 size=2>;</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>m_TestDlg</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>GetClientRect</FONT><FONT color=#ff0000 size=2>(&amp;</FONT><FONT color=#010001 size=2>rectDlg</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>CXTPDockingPane</FONT><FONT color=#ff0000 size=2>*</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>pPane</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>=</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>m_paneManager</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>CreatePane</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#000080 size=2>12001</FONT><FONT color=#ff0000 size=2>,</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>rectDlg</FONT><FONT color=#ff0000 size=2>,</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>xtpPaneDockBottom</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>pPane</FONT><FONT color=#ff0000 size=2>-&gt;</FONT><FONT color=#010001 size=2>SetTitle</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>_T</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#ff00ff size=2>"Test Pane"</FONT><FONT color=#ff0000 size=2>));</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>m_paneManager</FONT><FONT color=#ff0000 size=2>.</FONT><FONT color=#010001 size=2>ToggleAutoHide</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>pPane</FONT><FONT color=#ff0000 size=2>);</P><DIV>/////////////////////////////////////////////////////////////////////////////</DIV><DIV></FONT><FONT size=2></FONT><FONT color=#0000ff size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2>return</FONT><FONT size=2> </FONT><FONT color=#000080 size=2>0</FONT><FONT color=#ff0000 size=2>;</DIV><P>}</P><DIV>///////////////////////// Code of&nbsp;Interest ////////////////////////////////</DIV><DIV>&nbsp;</DIV><DIV><DIV></DIV><FONT color=#010001 size=2>LRESULT</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>CMainFrame</FONT><FONT color=#ff0000 size=2>::</FONT><FONT color=#010001 size=2>OnDockingPaneNotify</FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>WPARAM</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>wParam</FONT><FONT color=#ff0000 size=2>,</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>LPARAM</FONT><FONT color=#000000 size=2> </FONT><FONT color=#010001 size=2>lParam</FONT><FONT color=#ff0000 size=2>)</DIV><P>{</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>wParam</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>==</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>XTP_DPN_SHOWWINDOW</FONT><FONT color=#ff0000 size=2>)</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>{</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>// get a pointer to the docking pane being shown.</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>CXTPDockingPane</FONT><FONT color=#ff0000 size=2>*</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>pWndDockWindow</FONT><FONT color=#ff0000 size=2>=</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>CXTPDockingPane</FONT><FONT color=#ff0000 size=2>*)</FONT><FONT color=#010001 size=2>lParam</FONT><FONT color=#ff0000 size=2>;</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(!</FONT><FONT color=#010001 size=2>pWndDockWindow</FONT><FONT color=#ff0000 size=2>-&gt;</FONT><FONT color=#010001 size=2>IsValid</FONT><FONT color=#ff0000 size=2>())</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>{</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>switch</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>(</FONT><FONT color=#010001 size=2>pWndDockWindow</FONT><FONT color=#ff0000 size=2>-&gt;</FONT><FONT color=#010001 size=2>GetID</FONT><FONT color=#ff0000 size=2>())</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>{</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>case</FONT><FONT size=2> </FONT><FONT color=#000080 size=2>12001</FONT><FONT color=#ff0000 size=2>:</P></FONT><FONT size=2><P></FONT><FONT color=#010001 size=2>pWndDockWindow</FONT><FONT color=#ff0000 size=2>-&gt;</FONT><FONT color=#010001 size=2>Attach</FONT><FONT color=#ff0000 size=2>(&amp;</FONT><FONT color=#010001 size=2>m_TestDlg</FONT><FONT color=#ff0000 size=2>);</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>}</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>}</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>TRUE</FONT><FONT color=#ff0000 size=2>;</FONT><FONT size=2> </FONT><FONT color=#008000 size=2>// handled</P></FONT><FONT size=2><P></FONT><FONT color=#ff0000 size=2>}</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>FALSE</FONT><FONT color=#ff0000 size=2>;</P><P>}</P><DIV></DIV><DIV></DIV>/////////////////////////////////////////////////////////////////////////////</FONT></FONT> ]]>
   </description>
   <pubDate>Mon, 14 Jul 2008 11:03:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11431&amp;PID=38326&amp;title=cxtpshortcutbar-and-cxtpdockingpane-drawing-fault#38326</guid>
  </item> 
 </channel>
</rss>