<?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 : Dialog in pane, handling Alt+F, etc.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Dialog in pane, handling Alt+F, etc.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 04:21:21 +0000</pubDate>
  <lastBuildDate>Wed, 17 Feb 2010 13:02:11 +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=16194</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[Dialog in pane, handling Alt+F, etc. : Thank you! This reminded me that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16194&amp;PID=56860&amp;title=dialog-in-pane-handling-alt-f-etc#56860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5902">CyberSky</a><br /><strong>Subject:</strong> 16194<br /><strong>Posted:</strong> 17 February 2010 at 1:02pm<br /><br /><P>Thank you! This reminded me that I could just grab the code from MFC's CControlBar::PreTranslateMessage() and adapt it for use in the classes for my docking panes. Works great now!</P>]]>
   </description>
   <pubDate>Wed, 17 Feb 2010 13:02:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16194&amp;PID=56860&amp;title=dialog-in-pane-handling-alt-f-etc#56860</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog in pane, handling Alt+F, etc. : Hi,  Most easy way is to add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16194&amp;PID=56822&amp;title=dialog-in-pane-handling-alt-f-etc#56822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16194<br /><strong>Posted:</strong> 16 February 2010 at 7:51am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Most easy way is to add such virtual method.</DIV><DIV><BR>BOOL CPaneDialog::PreTranslateMessage(MSG* pMsg)<BR>{<BR>&nbsp;// Don't call CDialog::PreTranslateMessage to prevent eating keys.<BR>&nbsp;return CWnd::PreTranslateMessage(pMsg);<BR>}</DIV>]]>
   </description>
   <pubDate>Tue, 16 Feb 2010 07:51:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16194&amp;PID=56822&amp;title=dialog-in-pane-handling-alt-f-etc#56822</guid>
  </item> 
  <item>
   <title><![CDATA[Dialog in pane, handling Alt+F, etc. : I just started using the Xtreme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16194&amp;PID=56789&amp;title=dialog-in-pane-handling-alt-f-etc#56789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5902">CyberSky</a><br /><strong>Subject:</strong> 16194<br /><strong>Posted:</strong> 15 February 2010 at 5:08am<br /><br />I just started using the Xtreme Toolkit Pro (latest version 13.2.1, using VS2008 on Windows 7 64-bit) a week ago and am having a tough time replacing dialog bars with docking panes containing dialog resources. (Control messages aren't automatically sent to my program's view, etc. There are many differences and more to do than I had imagined.) <DIV>&nbsp;</DIV><DIV>I just discovered that when any of my docking panes have focus, pressing Alt+F doesn't open the File menu, etc.</DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;checked the Active Pane View sample program and found the same thing there. If you click on the Options or Properties pane and they then have focus, you can press Alt+F to open the File menu. But, if you click on the Dialog pane and it has focus, Alt+F doesn't work.</DIV><DIV>&nbsp;</DIV><DIV>Can anybody offer a hint about what I need to do to make things work as they did with dialog bars? I noticed another sample uses a splitter with a form view and am thinking maybe I need to forget about the docking panes and use that approach instead.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 15 Feb 2010 05:08:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16194&amp;PID=56789&amp;title=dialog-in-pane-handling-alt-f-etc#56789</guid>
  </item> 
 </channel>
</rss>