<?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 : Unlocalizable calendar strings</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Unlocalizable calendar strings]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 19:04:06 +0000</pubDate>
  <lastBuildDate>Tue, 20 Oct 2009 16:07:55 +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=15386</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[Unlocalizable calendar strings : You also need to force CaptionBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=54031&amp;title=unlocalizable-calendar-strings#54031</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15386<br /><strong>Posted:</strong> 20 October 2009 at 4:07pm<br /><br />You also need to force CaptionBar update - e.g. in <FONT size=2><FONT size=2>CCalendarDemoView::OnInitialUpdate()&nbsp;</FONT></FONT>use settings before switch to start View (here - MonthView):<DIV><FONT size=2><P>OnCalendarViewWorkWeek();</P><P>GetCalendarCaptionBarCtrl().EnableTimeline(FALSE);</P><P>GetCalendarCaptionBarCtrl().SetButtonText(4, _T(</FONT><FONT color=#a31515 size=2>""</FONT><FONT size=2>));</P><P>GetCalendarCaptionBarCtrl().SetButtonText(5, _T(</FONT><FONT color=#a31515 size=2>""</FONT><FONT size=2>));</P><P>GetCalendarCaptionBarCtrl().SetButtonText(6, _T(</FONT><FONT color=#a31515 size=2>""</FONT><FONT size=2>));</P><P>OnCalendarViewMonth();</P><DIV></DIV></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 20 Oct 2009 16:07:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=54031&amp;title=unlocalizable-calendar-strings#54031</guid>
  </item> 
  <item>
   <title><![CDATA[Unlocalizable calendar strings : For checkbox and radiobutton there...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=54025&amp;title=unlocalizable-calendar-strings#54025</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15386<br /><strong>Posted:</strong> 20 October 2009 at 8:49am<br /><br />For checkbox and radiobutton there are other functions:<FONT color=#000000 size=2><P>GetCalendarCaptionBarCtrl().<FONT size=2>EnableMulticolumns(FALSE);</P><DIV></DIV><DIV>GetCalendarCaptionBarCtrl().<FONT size=2>EnableTimeline(FALSE); </FONT></DIV></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 20 Oct 2009 08:49:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=54025&amp;title=unlocalizable-calendar-strings#54025</guid>
  </item> 
  <item>
   <title><![CDATA[Unlocalizable calendar strings : Thank you for the reply, I will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=54019&amp;title=unlocalizable-calendar-strings#54019</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5488">rsvihalek</a><br /><strong>Subject:</strong> 15386<br /><strong>Posted:</strong> 20 October 2009 at 3:17am<br /><br />Thank you for the reply, I will use it. But when I try to hide any of radion button or check box using the empty text the result is the following:<br /><img src="http://images.activitym&#111;n.com/support/calendar2.png" border="0">]]>
   </description>
   <pubDate>Tue, 20 Oct 2009 03:17:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=54019&amp;title=unlocalizable-calendar-strings#54019</guid>
  </item> 
  <item>
   <title><![CDATA[Unlocalizable calendar strings : You can use function to set any...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=53998&amp;title=unlocalizable-calendar-strings#53998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15386<br /><strong>Posted:</strong> 19 October 2009 at 9:39am<br /><br />You can use function&nbsp; to set any text for this buttons or empty string to hide non-needed buttons:<DIV><FONT size=2><P></FONT><FONT color=#008000 size=2>GetCalendarCaptionBarCtrl().SetButtonText(0, _T("Day"));</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>GetCalendarCaptionBarCtrl().SetButtonText(1, _T("Week"));</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>GetCalendarCaptionBarCtrl().SetButtonText(2, _T("Month"));</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>GetCalendarCaptionBarCtrl().SetButtonText(3, _T("Timeline special mode"));</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>GetCalendarCaptionBarCtrl().SetButtonText(4, _T("WorkWeek"));</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>GetCalendarCaptionBarCtrl().SetButtonText(5, _T("FullWeek"));</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>GetCalendarCaptionBarCtrl().SetButtonText(6, _T("MultiColumn mode"));</P><DIV></DIV></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 19 Oct 2009 09:39:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=53998&amp;title=unlocalizable-calendar-strings#53998</guid>
  </item> 
  <item>
   <title><![CDATA[Unlocalizable calendar strings : Hello, I&amp;#039;ve find some strings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=53951&amp;title=unlocalizable-calendar-strings#53951</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5488">rsvihalek</a><br /><strong>Subject:</strong> 15386<br /><strong>Posted:</strong> 17 October 2009 at 6:04am<br /><br />Hello,<br />I've find some strings in the calendar control which are hardcoded in the toolkit:<br /><img src="http://images.activitym&#111;n.com/support/calendar.png" border="0"><br />I've looked into the source codes and they are really hardcoded, see XTPCalendarCaptionBarControl.cpp, lines 404 and 409. Can you please make them localizable?<br /><br />Btw. there were some untranslated strings in the czech resources of 13.1.0 for calendar, I' ve translate them: <a href="http://images.activitym&#111;n.com/support/Resource_cs.rc" target="_blank">Resource_cs.rc</a>]]>
   </description>
   <pubDate>Sat, 17 Oct 2009 06:04:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15386&amp;PID=53951&amp;title=unlocalizable-calendar-strings#53951</guid>
  </item> 
 </channel>
</rss>