<?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 : Command Bars Designer and software localization</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Command Bars Designer and software localization]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 17:57:26 +0000</pubDate>
  <lastBuildDate>Tue, 12 Sep 2006 03:59:33 +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=4996</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[Command Bars Designer and software localization : Thanks, it works :)I haven&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15639&amp;title=command-bars-designer-and-software-localization#15639</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2234">laszel</a><br /><strong>Subject:</strong> 4996<br /><strong>Posted:</strong> 12 September 2006 at 3:59am<br /><br />Thanks, it works :)<br><br>I haven't noticed this option :)<br>]]>
   </description>
   <pubDate>Tue, 12 Sep 2006 03:59:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15639&amp;title=command-bars-designer-and-software-localization#15639</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars Designer and software localization : Hello, Yes, it have work.   Just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15601&amp;title=command-bars-designer-and-software-localization#15601</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4996<br /><strong>Posted:</strong> 11 September 2006 at 8:39am<br /><br />Hello,<DIV>Yes, it have work. </DIV><DIV>&nbsp;</DIV><DIV>Just check that you enable actions inside designer. - Run designer, select any item and click Enable Actions in Property Grid.</DIV>]]>
   </description>
   <pubDate>Mon, 11 Sep 2006 08:39:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15601&amp;title=command-bars-designer-and-software-localization#15601</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars Designer and software localization :  Do Actions work with Designer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15596&amp;title=command-bars-designer-and-software-localization#15596</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2234">laszel</a><br /><strong>Subject:</strong> 4996<br /><strong>Posted:</strong> 11 September 2006 at 5:39am<br /><br />Do Actions work with Designer generated CommandBars?<br><br>This works OK:<br>const int ID_FILE = 1020;<br>axCommandBars1.EnableActions();<br><div align="left">axCommandBars1.ActiveMenuBar.Controls.Add(<br>&nbsp;&nbsp;&nbsp; XTPControlType.xtpControlButtonPopup,<br>&nbsp;&nbsp;&nbsp; ID_FILE,<br>&nbsp;&nbsp;&nbsp; "File", null, null);<br>axCommandBars1.Actions&#091;ID_FILE&#093;.Caption = "Localized String";<br><br>But this not:<br>const int ID_FILE = 1020; // as defined in Codejock Designer<br>axCommandBars1.EnableActions();<br><div align="left">axCommandBars1.LoadDesignerBars();<br>axCommandBars1.Actions&#091;ID_FILE&#093;.Caption = "Localized String";<br></div><br>It still displays string typed in Codejock CommandBars Designer instead of "Localized String" :-/<br><br>Any help?<br></div>]]>
   </description>
   <pubDate>Mon, 11 Sep 2006 05:39:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15596&amp;title=command-bars-designer-and-software-localization#15596</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars Designer and software localization : Hi, In 10.3.0 was added actions....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15548&amp;title=command-bars-designer-and-software-localization#15548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4996<br /><strong>Posted:</strong> 08 September 2006 at 9:30am<br /><br />Hi,<DIV>In 10.3.0 was added actions. It is best solution.</DIV>]]>
   </description>
   <pubDate>Fri, 08 Sep 2006 09:30:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15548&amp;title=command-bars-designer-and-software-localization#15548</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars Designer and software localization : Hello!I&amp;#039;m using Visual Studio...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15543&amp;title=command-bars-designer-and-software-localization#15543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2234">laszel</a><br /><strong>Subject:</strong> 4996<br /><strong>Posted:</strong> 08 September 2006 at 5:33am<br /><br />Hello!<br><br>I'm using Visual Studio .NET 2005 (C#)<br><br>I've created XCB file using Codejock CommandBars Designer,&nbsp; in VS Designer choosed "ActiveX-LoadCommandBars(*.xcb)" and in my code: axCommandBars1.LoadDesignerBars();<br><br>Problem arises when I want to add support for another language to my application. I definitely don't want to distribute XCB files, so creating many language-depentdent XCB files and loading them by LoadDesignerBars("Form.xcb") is not a solution.<br><br>How can I solve this problem?<br><br>Of course I can map strings in code, after doing LoadDesignerBars, by<br>axCommandBars1.FindControl(ID_FILE).Caption = "Plik";<br>but aren't there any better solutions?<br><br>]]>
   </description>
   <pubDate>Fri, 08 Sep 2006 05:33:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4996&amp;PID=15543&amp;title=command-bars-designer-and-software-localization#15543</guid>
  </item> 
 </channel>
</rss>