<?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 : XTPDockingPaneKeyboardNavigate and localization</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : XTPDockingPaneKeyboardNavigate and localization]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 27 Apr 2026 20:32:59 +0000</pubDate>
  <lastBuildDate>Thu, 28 Dec 2006 15:08:39 +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=5930</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[XTPDockingPaneKeyboardNavigate and localization : Hello, I afraid not. We will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5930&amp;PID=18679&amp;title=xtpdockingpanekeyboardnavigate-and-localization#18679</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5930<br /><strong>Posted:</strong> 28 December 2006 at 3:08pm<br /><br />Hello,<DIV>I afraid not. We will move this strings to resources for next update release. Thank you</DIV>]]>
   </description>
   <pubDate>Thu, 28 Dec 2006 15:08:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5930&amp;PID=18679&amp;title=xtpdockingpanekeyboardnavigate-and-localization#18679</guid>
  </item> 
  <item>
   <title><![CDATA[XTPDockingPaneKeyboardNavigate and localization : Is there any way to translate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5930&amp;PID=18677&amp;title=xtpdockingpanekeyboardnavigate-and-localization#18677</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2036">Kukis</a><br /><strong>Subject:</strong> 5930<br /><strong>Posted:</strong> 28 December 2006 at 1:07pm<br /><br />Is there any way to translate Docking Pane Keyboard Navigation window without library changes ?<DIV>I've investigated code and cant find any place to intercept internal string members and substitute with my own.</DIV><DIV>&nbsp;</DIV><DIV>Initial values are assigned in the ctor:</DIV><DIV>&nbsp;</DIV><DIV>CXTPDockingPaneWindowSelect::CXTPDockingPaneWindowSelect(CXTPDockingPaneManager* pManager, BOOL bActivatePanes)<BR>&nbsp;&nbsp;&nbsp; : m_pManager(pManager), m_bActivatePanes(bActivatePanes)<BR>{<BR>&nbsp;&nbsp;&nbsp; ..............<BR>&nbsp;&nbsp;&nbsp; m_strActiveTools = _T("Active Tool Windows");<BR>&nbsp;&nbsp;&nbsp; m_strActiveFiles = _T("Active Files");<BR>&nbsp;&nbsp;&nbsp; ..............<BR>}<BR></DIV><DIV>and window itself is created and shown without any additional notifications:</DIV><DIV>&nbsp;</DIV><DIV>LRESULT CALLBACK CXTPDockingPaneKeyboardHook::KeyboardProc(int code, WPARAM wParam, LPARAM lParam)<BR>{<BR>&nbsp;&nbsp;&nbsp; ...................<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPDockingPaneManager* pManager = pKeyboardManager-&gt;FindFocusedManager();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (pManager &amp;&amp; (pManager-&gt;IsKeyboardNavigateEnabled() &amp; xtpPaneKeyboardUseCtrlTab))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pWindowSelect = new CXTPDockingPaneWindowSelect(pManager, FALSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BOOL bResult = pWindowSelect-&gt;DoModal();</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delete pWindowSelect;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pWindowSelect = 0;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (bResult)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return TRUE;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; ....................<BR>}</DIV>]]>
   </description>
   <pubDate>Thu, 28 Dec 2006 13:07:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5930&amp;PID=18677&amp;title=xtpdockingpanekeyboardnavigate-and-localization#18677</guid>
  </item> 
 </channel>
</rss>