<?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 : ReportCtrl with Pane background oddity</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : ReportCtrl with Pane background oddity]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 05:35:42 +0000</pubDate>
  <lastBuildDate>Sat, 22 Mar 2008 02:44:47 +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=9933</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[ReportCtrl with Pane background oddity : Hi, No, it always rolls off after...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9933&amp;PID=32449&amp;title=reportctrl-with-pane-background-oddity#32449</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9933<br /><strong>Posted:</strong> 22 March 2008 at 2:44am<br /><br />Hi,<DIV>No, it always rolls off after small delay.</DIV>]]>
   </description>
   <pubDate>Sat, 22 Mar 2008 02:44:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9933&amp;PID=32449&amp;title=reportctrl-with-pane-background-oddity#32449</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl with Pane background oddity : Wonderful, thank you. I thought...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9933&amp;PID=32441&amp;title=reportctrl-with-pane-background-oddity#32441</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3842">shares</a><br /><strong>Subject:</strong> 9933<br /><strong>Posted:</strong> 21 March 2008 at 12:11pm<br /><br />Wonderful, thank you. I thought for sure I'd tried that.<br><br>Anyway, one more thing.<br><br>I noticed on some of the sample docking pane apps that the hide timer starts as soon as the mouse rolls off the docking pane. I've not been able to figure out what I need to do in my app to get this behavior.<br><br>Thanks again<br>]]>
   </description>
   <pubDate>Fri, 21 Mar 2008 12:11:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9933&amp;PID=32441&amp;title=reportctrl-with-pane-background-oddity#32441</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl with Pane background oddity : Hi,  Add   cs.style |= WS_...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9933&amp;PID=32433&amp;title=reportctrl-with-pane-background-oddity#32433</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9933<br /><strong>Posted:</strong> 21 March 2008 at 2:51am<br /><br />Hi,<DIV></DIV><DIV></DIV>Add <DIV>&nbsp;</DIV><FONT size=1><P></FONT><FONT color=#030003 size=1>cs</FONT><FONT size=1>.</FONT><FONT color=#030003 size=1>style</FONT><FONT size=1> |= </FONT><FONT color=#030003 size=1>WS_CLIPCHILDREN</FONT><FONT size=1>|</FONT><FONT color=#030003 size=1>WS_CLIPSIBLINGS</FONT><FONT size=1>;</P><DIV></DIV><P>in <FONT color=#030003 size=1>BOOL</FONT><FONT size=1> </FONT><FONT color=#030003 size=1>CChildView</FONT><FONT size=1>::</FONT><FONT color=#030003 size=1>PreCreateWindow</FONT><FONT size=1>(</FONT><FONT color=#030003 size=1>CREATESTRUCT</FONT><FONT size=1>&amp; </FONT><FONT color=#030003 size=1>cs</FONT><FONT size=1>)</P></FONT></FONT>]]>
   </description>
   <pubDate>Fri, 21 Mar 2008 02:51:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9933&amp;PID=32433&amp;title=reportctrl-with-pane-background-oddity#32433</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl with Pane background oddity : I use the Toolkit App Wizard to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9933&amp;PID=32430&amp;title=reportctrl-with-pane-background-oddity#32430</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3842">shares</a><br /><strong>Subject:</strong> 9933<br /><strong>Posted:</strong> 20 March 2008 at 5:49pm<br /><br />I use the Toolkit App Wizard to create and SDI app with docking panes. Great.<br><br>Now, I change the apps CView to a CXTReportView and add some columns and data.<br><br>When the pane slides out, I click on the grid, and the pane gets obliterated before sliding hidden.<br><br>I've uploaded the most bare bones application that demonstrates the problem for anyone kind enough to take a look.<br><br><a href="uploads/20080320_174708_ReportAndPane.zip" target="_blank">uploads/20080320_174708_ReportAndPane.zip</a><br><br>Thanks<br>]]>
   </description>
   <pubDate>Thu, 20 Mar 2008 17:49:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9933&amp;PID=32430&amp;title=reportctrl-with-pane-background-oddity#32430</guid>
  </item> 
 </channel>
</rss>