<?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 : CXTPRibbonControlSystemRecentFileList</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CXTPRibbonControlSystemRecentFileList]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 06:43:16 +0000</pubDate>
  <lastBuildDate>Wed, 12 May 2010 08:46:09 +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=16617</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[CXTPRibbonControlSystemRecentFileList : you should see XTP_ID_FILE_MRU...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58460&amp;title=cxtpribboncontrolsystemrecentfilelist#58460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16617<br /><strong>Posted:</strong> 12 May 2010 at 8:46am<br /><br />you should see XTP_ID_FILE_MRU ID in execute event]]>
   </description>
   <pubDate>Wed, 12 May 2010 08:46:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58460&amp;title=cxtpribboncontrolsystemrecentfilelist#58460</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPRibbonControlSystemRecentFileList :    JantjeKeizer wrote:The recentfilelist...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58437&amp;title=cxtpribboncontrolsystemrecentfilelist#58437</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6039">CapoPezzio</a><br /><strong>Subject:</strong> 16617<br /><strong>Posted:</strong> 11 May 2010 at 3:55pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by JantjeKeizer" alt="Originally posted by JantjeKeizer" style="vertical-align: text-bottom;" /> <strong>JantjeKeizer wrote:</strong><br /><br />The recentfilelist is quite limited in terms of functionality. You have no control over it.<br>For that reason I switched to CXTPRibbonControlSystemPopupBarListCaption<br>Just create a 'CXTPRibbonControlSystemPopupBarListCaption' using the CreateCommandBarControl function and then fill that with <br>'CXTPRibbonControlSystemPopupBarListItem's created with that same function. <br>It allows you to get the exact same looks as the recent file list, except for the pins. <br>Then set its BeginGroup to true, or else it will look ugly.</td></tr></table><br><br>I did this, and it looks really nice, but I get no Execute-event from the CommandBar when I hit one of the CXTPRibbonControlSystemPopupBarListItems in the list i created. Any idea?<br>]]>
   </description>
   <pubDate>Tue, 11 May 2010 15:55:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58437&amp;title=cxtpribboncontrolsystemrecentfilelist#58437</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPRibbonControlSystemRecentFileList : Thanks, but this i already use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58166&amp;title=cxtpribboncontrolsystemrecentfilelist#58166</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 16617<br /><strong>Posted:</strong> 22 April 2010 at 6:00am<br /><br />Thanks, but this i already use with a ListBox.<DIV>I hoped to use the pins-style. I think i must emulate this with a reportcontrol and use pin-icons by myself.</DIV>]]>
   </description>
   <pubDate>Thu, 22 Apr 2010 06:00:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58166&amp;title=cxtpribboncontrolsystemrecentfilelist#58166</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPRibbonControlSystemRecentFileList : The recentfilelist is quite limited...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58165&amp;title=cxtpribboncontrolsystemrecentfilelist#58165</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3745">JantjeKeizer</a><br /><strong>Subject:</strong> 16617<br /><strong>Posted:</strong> 22 April 2010 at 5:26am<br /><br />The recentfilelist is quite limited in terms of functionality. You have no control over it.<br />For that reason I switched to CXTPRibbonControlSystemPopupBarListCaption<br />Just create a 'CXTPRibbonControlSystemPopupBarListCaption' using the CreateCommandBarControl function and then fill that with <br />'CXTPRibbonControlSystemPopupBarListItem's created with that same function. <br />It allows you to get the exact same looks as the recent file list, except for the pins. <br />Then set its BeginGroup to true, or else it will look ugly.]]>
   </description>
   <pubDate>Thu, 22 Apr 2010 05:26:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58165&amp;title=cxtpribboncontrolsystemrecentfilelist#58165</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPRibbonControlSystemRecentFileList : With the new version 13.3.1 i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58156&amp;title=cxtpribboncontrolsystemrecentfilelist#58156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 16617<br /><strong>Posted:</strong> 21 April 2010 at 12:45pm<br /><br />With the new version 13.3.1 i can create a very nice <strong>CXTPRibbonControlSystemRecentFileList</strong> <DIV></DIV>But i can't save/restore the RecentFileList with SaveStateToString/LoadStateFromString. <DIV>&nbsp;</DIV><DIV>In your Documentation you provide the Save/LoadCommandbars, but this access the Registry and i want to store this in a file.</DIV><DIV>&nbsp;</DIV><DIV>Please add the Save/Restore also to th SaveStateToString/LoadStateFromString methods.</DIV><DIV>&nbsp;</DIV><DIV>On the other hand, you can provide a pinned-property for each item in the list, so i can save/restore it by myselve.</DIV>]]>
   </description>
   <pubDate>Wed, 21 Apr 2010 12:45:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16617&amp;PID=58156&amp;title=cxtpribboncontrolsystemrecentfilelist#58156</guid>
  </item> 
 </channel>
</rss>