<?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 : Ribbon system menu button icon size</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon system menu button icon size]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 19:31:44 +0000</pubDate>
  <lastBuildDate>Mon, 16 Mar 2009 10:46:33 +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=11346</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[Ribbon system menu button icon size : Use SetPopupIconSize( 32, 32 )    ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11346&amp;PID=46762&amp;title=ribbon-system-menu-button-icon-size#46762</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3157">ChrisPaulson</a><br /><strong>Subject:</strong> 11346<br /><strong>Posted:</strong> 16 March 2009 at 10:46am<br /><br />Use SetPopupIconSize( 32, 32 )<br /><br /><br /><br />]]>
   </description>
   <pubDate>Mon, 16 Mar 2009 10:46:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11346&amp;PID=46762&amp;title=ribbon-system-menu-button-icon-size#46762</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon system menu button icon size : Thanks, it works ...Andrea  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11346&amp;PID=38058&amp;title=ribbon-system-menu-button-icon-size#38058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4281">apierini</a><br /><strong>Subject:</strong> 11346<br /><strong>Posted:</strong> 09 July 2008 at 11:51am<br /><br />Thanks, it works ...<br><br>Andrea<br>]]>
   </description>
   <pubDate>Wed, 09 Jul 2008 11:51:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11346&amp;PID=38058&amp;title=ribbon-system-menu-button-icon-size#38058</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon system menu button icon size : Hi, Add  m_SystemButton.CommandBar.SetIconSize(32,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11346&amp;PID=37983&amp;title=ribbon-system-menu-button-icon-size#37983</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11346<br /><strong>Posted:</strong> 08 July 2008 at 12:38pm<br /><br /><P>Hi,</P><DIV>Add</DIV><DIV>&nbsp;</DIV><DIV>m_SystemButton.CommandBar.SetIconSize(32, 32);</DIV>]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 12:38:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11346&amp;PID=37983&amp;title=ribbon-system-menu-button-icon-size#37983</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon system menu button icon size : Hi to all,I have CodeJock Suite...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11346&amp;PID=37982&amp;title=ribbon-system-menu-button-icon-size#37982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4281">apierini</a><br /><strong>Subject:</strong> 11346<br /><strong>Posted:</strong> 08 July 2008 at 12:22pm<br /><br />Hi to all,<br><br>I have CodeJock Suite Pro 2008 and a problem with the icon size of the buttons on the system menu: in fact even if the images are 32x32 they are always scaled to 16x16.<br>For example with the following code:<br><br>m_SystemButton = m_RibbonBar.AddSystemButton();<br>CommandBars.Icons.LoadBitmap("C:\\...\\Home 3 32 n p.png", new object&#091;&#093; { 999 }, XtremeCommandBars.XTPImageState.xtpImageNormal);<br>XtremeCommandBars.CommandBarControl control = m_SystemButton.CommandBar.Controls.Add(XtremeCommandBars.XTPControlType.xtpControlButton, 999, "test", false, false);<br>control.DescriptionText = "prova prova";<br>control.Style = XtremeCommandBars.XTPButtonStyle.xtpButtonCaptionAndDescription;<br><br>I get this result:<br><br><img src="uploads/20080708_122032_screen1.jpg" height="146" width="346" border="0"><br><br>If I add the line:<br><br>control.SetIconSize(32, 32);<br><br>I get this result:<br><br><img src="uploads/20080708_122124_screen2.jpg" height="147" width="334" border="0"><br><br>which is wrong because the icon and text overlaps.<br>The image is 32x32, the code works fine if I add the button on a ribbon group ... what am I missing? I would like the same menu with big icons as in Word 2007 ...<br><br>Thanks in advance<br>Andrea Pierini]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 12:22:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11346&amp;PID=37982&amp;title=ribbon-system-menu-button-icon-size#37982</guid>
  </item> 
 </channel>
</rss>