<?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 : need help for multi language support.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : need help for multi language support.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 03:46:51 +0000</pubDate>
  <lastBuildDate>Mon, 26 May 2008 10:16:35 +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=10775</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[need help for multi language support. : ShowWindow(SW_HIDE); ... //...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35802&amp;title=need-help-for-multi-language-support#35802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3565">jshan</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 10:16am<br /><br /><P>ShowWindow(SW_HIDE);</P><DIV>...</DIV><DIV>// Recreating Dlgs</DIV><DIV>...</DIV><DIV>&nbsp;</DIV><DIV>ShowWindow(SW_SHOWNORMAL);</DIV><DIV>&nbsp;</DIV><DIV>===========</DIV><DIV>&nbsp;</DIV><DIV>with this code,&nbsp;flickering is almost gone.</DIV><DIV>&nbsp;</DIV><DIV>Any improvements will be welcomed.</DIV><DIV>&nbsp;</DIV><DIV>very Thanks Oleg and <a href="http://forum.codejock.com/member_profile.asp?PF=109&amp;FID=117" target="_blank"><FONT color=#810081>mgampi</FONT></A> for helps.</DIV><DIV>&nbsp;</DIV><DIV>jshan.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 10:16:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35802&amp;title=need-help-for-multi-language-support#35802</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. :  Hi.  I Added    BOOL CxxDlg:CreateDlg(CWnd*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35797&amp;title=need-help-for-multi-language-support#35797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3565">jshan</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 9:59am<br /><br /><DIV></DIV><DIV>Hi.</DIV><DIV>&nbsp;</DIV><DIV>I &nbsp;Added</DIV><DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV>BOOL CxxDlg:CreateDlg(CWnd* pParentWnd)<BR>{<BR>&nbsp;&nbsp;&nbsp;&nbsp; LPCDLGTEMPLATE lpDialogTemplate = XTPResourceManager()-&gt;LoadDialogTemplate(IDD);<BR>&nbsp;&nbsp;&nbsp;&nbsp; // create a modeless dialog<BR>&nbsp;&nbsp;&nbsp;&nbsp; BOOL bSuccess = CreateDlgIndirect(lpDialogTemplate, pParentWnd, AfxGetInstanceHandle());<BR>&nbsp;&nbsp;&nbsp;&nbsp; return bSuccess;<BR>}</DIV><DIV>&nbsp;</DIV><DIV>for&nbsp;modaless Dlg.</DIV><DIV>&nbsp;</DIV><DIV>And made simple macro to get&nbsp;multi-language strings.</DIV><DIV>much better now.</DIV><DIV>&nbsp;</DIV><DIV>But there is a flickering while recreating Dlgs.</DIV><DIV>any tips to&nbsp;eliminate the flickerring ? or any other chance to not recreate dlgs ?</DIV><DIV>&nbsp;</DIV><DIV>thanks.</DIV><DIV>&nbsp;</DIV><DIV>jshan.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 09:59:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35797&amp;title=need-help-for-multi-language-support#35797</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. : Hi,  See code of CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35792&amp;title=need-help-for-multi-language-support#35792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 9:51am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>See code of CommandBars\ScribbleMultiLang\PenDlg.cpp </DIV><DIV>&nbsp;</DIV><DIV>you need </DIV><DIV>InitModalIndirect(XTPResourceManager()-&gt;LoadDialogTemplate(IDD), pParent);</DIV><DIV>line.</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 09:51:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35792&amp;title=need-help-for-multi-language-support#35792</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. : Hi; I didn&amp;#039;t find an easier...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35788&amp;title=need-help-for-multi-language-support#35788</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 4:36am<br /><br />Hi;<DIV></DIV>I didn't find an easier way, but no one is free of errors...<DIV>To rebuild dialogs, you have to destroy and recreate them.</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 04:36:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35788&amp;title=need-help-for-multi-language-support#35788</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. :   mgampi wrote:Hi;  In our app...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35787&amp;title=need-help-for-multi-language-support#35787</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3565">jshan</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 4:27am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mgampi" alt="Originally posted by mgampi" style="vertical-align: text-bottom;" /> <strong>mgampi wrote:</strong><br /><br />Hi; <DIV>In our app I send a user defined message to all descendant windows of the main frame to enable reload of the resources. This is not done by UpdateWindow()...</DIV><DIV>So you have to catch the message and call LoadString(), ... and then refresh the window.&nbsp;</DIV></td></tr></table><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>thanks for the input,</DIV><DIV>&nbsp;</DIV><DIV>How about the dialog resources ? I made different dialogs for the languages.&nbsp; how to reload dialog resources ?</DIV><DIV>&nbsp;</DIV><DIV>I thought, XTPResourceManager read specific language resources and overwrite the&nbsp;existed resource&nbsp;so,&nbsp;I just need refresh the whole windows to reflects new one.&nbsp; but seems it's not.</DIV><DIV>Any way to make it like this way ?</DIV><DIV>&nbsp;</DIV><DIV>Reloading whole string resources manually is kind of too much. </DIV><DIV>I feel there probably easy way.. .</DIV><DIV>&nbsp;</DIV><DIV>No ;( ?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 04:27:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35787&amp;title=need-help-for-multi-language-support#35787</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. : Hi; In our app I send a user...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35786&amp;title=need-help-for-multi-language-support#35786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 3:52am<br /><br />Hi;<DIV>In our app I send a user defined message to all descendant windows of the main frame to enable reload of the resources. This is not done by UpdateWindow()...</DIV><DIV>So you have to catch the message and call LoadString(), ... and then refresh the window.&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 03:52:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35786&amp;title=need-help-for-multi-language-support#35786</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. : Great thanks.   but How aboutthe...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35784&amp;title=need-help-for-multi-language-support#35784</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3565">jshan</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 3:16am<br /><br />Great thanks. <DIV>&nbsp;</DIV><DIV>but How about&nbsp;the dialogs in the tab ?</DIV><DIV>And also other string resources still not applied.</DIV><DIV>&nbsp;</DIV><DIV>I thought UpdateWindow() will reflect all windows in the frame when changed a&nbsp;language.</DIV><DIV>&nbsp;</DIV><DIV>But it seems, even though patching like you mentioned, except menu, all user defined resources don't change at all.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 03:16:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35784&amp;title=need-help-for-multi-language-support#35784</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. : Also add  AfxOleInit(); in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35778&amp;title=need-help-for-multi-language-support#35778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 1:20am<br /><br />Also add<DIV>&nbsp;</DIV><DIV>AfxOleInit(); in the beginning of CSignusDesignerApp::InitInstance() to prevent crush on close.</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 01:20:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35778&amp;title=need-help-for-multi-language-support#35778</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. : Hi,  in void CMainFrame::Res...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35777&amp;title=need-help-for-multi-language-support#35777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 1:19am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>in void CMainFrame::ResetCommandBars()</DIV><DIV>&nbsp;</DIV><DIV>replace</DIV><DIV>menu.LoadMenu(IDR_SIGNUSDESIGNER_FRAME);</DIV><DIV>to</DIV><DIV>XTPResourceManager()-&gt;LoadMenu(&amp;menu, IDR_SIGNUSDESIGNER_FRAME);</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 01:19:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35777&amp;title=need-help-for-multi-language-support#35777</guid>
  </item> 
  <item>
   <title><![CDATA[need help for multi language support. : Hi.   I&amp;#039;m making multi...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35769&amp;title=need-help-for-multi-language-support#35769</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3565">jshan</a><br /><strong>Subject:</strong> 10775<br /><strong>Posted:</strong> 26 May 2008 at 12:14am<br /><br />Hi. <DIV>&nbsp;</DIV><DIV>I'm making multi language support project.</DIV><DIV>I've been doing some works for this by referring with Scribble.</DIV><DIV>But no Luck.</DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;linked my sample projects to figure out the problems.</DIV><DIV>&nbsp;</DIV><DIV>There are two languages enabled, one is Enlgish as default, another is Korean.&nbsp; As you can see with the sample, When chose Korean, Only System Dialogs are changed to Korean not the CommandBar Menu or the User Dialogs. </DIV><DIV>&nbsp;</DIV><DIV>Any Idea ?</DIV><DIV>&nbsp;</DIV><DIV>thanks in advance.</DIV><DIV>&nbsp;</DIV><DIV>sample projects</DIV><DIV>&nbsp;</DIV><DIV>-- source link removed by me :)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>jshan.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 May 2008 00:14:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10775&amp;PID=35769&amp;title=need-help-for-multi-language-support#35769</guid>
  </item> 
 </channel>
</rss>