<?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 : A couple Quick Access issues</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : A couple Quick Access issues]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 22:20:21 +0000</pubDate>
  <lastBuildDate>Mon, 04 Apr 2011 07:37:21 +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=18161</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[A couple Quick Access issues : If I select the menu item &amp;#039;Add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18161&amp;PID=63696&amp;title=a-couple-quick-access-issues#63696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2273">Enclaved Shadow</a><br /><strong>Subject:</strong> 18161<br /><strong>Posted:</strong> 04 April 2011 at 7:37am<br /><br />If I select the menu item 'Add to Quick Access Toolbar' from a context menu on a ribbon item that has an icon size of 32x32; Codejock appears to be taking that image size and shrinks it down to 16x16.&nbsp; This causes the icon to not look very nice.&nbsp; Internally I have a way of identifying each menu item and I have several image sizes for each menu item.&nbsp; Is there a way of intercepting a windows message that will allow me to change the image of an item prior to it being added to the Quick Access Toolbar?<br><br>If I add a ribbon group to the Quick Access Toolbar through code the 'Remove from Quick Access Toolbar' item does not appear in the context menu once it has been added.&nbsp; If I add a group via the context menu the 'Remove from Quick Access Toolbar' menu item is present.&nbsp; Is this is a bug or am I adding the group incorrectly?&nbsp; I have provided some code below to illustrate what I'm doing:<br><br><table width="99%"><tr><td><pre class="BBcode">CXTPRibbonGroup* opRibbonGroup = GetRibbonGroup("MyGroup");<br>CXTPControl* opControl = opRibbonGroup-&gt;GetControlGroupPopup();<br>CXTPControl* opNewQuickAccessCtrl = opQuickAccessControls-&gt;AddClone(opControl, i, TRUE);<br>opNewQuickAccessCtrl-&gt;SetStyle(xtpButtonIcon);<br>opNewQuickAccessCtrl-&gt;SetHideFlags(xtpNoHide);<br>opNewQuickAccessCtrl-&gt;GetImageManager()-&gt;SetIcons(myBitmap, &amp;myMenuID, 1, CSize(16, 16), xtpImageNormal);</pre></td></tr></table><br><br><img src="uploads/2273/QuickAccessIssue.png" height="113" width="350" border="0" /><br>]]>
   </description>
   <pubDate>Mon, 04 Apr 2011 07:37:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18161&amp;PID=63696&amp;title=a-couple-quick-access-issues#63696</guid>
  </item> 
 </channel>
</rss>