<?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 : pane focus problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : pane focus problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:54:01 +0000</pubDate>
  <lastBuildDate>Wed, 23 Jun 2004 11:23:31 +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=704</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[pane focus problem : Make sure that every window in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=2311&amp;title=pane-focus-problem#2311</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=15">spike</a><br /><strong>Subject:</strong> 704<br /><strong>Posted:</strong> 23 June 2004 at 11:23am<br /><br /><P>Make sure that every window in the Frame window has those 2 styles. I was having the same problem and called tech support about it, but found that it was my Splitter windows in the frame that didnt have those styles. Once I added them it worked fine.</P><P>&nbsp; </P>]]>
   </description>
   <pubDate>Wed, 23 Jun 2004 11:23:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=2311&amp;title=pane-focus-problem#2311</guid>
  </item> 
  <item>
   <title><![CDATA[pane focus problem : Send your project to support to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1942&amp;title=pane-focus-problem#1942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 704<br /><strong>Posted:</strong> 14 May 2004 at 12:11am<br /><br />Send your project to support to test.]]>
   </description>
   <pubDate>Fri, 14 May 2004 00:11:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1942&amp;title=pane-focus-problem#1942</guid>
  </item> 
  <item>
   <title><![CDATA[pane focus problem : I tried... BOOL CChildFrame::...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1937&amp;title=pane-focus-problem#1937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=522">jscott</a><br /><strong>Subject:</strong> 704<br /><strong>Posted:</strong> 13 May 2004 at 3:38pm<br /><br /><P>I tried...</P><P>BOOL CChildFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;// TODO: Modify the Window class or styles here by modifying<BR>&nbsp;//&nbsp; the CREATESTRUCT cs</P><P>&nbsp;if( !CMDIChildWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;</P><P><strong>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</strong></P><P>&nbsp;return TRUE;<BR>}</P><P>and it still doesn't work.&nbsp; </P><P>I derive from <FONT size=2>the toolkit's child wnd class(CXTMDIChildWnd ) and not MFC's Child Wnd Class (CMDIChildWnd).</P></FONT>]]>
   </description>
   <pubDate>Thu, 13 May 2004 15:38:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1937&amp;title=pane-focus-problem#1937</guid>
  </item> 
  <item>
   <title><![CDATA[pane focus problem : I have... BOOL CDrivedChildFr...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1931&amp;title=pane-focus-problem#1931</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=522">jscott</a><br /><strong>Subject:</strong> 704<br /><strong>Posted:</strong> 13 May 2004 at 1:14pm<br /><br /><P>I have...</P><P>BOOL CDrivedChildFrame::PreCreateWindow(CREATESTRUCT&amp; cs)</P><P>{&nbsp;</P><FONT size=2><P>&nbsp; cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</P><P></FONT><FONT color=#0000ff size=2>&nbsp; return</FONT><FONT size=2> CMDIChildWnd::PreCreateWindow(cs);</P><P>}</P><P>Would It make a difference if I change the style once I call the base classes PreCreateWindow() with the original CREATESTRUCT?</P></FONT>]]>
   </description>
   <pubDate>Thu, 13 May 2004 13:14:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1931&amp;title=pane-focus-problem#1931</guid>
  </item> 
  <item>
   <title><![CDATA[pane focus problem : Do you have BOOL CChildFrame:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1930&amp;title=pane-focus-problem#1930</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 704<br /><strong>Posted:</strong> 13 May 2004 at 12:54pm<br /><br /><P>Do you have</P><P>BOOL CChildFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;// TODO: Modify the Window class or styles here by modifying<BR>&nbsp;//&nbsp; the CREATESTRUCT cs</P><P>&nbsp;if( !CMDIChildWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;</P><P><strong>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</strong></P><P>&nbsp;return TRUE;<BR>}</P><P>?</P>]]>
   </description>
   <pubDate>Thu, 13 May 2004 12:54:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1930&amp;title=pane-focus-problem#1930</guid>
  </item> 
  <item>
   <title><![CDATA[pane focus problem : I am currently havingthe sameproblem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1929&amp;title=pane-focus-problem#1929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=522">jscott</a><br /><strong>Subject:</strong> 704<br /><strong>Posted:</strong> 13 May 2004 at 12:47pm<br /><br /><P>I am currently having&nbsp;the same&nbsp;problem with this in a MDI application where I attach the panes to the CMDIChildWnd.&nbsp; Has anyone sent a sample app to code jock yet?</P>]]>
   </description>
   <pubDate>Thu, 13 May 2004 12:47:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1929&amp;title=pane-focus-problem#1929</guid>
  </item> 
  <item>
   <title><![CDATA[pane focus problem : Send to suport@codejock.com sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1892&amp;title=pane-focus-problem#1892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 704<br /><strong>Posted:</strong> 11 May 2004 at 2:30pm<br /><br />Send to <A href="mailto:suport@codejock.com" target="_blank">suport@codejock.com</A> sample and screenshots.]]>
   </description>
   <pubDate>Tue, 11 May 2004 14:30:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1892&amp;title=pane-focus-problem#1892</guid>
  </item> 
  <item>
   <title><![CDATA[pane focus problem : Hi, I&amp;#039;ve a focus problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1847&amp;title=pane-focus-problem#1847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=443">ipaqlinux48</a><br /><strong>Subject:</strong> 704<br /><strong>Posted:</strong> 08 May 2004 at 3:53am<br /><br /><P>Hi,</P><P>I've a focus problem with autohiding panes. I've an SDI application which has several views. One view (the project view) is attached to a pane. The master view occupies the complete mainframe window.</P><P><IMG src="http://users.pandora.be/mario.robben/picture1.jpg" border="0"></P><P>When I double click on the untitled treenode, a tab control appears in the main view.</P><P><IMG src="http://users.pandora.be/mario.robben/picture2.jpg" border="0"></P><P>When you look very good, you can see that the pane is still active. When I click on the main view, the pane becomes visible and dissapears after a second.</P><P><IMG src="http://users.pandora.be/mario.robben/picture3.jpg" border="0"></P><P>Can someone help me with this problem?</P><P>My CMainFrame::PreCreateWindow looks like this:</P><FONT size=2><P>BOOL CMainFrame::PreCreateWindow(CREATESTRUCT&amp; cs)</P><P>{</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2>( !CXTPFrameWnd::PreCreateWindow(cs) )</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> FALSE;</P><P></FONT><FONT color=#008000 size=2>// TODO: Modify the Window class or styles here by modifying</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>// the CREATESTRUCT cs</P></FONT><FONT size=2><P>cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> TRUE;</P><P>}</P></FONT><P>Thanks in advance!</P>]]>
   </description>
   <pubDate>Sat, 08 May 2004 03:53:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=704&amp;PID=1847&amp;title=pane-focus-problem#1847</guid>
  </item> 
 </channel>
</rss>