<?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 : Little bug in context-help of DockingPanes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Little bug in context-help of DockingPanes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:04:09 +0000</pubDate>
  <lastBuildDate>Fri, 23 Jun 2006 06:01:25 +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=4472</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[Little bug in context-help of DockingPanes : Hello,just to make XTP Docking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4472&amp;PID=13807&amp;title=little-bug-in-contexthelp-of-dockingpanes#13807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2014">akur</a><br /><strong>Subject:</strong> 4472<br /><strong>Posted:</strong> 23 June 2006 at 6:01am<br /><br />Hello,<br><br>just to make XTP Docking Panes better and better <img alt="Embarrassed" src="http://forum.codejock.com/smileys/smiley9.gif" align="absmiddle" border="0">:<br>In version 10.1 of XtremeToolkitPro, there's a strange implementation of the method CXTPDockingPaneTabbedContainer::OnHelpHitTest().<br><br><font face="Courier New, Courier, mono">LRESULT CXTPDockingPaneTabbedContainer::OnHelpHitTest(WPARAM, LPARAM lParam)<br>{<br>&nbsp;&nbsp;&nbsp; CXTPDockingPane* pPane = GetSelected();<br>&nbsp;&nbsp;&nbsp; CPoint point((DWORD)lParam);<br><br>&nbsp;&nbsp;&nbsp; int nHit = HitTest(point);<br><br>&nbsp;&nbsp;&nbsp; if (nHit &gt;= 0)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pPane = GetItemPane(nHit);<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; if (!pPane)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return 0;<br><br>&nbsp;&nbsp;&nbsp; int nIDHelp = pPane-&gt;m_nIDHelp;<br><br></font><font color="#ff0000" face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; if (nIDHelp == 0)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pPane-&gt;m_hwndChild ? (int)::GetDlgCtrlID(pPane-&gt;m_hwndChild): 0;<br>&nbsp;&nbsp;&nbsp; }<br></font><font face="Courier New, Courier, mono"><br>&nbsp;&nbsp;&nbsp; if (nIDHelp == 0)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; nIDHelp = pPane-&gt;GetID();<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; return HID_BASE_RESOURCE + nIDHelp;<br>}<br></font><br>I guess an assignment to nIDHelp is missing at the beginning of the line. Is this right, or did you mean something else with that line?<br><br>]]>
   </description>
   <pubDate>Fri, 23 Jun 2006 06:01:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4472&amp;PID=13807&amp;title=little-bug-in-contexthelp-of-dockingpanes#13807</guid>
  </item> 
 </channel>
</rss>