<?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 : SetTilte Error after calling SetLayout</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : SetTilte Error after calling SetLayout]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:36:06 +0000</pubDate>
  <lastBuildDate>Mon, 08 Aug 2005 04:07:45 +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=2695</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[SetTilte Error after calling SetLayout : Don&amp;#039;t use global pointers....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2695&amp;PID=8042&amp;title=settilte-error-after-calling-setlayout#8042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2695<br /><strong>Posted:</strong> 08 August 2005 at 4:07am<br /><br /><P>Don't use global pointers. </P><P>After SetLayout m_pPaneChat already invalid pointer.</P><P>call FindPane to find it.</P>]]>
   </description>
   <pubDate>Mon, 08 Aug 2005 04:07:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2695&amp;PID=8042&amp;title=settilte-error-after-calling-setlayout#8042</guid>
  </item> 
  <item>
   <title><![CDATA[SetTilte Error after calling SetLayout : I found CXTPDockingPane&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2695&amp;PID=8032&amp;title=settilte-error-after-calling-setlayout#8032</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1029">9rap</a><br /><strong>Subject:</strong> 2695<br /><strong>Posted:</strong> 07 August 2005 at 4:48am<br /><br /><P>I found CXTPDockingPane's SetTitle error after calling paneManager SetLayout.The Error is in CString's GetData().</P><P>ASSERT(m_pchData != NULL);</P><P>the pchData ==NULL.</P><P>How can I do?</P><P>My code like the following:</P><P>int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)<BR>{</P><P>...</P><P>&nbsp;m_pPaneChat = m_paneManager.CreatePane(IDR_PANE_CHAT, CRect(0, 0,150, 120), xtpPaneDockBottom);<BR>&nbsp;m_pPaneChat-&gt;SetTitle(_T("Title1"));<BR>&nbsp;m_pPaneChat-&gt;SetOptions(xtpPaneNoCloseable);&nbsp;<BR></P><P>&nbsp;CXTPDockingPaneLayout layoutNormal(&amp;m_paneManager);<BR>&nbsp;if (layoutNormal.Load(_T("NormalLayout"))) <BR>&nbsp;&nbsp;&nbsp; {<BR> &nbsp;&nbsp;m_paneManager.SetLayout(&amp;layoutNormal);&nbsp ; ;<BR>&nbsp;}<BR></P><P>&nbsp;m_pPaneChat-&gt;SetTitle(_T("Title2"));<BR></P><P>...</P><P>}</P><span style="font-size:10px"><br /><br />Edited by 9rap</span>]]>
   </description>
   <pubDate>Sun, 07 Aug 2005 04:48:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2695&amp;PID=8032&amp;title=settilte-error-after-calling-setlayout#8032</guid>
  </item> 
 </channel>
</rss>