<?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 : CXTPRibbonGroup problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : CXTPRibbonGroup problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 03:11:39 +0000</pubDate>
  <lastBuildDate>Wed, 25 Apr 2007 11:52:19 +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=6976</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[CXTPRibbonGroup problem : Hi,  I am trying to add CXTPRibbon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6976&amp;PID=22310&amp;title=cxtpribbongroup-problem#22310</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1940">BastianPL</a><br /><strong>Subject:</strong> 6976<br /><strong>Posted:</strong> 25 April 2007 at 11:52am<br /><br /><P>Hi, </P><DIV></DIV>I am trying to add CXTPRibbon Group functionality to my application. I want to drop down popup gallery if user clicks on group button. My code does not working. Do You have any solutions ???<DIV>&nbsp;</DIV><FONT color=#008000 size=1><P>// add formats group</P></FONT><P><FONT size=1><FONT color=#010001>CXTPRibbonGroup</FONT> *<FONT color=#010001>pRibbonGroup</FONT> = <FONT color=#010001>pRibbonTab</FONT>-&gt;<FONT color=#010001>AddGroup</FONT>( <FONT color=#ff0000>"Formats"</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>pRibbonGroup</FONT>-&gt;<FONT color=#010001>ShowOptionButton</FONT>();</FONT></P><P><FONT size=1><FONT color=#010001>pRibbonGroup</FONT>-&gt;<FONT color=#010001>GetControlGroupOption</FONT>()-&gt;<FONT color=#010001>SetID</FONT>( <FONT color=#010001>ID_GALLERY_FORMAT</FONT>);</FONT></P><P><FONT size=1><FONT color=#010001>m_pFormatsGallery</FONT> = (<FONT color=#010001>CXTPControlGallery</FONT> *)<FONT color=#010001>pRibbonGroup</FONT>-&gt;<FONT color=#010001>Add</FONT>( <FONT color=#0000ff>new</FONT> <FONT color=#010001>CXTPControlGallery</FONT>(), <FONT color=#010001>ID_GALLERY_FORMAT</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>m_pFormatsGallery</FONT>-&gt;<FONT color=#010001>ShowBorders</FONT>( <FONT color=#010001>TRUE</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>m_pFormatsGallery</FONT>-&gt;<FONT color=#010001>ShowLabels</FONT>( <FONT color=#010001>FALSE</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>m_pFormatsGallery</FONT>-&gt;<FONT color=#010001>ShowScrollBar</FONT>( <FONT color=#010001>TRUE</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>InitialiseFormatGroup</FONT>( <FONT color=#010001>pCommandBars</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>m_pFormatsGallery</FONT>-&gt;<FONT color=#010001>SetControlSize</FONT>( <FONT color=#010001>m_FormatGalleryControl</FONT>.<FONT color=#010001>GetControlSize</FONT>() );</FONT></P><P><FONT size=1><FONT color=#010001>m_pFormatsGallery</FONT>-&gt;<FONT color=#010001>SetItems</FONT>( <FONT color=#010001>m_pFormats</FONT> );</FONT></P><P><FONT color=#008000><FONT size=1>// add formats popup control</FONT></P></FONT><P><FONT size=1><FONT color=#010001>CMenu</FONT> <FONT color=#010001>formatMenu</FONT>;</FONT></P><P><FONT size=1><FONT color=#010001>formatMenu</FONT>.<FONT color=#010001>LoadMenu</FONT>( <FONT color=#010001>IDR_MENU_FORMAT</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>CXTPPopupBar</FONT> *<FONT color=#010001>pPopupBar</FONT> = <FONT color=#010001>CXTPPopupBar</FONT>::<FONT color=#010001>CreatePopupBar</FONT>( <FONT color=#010001>pCommandBars</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>pPopupBar</FONT>-&gt;<FONT color=#010001>LoadMenu</FONT>( <FONT color=#010001>formatMenu</FONT>.<FONT color=#010001>GetSubMenu</FONT>( <FONT color=#800000>0</FONT> ) );</FONT></P><P><FONT size=1><FONT color=#010001>m_pFormatsGallery</FONT>-&gt;<FONT color=#010001>SetCommandBar</FONT>( <FONT color=#010001>pPopupBar</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>pPopupBar</FONT>-&gt;<FONT color=#010001>EnableAnimation</FONT>();</FONT></P><P><FONT size=1><FONT color=#010001>pPopupBar</FONT>-&gt;<FONT color=#010001>InternalRelease</FONT>();</FONT></P><FONT size=2><DIV></DIV><P>&nbsp;</P><P>Thanks for help</FONT></P>]]>
   </description>
   <pubDate>Wed, 25 Apr 2007 11:52:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6976&amp;PID=22310&amp;title=cxtpribbongroup-problem#22310</guid>
  </item> 
 </channel>
</rss>