<?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 : Assertion occurred CXTPRecentFileListBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Assertion occurred CXTPRecentFileListBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 18:15:04 +0000</pubDate>
  <lastBuildDate>Tue, 29 Nov 2016 07:46:23 +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=21786</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[Assertion occurred CXTPRecentFileListBox : Hello,Can you confirm this with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21786&amp;PID=75382&amp;title=assertion-occurred-cxtprecentfilelistbox#75382</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 21786<br /><strong>Posted:</strong> 29 November 2016 at 7:46am<br /><br />Hello,<br><br>Can you confirm this with last version (17.3) of ToolkitPro ?<br><br><span style="line-height: 16.8px;">CXTPRecentFileList is inherited from MFC&nbsp;</span>CRecentFileList. So I can suppose&nbsp;CRecentFileList can change&nbsp;<span style="line-height: 16.8px; : rgb248, 248, 252;">m_strOriginal on some conditions. I need more information to reproduce. Our RibbonSample doesn't arise such assert. It will help us in debuging if you reproduce issue with&nbsp;</span><span style="line-height: 16.8px; : rgb248, 248, 252;">RibbonSample.</span><br><br>Regards,<br>&nbsp;Oleksandr Lebed<br>]]>
   </description>
   <pubDate>Tue, 29 Nov 2016 07:46:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21786&amp;PID=75382&amp;title=assertion-occurred-cxtprecentfilelistbox#75382</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion occurred CXTPRecentFileListBox : Did you manage to solve this issue?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21786&amp;PID=74053&amp;title=assertion-occurred-cxtprecentfilelistbox#74053</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8921">jis</a><br /><strong>Subject:</strong> 21786<br /><strong>Posted:</strong> 21 October 2015 at 8:58am<br /><br />Did you manage to solve this issue? I am having the same problem.]]>
   </description>
   <pubDate>Wed, 21 Oct 2015 08:58:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21786&amp;PID=74053&amp;title=assertion-occurred-cxtprecentfilelistbox#74053</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion occurred CXTPRecentFileListBox : I am talking about Office 2013...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21786&amp;PID=71359&amp;title=assertion-occurred-cxtprecentfilelistbox#71359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8143">hiro-ta</a><br /><strong>Subject:</strong> 21786<br /><strong>Posted:</strong> 12 July 2013 at 12:44am<br /><br /><span style=": rgb248, 248, 252;">I am talking about Office 2013 style backstage view.</span><div><span style=": rgb248, 248, 252;"><br></span></div><div><span style=": rgb248, 248, 252;">Assertion occurred in "</span>CXTPRecentFileListBox::BuildItems()" when&nbsp;<span style=": rgb248, 248, 252; line-height: 1.4;">"Recent"　menu item was selected.</span></div><div><span style=": rgb248, 248, 252; line-height: 1.4;"><br></span></div><div><span style=": rgb248, 248, 252; line-height: 1.4;">-----------------------------------------------------------------------------</span></div><div><span style=": rgb248, 248, 252;"><div>void CXTPRecentFileListBox::BuildItems()</div><div>{</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>CXTPRecentFileList* pRecentFileList = (CXTPRecentFileList*)GetRecentFileList();</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>ASSERT (pRecentFileList &amp;&amp; pRecentFileList-&gt;m_strOriginal == _T("PinableRecentFileList"));</div><div><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :</span></div><div><span style="line-height: 1.4;">-----------------------------------------------------------------------------</span></div><div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">"pRecentFileList-&gt;m_strOriginal" is set to "", not&nbsp;</span><span style="line-height: 1.4;">"PinableRecentFileList".</span></div><div><span style="line-height: 1.4;">My source is following...</span></div><div><div><span style="line-height: 1.4;">-----------------------------------------------------------------------------</span></div><div><span style="line-height: 1.4;"><div>void CMainFrame::CreateBackstage()</div><div>{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :</div></span></div><div><div><div style="line-height: 1.4;"><span ="Apple-tab-span" style="white-space:pre">	</span>m_pageRecent.Create(CXTPRibbonBackstagePageRecent::IDD, this);</div><div style="line-height: 1.4;"><div><span ="Apple-tab-span" style="white-space:pre">	</span>CXTPRibbonBackstageTab* pTabRecent = pView-&gt;AddTab(&amp;m_pageRecent, ID_BACKSTAGE_RECENT);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pTabRecent-&gt;SetFlags(xtpFlagManualUpdate); // No Need update with Update handler</div></div><div style="line-height: 1.4;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:</div><div style="line-height: 1.4;"><span style="line-height: 1.4;">-----------------------------------------------------------------------------</span></div><div style="line-height: 1.4;"><span style="line-height: 1.4;"><br></span></div><div>What should I do now?</div></div><div><br></div><div><span style="line-height: 1.4;"><br></span></div><div></div></div><div></div></div><div></div></div></span></div>]]>
   </description>
   <pubDate>Fri, 12 Jul 2013 00:44:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21786&amp;PID=71359&amp;title=assertion-occurred-cxtprecentfilelistbox#71359</guid>
  </item> 
 </channel>
</rss>