<?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 : Creating a Ribbon in Delphi</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Creating a Ribbon in Delphi]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 19:34:22 +0000</pubDate>
  <lastBuildDate>Mon, 02 Jul 2007 10:37:06 +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=7453</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[Creating a Ribbon in Delphi : Do You really need Frame object...the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7453&amp;PID=24123&amp;title=creating-a-ribbon-in-delphi#24123</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2766">Dev69</a><br /><strong>Subject:</strong> 7453<br /><strong>Posted:</strong> 02 July 2007 at 10:37am<br /><br />Do You really need Frame object...<br><br>the following code works perfectly<br><br>&nbsp; FCommandBars := TCommandBars.CreateParented(FFormOwner.Handle);<br>&nbsp; FRibbon := FCommandBars.AddRibbonBar(FFormOwner.Name)<br><br>regards<br>]]>
   </description>
   <pubDate>Mon, 02 Jul 2007 10:37:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7453&amp;PID=24123&amp;title=creating-a-ribbon-in-delphi#24123</guid>
  </item> 
  <item>
   <title><![CDATA[Creating a Ribbon in Delphi : Hi,  try to move CommadnBarsFrame...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7453&amp;PID=23959&amp;title=creating-a-ribbon-in-delphi#23959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7453<br /><strong>Posted:</strong> 26 June 2007 at 3:36pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>try to move CommadnBarsFrame to form - do not create dynamically.</DIV>]]>
   </description>
   <pubDate>Tue, 26 Jun 2007 15:36:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7453&amp;PID=23959&amp;title=creating-a-ribbon-in-delphi#23959</guid>
  </item> 
  <item>
   <title><![CDATA[Creating a Ribbon in Delphi : How do you create a Ribbon in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7453&amp;PID=23948&amp;title=creating-a-ribbon-in-delphi#23948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3103">ggibaut</a><br /><strong>Subject:</strong> 7453<br /><strong>Posted:</strong> 26 June 2007 at 12:06pm<br /><br />How do you create a Ribbon in Delphi 7? <br><br>I imported the ActiveX using Delphi Wizard.<br>A sample sketch of my code is the following:<br><br>procedure TForm1.FormCreate(Sender: TObject);<br>var<br>&nbsp; CommandBarsFrame: TCommandBarsFrame;<br>&nbsp; Ribbon: IRibbonBar;<br>begin<br>&nbsp; CommandBarsFrame :=&nbsp;&nbsp; TCommandBarsFrame.CreateParented(Self.Handle);<br>&nbsp; CommandBarsFrame.EnableOffice2007Frame(True);<br>&nbsp; CommandBarsFrame.VisualTheme := xtpThemeRibbon;<br>&nbsp; Ribbon := CommandBarsFrame.AddRibbonBar(Widestring('Sample'));<br>&nbsp; Assert(Ribbon &lt;&gt; nil); //the Ribbon is always nil<br>end;<br><br>What i´m missing?<br><br>Thanks in advance <br><br><br>]]>
   </description>
   <pubDate>Tue, 26 Jun 2007 12:06:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7453&amp;PID=23948&amp;title=creating-a-ribbon-in-delphi#23948</guid>
  </item> 
 </channel>
</rss>