<?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 : Single inactive button</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Single inactive button]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 09:26:14 +0000</pubDate>
  <lastBuildDate>Sat, 29 May 2010 05:30:15 +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=16766</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[Single inactive button : 1) Look for duplicate IDs. 2)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16766&amp;PID=58734&amp;title=single-inactive-button#58734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 16766<br /><strong>Posted:</strong> 29 May 2010 at 5:30am<br /><br />1) Look for duplicate IDs.<DIV>2) Look for ON_UPDATE_COMMAND_UI_RANGE where ID_FILE_JURISDICTIONS is caught.</DIV><DIV>3) Look for ON_UPDATE_COMMAND_UI_RANGE where ID_FILE_JURISDICTIONS may be caught.</DIV><DIV>4) Put a breakpoint inside OnCmdMsg() and wait for ID_FILE_JURISDICTIONS and see what happens with it.</DIV>]]>
   </description>
   <pubDate>Sat, 29 May 2010 05:30:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16766&amp;PID=58734&amp;title=single-inactive-button#58734</guid>
  </item> 
  <item>
   <title><![CDATA[Single inactive button : Hi,  So in Mainfrm.cpp of my code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16766&amp;PID=58723&amp;title=single-inactive-button#58723</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6137">Somnambulist</a><br /><strong>Subject:</strong> 16766<br /><strong>Posted:</strong> 28 May 2010 at 12:59pm<br /><br />Hi,<br /><br />So in Mainfrm.cpp of my code I have a little snippet that looks like this:<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CXTPRibbonTab* pTabTables = pRibbonBar-&gt;AddTab(ID_TAB_TABLES);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CXTPRibbonGroup* pGroupTables = pTabTables-&gt;AddGroup(ID_GROUP_TABLES);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pGroupTables-&gt;Add(xtpControlButton, ID_FILE_DIRECTIONS)-&gt;SetWidth(90);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pGroupTables-&gt;Add(xtpControlButton, ID_FILE_ROUTES)-&gt;SetWidth(90);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pGroupTables-&gt;Add(xtpControlButton, ID_FILE_SERVICES)-&gt;SetWidth(90);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pGroupTables-&gt;Add(xtpControlButton, ID_FILE_JURISDICTIONS)-&gt;SetWidth(90);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pGroupTables-&gt;Add(xtpControlButton, ID_FILE_DIVISIONS)-&gt;SetWidth(90);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pGroupTables-&gt;Add(xtpControlButton, ID_FILE_NODESANDSTOPS)-&gt;SetWidth(90);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pGroupTables-&gt;Add(xtpControlButton, ID_FILE_SIGNCODES)-&gt;SetWidth(90);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pGroupTables-&gt;Add(xtpControlButton, ID_FILE_COMMENTS)-&gt;SetWidth(90);<br /><br />However, when the project is run, all the buttons are available to be pushed except for ID_FILE_JURISDICTIONS because it is greyed out.<br /><br />They all have the relevant ON_COMMAND notifications and defines, but I'm unsure as to why that is the only greyed out button. Any suggestions?]]>
   </description>
   <pubDate>Fri, 28 May 2010 12:59:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16766&amp;PID=58723&amp;title=single-inactive-button#58723</guid>
  </item> 
 </channel>
</rss>