<?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 : Modeless CXTPPropertySheet crash</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Modeless CXTPPropertySheet crash]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 01:36:26 +0000</pubDate>
  <lastBuildDate>Thu, 07 Feb 2008 08:29:30 +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=9515</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[Modeless CXTPPropertySheet crash : You are right. That is obvious....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9515&amp;PID=30922&amp;title=modeless-cxtppropertysheet-crash#30922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 9515<br /><strong>Posted:</strong> 07 February 2008 at 8:29am<br /><br />You are right.&nbsp; That is obvious.&nbsp; Sorry for wasting your time.<DIV>&nbsp;</DIV><DIV>Larry</DIV>]]>
   </description>
   <pubDate>Thu, 07 Feb 2008 08:29:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9515&amp;PID=30922&amp;title=modeless-cxtppropertysheet-crash#30922</guid>
  </item> 
  <item>
   <title><![CDATA[Modeless CXTPPropertySheet crash : Hi,   Obviously problem because...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9515&amp;PID=30902&amp;title=modeless-cxtppropertysheet-crash#30902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9515<br /><strong>Posted:</strong> 07 February 2008 at 12:41am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Obviously problem because <strong>pageLong</strong> is destroed after function exit&nbsp;scope. Create it dynamically or move to member variables of derived <FONT size=2>CXTPPropertySheet </FONT>class.</DIV><DIV>&nbsp;</DIV><DIV>See OnButtonTree method.</DIV>]]>
   </description>
   <pubDate>Thu, 07 Feb 2008 00:41:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9515&amp;PID=30902&amp;title=modeless-cxtppropertysheet-crash#30902</guid>
  </item> 
  <item>
   <title><![CDATA[Modeless CXTPPropertySheet crash : I am using version 11.2.2  If...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9515&amp;PID=30883&amp;title=modeless-cxtppropertysheet-crash#30883</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 9515<br /><strong>Posted:</strong> 06 February 2008 at 1:16pm<br /><br />I am using version 11.2.2<DIV>&nbsp;</DIV><DIV>If I create a <FONT size=2>CXTPPropertySheet with a CXTPPropertyPageListNavigator as a modelss dialog, the page does not show and if I click on it I get a crash.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>I modified the CodeJock PropertySheet sample as follows:</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2><P>void</FONT><FONT size=2> CPropertySheetDlg::OnButtonList2() </FONT><FONT size=2>{</FONT></P><DIV><FONT size=2>&nbsp;&nbsp; CXTPPropertySheet* ps = </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> CXTPPropertySheet(_T(</FONT><FONT color=#a31515 size=2>"CXTPPropertyPageListNavigator Sample"</FONT><FONT size=2>));</DIV></DIV><P></P><P>&nbsp;&nbsp; CXTPPropertyPageListNavigator* pList = </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2>&nbsp;&nbsp; CXTPPropertyPageListNavigator(); </P><P>&nbsp;&nbsp; pList-&gt;SetListStyle(xtListBoxOffice2007);</P><P>&nbsp;&nbsp; ps-&gt;SetNavigator(pList);</P><P>&nbsp;&nbsp; CTabLongPage pageLong;</P><P>&nbsp;&nbsp; ps-&gt;AddPage(&amp;pageLong);</P><P>&nbsp;&nbsp; ps-&gt;SetResizable();</P><P>&nbsp;&nbsp; ps-&gt;SetPageSize(CSize(250, 180)); </FONT><FONT color=#008000 size=2>// in dialog units</P></FONT><FONT size=2><P>&nbsp;&nbsp; ps-&gt;Create( </FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2> );</P><P></FONT><FONT color=#008000 size=2>&nbsp;&nbsp; //ps-&gt;DoModal(); </P><DIV></DIV><DIV>}</DIV><DIV></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 06 Feb 2008 13:16:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9515&amp;PID=30883&amp;title=modeless-cxtppropertysheet-crash#30883</guid>
  </item> 
 </channel>
</rss>