<?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 : Accelerators...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Accelerators...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 06:05:54 +0000</pubDate>
  <lastBuildDate>Wed, 02 Dec 2009 04:50:04 +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=15752</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[Accelerators... : Hi,  Yes, if you don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15752&amp;PID=55331&amp;title=accelerators#55331</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15752<br /><strong>Posted:</strong> 02 December 2009 at 4:50am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes, if you don't need option for users to customize accelerators you can remove this line.</DIV>]]>
   </description>
   <pubDate>Wed, 02 Dec 2009 04:50:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15752&amp;PID=55331&amp;title=accelerators#55331</guid>
  </item> 
  <item>
   <title><![CDATA[Accelerators... : Hi,  thanks for your reply.  TranslateAccelerators...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15752&amp;PID=55305&amp;title=accelerators#55305</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5514">feffe</a><br /><strong>Subject:</strong> 15752<br /><strong>Posted:</strong> 01 December 2009 at 5:37am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>thanks for your reply.</DIV><DIV>&nbsp;</DIV><DIV>TranslateAccelerators is not virtual.</DIV><DIV>&nbsp;</DIV><DIV>Can I have Accelerators without CXTPShortcutManager or obtain this flag?</DIV><DIV>&nbsp;</DIV><DIV>I need to route these commands from my mainframe to a tree shown in a dialog bar... and the dialog bar does not seem</DIV><DIV>to catch shortcuts </DIV><DIV>&nbsp;</DIV><DIV>:(</DIV>]]>
   </description>
   <pubDate>Tue, 01 Dec 2009 05:37:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15752&amp;PID=55305&amp;title=accelerators#55305</guid>
  </item> 
  <item>
   <title><![CDATA[Accelerators... : Hello,  Yes, you are right -...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15752&amp;PID=55302&amp;title=accelerators#55302</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15752<br /><strong>Posted:</strong> 01 December 2009 at 4:57am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Yes, you are right - CXTPShortcutManager::TranslateAccelerator doesn't set accelerator flag.</DIV>]]>
   </description>
   <pubDate>Tue, 01 Dec 2009 04:57:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15752&amp;PID=55302&amp;title=accelerators#55302</guid>
  </item> 
  <item>
   <title><![CDATA[Accelerators... : Hi, I&amp;#039;ve enabled accelerators...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15752&amp;PID=55298&amp;title=accelerators#55298</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5514">feffe</a><br /><strong>Subject:</strong> 15752<br /><strong>Posted:</strong> 01 December 2009 at 4:27am<br /><br />Hi,<DIV>I've enabled accelerators in my MDI application calling</DIV><DIV>&nbsp;</DIV><DIV><P>pCommandBars-&gt;GetShortcutManager()-&gt;SetAccelerators(IDR_MAINFRAME);</P></DIV><DIV>&nbsp;</DIV><DIV>in CMainFrame, I have this code:</DIV><DIV><P>BOOL CMainFrame::OnCommand(WPARAM wParam, LPARAM lParam)</P><P>{ <FONT color=#0000ff>int</FONT> nID = (<FONT color=#0000ff>int</FONT>)LOWORD(wParam);</P><DIV><FONT color=#0000ff>&nbsp; int</FONT> nAcc = (<FONT color=#0000ff>int</FONT>)HIWORD(wParam);</DIV><DIV>...</DIV><DIV>}</DIV><DIV>&nbsp;</DIV><DIV>Well, in my application without Codejock, when for example I press "Canc", OnCommand is called and</DIV><DIV>nAcc value is 1 (TRUE).</DIV><DIV>Now I've modified my code with Codejock and OnCommand is still called, but now nAcc value is 0 (FALSE!).</DIV><DIV>&nbsp;</DIV><DIV>Why this behavior?</DIV></DIV>]]>
   </description>
   <pubDate>Tue, 01 Dec 2009 04:27:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15752&amp;PID=55298&amp;title=accelerators#55298</guid>
  </item> 
 </channel>
</rss>