<?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 : Popup Frame Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Popup Frame Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 09 Jun 2026 16:11:57 +0000</pubDate>
  <lastBuildDate>Tue, 16 Aug 2005 12:11:55 +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=2724</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[Popup Frame Problem : Oleg Never mind. I found the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2724&amp;PID=8165&amp;title=popup-frame-problem#8165</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 2724<br /><strong>Posted:</strong> 16 August 2005 at 12:11pm<br /><br /><P>Oleg</P><P>Never mind.&nbsp; I found the problem.&nbsp; The sample was creating a default view in the OnCreate section.&nbsp; I removed that and now the splitters work correctly.</P><P>Ken</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 16 Aug 2005 12:11:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2724&amp;PID=8165&amp;title=popup-frame-problem#8165</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Frame Problem : How you create toolbar? Usng CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2724&amp;PID=8150&amp;title=popup-frame-problem#8150</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2724<br /><strong>Posted:</strong> 16 August 2005 at 2:48am<br /><br />How you create toolbar? Usng CommandBars or LoadToolBar.]]>
   </description>
   <pubDate>Tue, 16 Aug 2005 02:48:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2724&amp;PID=8150&amp;title=popup-frame-problem#8150</guid>
  </item> 
  <item>
   <title><![CDATA[Popup Frame Problem : If you try to add a splitter window...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2724&amp;PID=8136&amp;title=popup-frame-problem#8136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 2724<br /><strong>Posted:</strong> 15 August 2005 at 1:22pm<br /><br /><P>If you try to add a splitter window to a popout frame, the splitter window and contents will overlay the menu and toolbar of the popout frame.&nbsp;&nbsp; As an example, in the toolkit Advanced sample, I removed the logic to add the pane, and instead added a normal tree/list view as follows:</P><P>BOOL CPopoutFrame::OnCreateClient(LPCREATESTRUCT /*lpcs*/,CCreateContext* pContext)<BR>&nbsp;{<BR>&nbsp;// create splitter window<BR>&nbsp;if(!m_wndSplitter.CreateStatic(this,1,2))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return(FALSE);<BR>&nbsp;if(!m_wndSplitter.CreateView(0,0,RUNTIME_CLASS(CGUI_Ex plorerTree),CSize(300,100),pContext)) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_wndSplitter.DestroyWindow();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return(FALSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;if(!m_wndSplitter.CreateView(0,1,RUNTIME_CLASS(CGUI_Ex plorerView),CSize(100,100),pContext)) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_wndSplitter.DestroyWindow();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return(FALSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;m_wndSplitter.ShowTopBorder(false,3);<BR>&nbsp;m_wndSplitter.SetSplitterStyle(XT_SPLIT_DOTTRACKER);</P><P>&nbsp;m_pTreeView&nbsp;&nbsp; = (CGUI_ExplorerTree*)m_wndSplitter.GetPane(0,0);<BR>&nbsp;m_pFolderView = (CGUI_ExplorerView*)m_wndSplitter.GetPane(0,1);<BR>&nbsp;m_pTreeCtrl&nbsp;&nbsp; = &amp;m_pTreeView-&gt;GetTreeCtrl();<BR>&nbsp;m_pListCtrl&nbsp;&nbsp; = &amp;m_pFolderView-&gt;GetListCtrl();<BR>&nbsp;m_pListCtrl-&gt;AssociateTree(m_pTreeCtrl);<BR>&nbsp;m_pTreeCtrl-&gt;AssociateList(m_pListCtrl);<BR>&nbsp;return(TRUE);<BR>&nbsp;}<BR></P><P>The explorer tree and list view displays correctly, however the menu and toolbar cannot be seen.&nbsp; What am I doing wrong, or is this a bug in the LoadFrame logic?</P><P>Ken</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by Kenneth</span>]]>
   </description>
   <pubDate>Mon, 15 Aug 2005 13:22:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2724&amp;PID=8136&amp;title=popup-frame-problem#8136</guid>
  </item> 
 </channel>
</rss>