<?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 : DatePicker control item dates not getting bold.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : DatePicker control item dates not getting bold.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 21:20:31 +0000</pubDate>
  <lastBuildDate>Wed, 22 Oct 2008 05:00:05 +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=12453</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[DatePicker control item dates not getting bold. : Please find file attached.uplo...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12453&amp;PID=42235&amp;title=datepicker-control-item-dates-not-getting-bold#42235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 12453<br /><strong>Posted:</strong> 22 October 2008 at 5:00am<br /><br />Please find file attached.<a href="uploads/20081022_045945_Grid-Code.zip" target="_blank">uploads/20081022_045945_Grid-Code.zip</a>]]>
   </description>
   <pubDate>Wed, 22 Oct 2008 05:00:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12453&amp;PID=42235&amp;title=datepicker-control-item-dates-not-getting-bold#42235</guid>
  </item> 
  <item>
   <title><![CDATA[DatePicker control item dates not getting bold. :  			  Hello Oleg,I can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12453&amp;PID=42199&amp;title=datepicker-control-item-dates-not-getting-bold#42199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 12453<br /><strong>Posted:</strong> 21 October 2008 at 8:13am<br /><br />			  Hello Oleg,<br><br>I can't send you the whole code but surely can post the problem area.<br>Here it is:<br><br>We are using two seperate data providers both are Custom Data providers.<br><br>Provider1 : Day, Weeks and Month Mode<br>Provider2 : Multischedule mode.<br><br>Using combo box when I switch to Mutischedule mode, we are doing following steps<br><br>1) 	m_pCalendar = &amp;GetCalendarCtrl();<br><br>2)&nbsp;&nbsp;&nbsp;pCalendarData = m_pCalendar-&gt;GetDataProvider();<br><br>3)&nbsp;&nbsp; //Set Grid Data Provider<br>&nbsp;&nbsp;&nbsp; GetCalendarCtrl().SetDataProvider(GetDocument()-&gt;GetGridDataProvider(), FALSE);<br><br>4)&nbsp;&nbsp; CXTPCalendarData * pData&nbsp;= pCalendarData;<br><br>&nbsp;&nbsp;&nbsp; if(!pCalendarData-&gt;IsOpen())<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp; pCalendarData-&gt;Open();<br>&nbsp;&nbsp;&nbsp; }<br><br>5)&nbsp;&nbsp; pSchedules = pData-&gt;GetSchedules();<br><br>6)&nbsp;&nbsp; CXTPCalendarResource** pCalendarRes = new CXTPCalendarResource*&#091;numColumns&#093;;//(pCalendarCtrl);<br>	arResources.RemoveAll();<br><br>7)&nbsp;&nbsp;&nbsp;pSchedules-&gt;AddNewSchedule(_T(string));<br><br>8) 	pCalendarRes&#091;col&#093; = new CXTPCalendarResource(m_pCalendar);<br><br>9)&nbsp;&nbsp;&nbsp;pCalendarRes&#091;col&#093;-&gt;SetName(_T(string));<br>	pCalendarRes&#091;col&#093;-&gt;SetDataProvider(pData, TRUE);<br>	pCalendarRes&#091;col&#093;-&gt;GetSchedules()-&gt;Add(pSchedules-&gt;GetAt(col)-&gt;GetID());<br>	arResources.Add(pCalendarRes&#091;col&#093;);<br><br>10)&nbsp;&nbsp; m_pCalendar-&gt;SetResources(&amp;arResources);<br><br><br>When I execute Step No 10 "m_pCalendar-&gt;SetResources(&amp;arResources);" I can able to see multischedule view<br>with all the added events but Datepicker control does not display "Bold" dates for associated events.<br><br><br>When I Comment out Step No 10, I can see events as well as Date picker in bold but now unable to see schedules,<br>It simply look like Day view.<br><br>WhatI need to do after calling"m_pCalendar-&gt;SetResources(&amp;arResources);" so that Date pickeralso show me dates in Bold?<br><br><b>One thing is sure CXTPCalendarController was unable to pick resource changed.</b><br><br>Thanks in advance. &nbsp;]]>
   </description>
   <pubDate>Tue, 21 Oct 2008 08:13:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12453&amp;PID=42199&amp;title=datepicker-control-item-dates-not-getting-bold#42199</guid>
  </item> 
  <item>
   <title><![CDATA[DatePicker control item dates not getting bold. : Hi Oleg,I can&amp;#039;t send you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12453&amp;PID=42196&amp;title=datepicker-control-item-dates-not-getting-bold#42196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 12453<br /><strong>Posted:</strong> 21 October 2008 at 7:22am<br /><br />Hi Oleg,<br><br>I can't send you the sample. Can you suggest solution on above mentioned scenario? I amusing different data provider for multischedule mode.<br>]]>
   </description>
   <pubDate>Tue, 21 Oct 2008 07:22:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12453&amp;PID=42196&amp;title=datepicker-control-item-dates-not-getting-bold#42196</guid>
  </item> 
  <item>
   <title><![CDATA[DatePicker control item dates not getting bold. : Hello Codejock team,In our project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12453&amp;PID=42063&amp;title=datepicker-control-item-dates-not-getting-bold#42063</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 12453<br /><strong>Posted:</strong> 16 October 2008 at 7:22am<br /><br />Hello Codejock team,<br><br>In our project we are using two data providers. Both are custom data providers. <br>For multischedule mode we are using one data provider and for all other modes we are using one seperate data provider.<br><br>When we select any other mode than mulischedule then we are able to Set dates having events in a bold in Date picker control.<br><br>But when we are switching to multischedule mode we can see Events in Calendar view but we can not able to set Dates in Bold.<br><br>We are using following calls:<br><br>m_CalendarController.SetBoldDaysPerIdleStep(365);<br>m_CalendarController.SetBoldDaysIdleStepTime_ms(1);<br><br>Kindly help on urgent basis, thanks in advance.<br><br><br>]]>
   </description>
   <pubDate>Thu, 16 Oct 2008 07:22:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12453&amp;PID=42063&amp;title=datepicker-control-item-dates-not-getting-bold#42063</guid>
  </item> 
 </channel>
</rss>