<?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 : Suggesti&#111;n to add to CommandBarsDesigner</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Suggesti&#111;n to add to CommandBarsDesigner]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 12:53:19 +0000</pubDate>
  <lastBuildDate>Tue, 16 Nov 2004 03:32:40 +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=1410</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[Suggesti&#111;n to add to CommandBarsDesigner : 1. Good suggestion. Added.  2....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1410&amp;PID=4010&amp;title=suggestion-to-add-to-commandbarsdesigner#4010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1410<br /><strong>Posted:</strong> 16 November 2004 at 3:32am<br /><br /><P>1. Good suggestion. Added. </P><P>2. We will try to implement it before next release.</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 16 Nov 2004 03:32:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1410&amp;PID=4010&amp;title=suggestion-to-add-to-commandbarsdesigner#4010</guid>
  </item> 
  <item>
   <title><![CDATA[Suggesti&#111;n to add to CommandBarsDesigner :  Another suggestion would be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1410&amp;PID=3995&amp;title=suggestion-to-add-to-commandbarsdesigner#3995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 1410<br /><strong>Posted:</strong> 14 November 2004 at 7:40pm<br /><br /><br>Another suggestion would be to allow editing of the resource IDs sothat you could ensure a group of commands have contiguous IDs so thatyou can use the ranged message map macros instead of a bunch ofindividual message map macros.<br><br>]]>
   </description>
   <pubDate>Sun, 14 Nov 2004 19:40:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1410&amp;PID=3995&amp;title=suggestion-to-add-to-commandbarsdesigner#3995</guid>
  </item> 
  <item>
   <title><![CDATA[Suggesti&#111;n to add to CommandBarsDesigner :  When you get a lot of commands...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1410&amp;PID=3993&amp;title=suggestion-to-add-to-commandbarsdesigner#3993</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 1410<br /><strong>Posted:</strong> 14 November 2004 at 2:58pm<br /><br /><br>When you get a lot of commands and you want to keep the sorted,clicking the move up/down buttons 100 times can get a little annoying,so I added this to CPaneControls::CControlsListBox::WindowProc<br><br>&nbsp;&nbsp;&nbsp; case WM_KEYDOWN:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if( GetKeyState(VK_CONTROL) &amp; 0x8000 ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if( wParam == VK_UP ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GetOwner()-&gt;SendMessage(WM_COMMAND,ID_PANECONTROLS_UP);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } else if( wParam == VK_DOWN ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  GetOwner()-&gt;SendMessage(WM_COMMAND,ID_PANECONTROLS_DOWN );<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br><br>so that I can just hold control and use the up/down arrows to move the items up and down to sort them much quicker.<br>Please add something like this to the official releases, it would help make the tool a lot friendlier.<br><br>]]>
   </description>
   <pubDate>Sun, 14 Nov 2004 14:58:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1410&amp;PID=3993&amp;title=suggestion-to-add-to-commandbarsdesigner#3993</guid>
  </item> 
 </channel>
</rss>