<?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 : Report Control and Splitter</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Report Control and Splitter]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 22:10:51 +0000</pubDate>
  <lastBuildDate>Tue, 01 Dec 2009 09:46:14 +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=15375</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[Report Control and Splitter : Finally I&amp;#039;ve found the problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15375&amp;PID=55310&amp;title=report-control-and-splitter#55310</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5610">mawi</a><br /><strong>Subject:</strong> 15375<br /><strong>Posted:</strong> 01 December 2009 at 9:46am<br /><br />Finally I've found the problem myself. My window that should be shown in the docking pane wasderived from CWnd which is an error.<br><br>class DataTransmissionGUIDlg<br>&nbsp;: public CWnd&nbsp;&nbsp;// also tried to derive directly from CXTSplitterWnd (same problem)<br>...<br><br>I'veenhanced the ActivePaneView example with a splitter window and there Icould see that I need a CView derived class instad of a CWnd derivedone.<br>The CView derived class can then be attached to the pane usingpPane-&gt;AttachView(pMyFrameWindow, RUNTIME_CLASS(...)) instead ofpPane-&gt;Attache(pMyCWndDerivedClass);<br><br>After changing the creation process of my window the header-click problem is gone. &nbsp;              ]]>
   </description>
   <pubDate>Tue, 01 Dec 2009 09:46:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15375&amp;PID=55310&amp;title=report-control-and-splitter#55310</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control and Splitter :  Hi,we&amp;#039;ve implemented a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15375&amp;PID=53900&amp;title=report-control-and-splitter#53900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5610">mawi</a><br /><strong>Subject:</strong> 15375<br /><strong>Posted:</strong> 15 October 2009 at 6:01pm<br /><br />Hi,<br><br>we've implemented a docking pane containing a splitter configured to use 3 rows.<br>Each row contains a ReportControl.<br><br>Everything seems to work fine except one stragne behaviour:<br><br>how to repeat:<br>1) some other docking panes are created (panes are docked)<br>2) our problematic docking pane with splitter and report controls is created (pane is docked)<br>3) left mouse click on a report column header (eg. change sort order)<br>4) undock our pane (double click on pane header)<br>5) error: all other panes do not get any mouse events any more<br>&nbsp;&nbsp;&nbsp; the menu of the application is still working, also the toolbar buttons get mouse events.<br>&nbsp;&nbsp; (I'd like to drag an item from another pane containing a tree-view to my undocked problematic pane.)<br>6) after re-docking the problematic pane, the other panes gets their mouse events again...<br><br>How can I fix this problem? Any idea?<br>Is there something wrong with my the parent or owner of the report control or of the splitter window?<br>(I've checkted the pointers, they seems to be OK.)<br>Do I have to set a specific configuration at the DockingPaneManager to handle a splitter correctly?<br><br>thanks for response ...<br>]]>
   </description>
   <pubDate>Thu, 15 Oct 2009 18:01:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15375&amp;PID=53900&amp;title=report-control-and-splitter#53900</guid>
  </item> 
 </channel>
</rss>