<?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 : CXTPCalendarDayView with disable horizontal scroll</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : CXTPCalendarDayView with disable horizontal scroll]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 18:50:57 +0000</pubDate>
  <lastBuildDate>Fri, 21 Aug 2009 00:09: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=14997</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[CXTPCalendarDayView with disable horizontal scroll : Good - now you can check coming...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52273&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52273</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 21 August 2009 at 12:09am<br /><br />Good - now you can check coming 13.2 release - <a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/CalendarDemoStatic.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/CalendarDemoStatic.rar</A>]]>
   </description>
   <pubDate>Fri, 21 Aug 2009 00:09:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52273&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52273</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll :      mdoubson wrote:Hey -...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52188&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52188</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4605">zitz</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 8:28am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mdoubson" alt="Originally posted by mdoubson" style="vertical-align: text-bottom;" /> <strong>mdoubson wrote:</strong><br /><br /><br>Hey - this is typo in this code - nobody complain - thanks for catch:<br><table width="99%"><tr><td><pre class="BBcode">BOOL CXTPCalendarDayView::GetScrollBarInfoV(SCROLLINFO* pSI)<br>{<br><strike>if (m_bScrollH_Disabled)<br>return FALSE;</strike><br>ASSERT(pSI);<br>if (!pSI || m_bScrollV_Disabled)<br>return FALSE;<br>pSI-&gt;nPos = m_LayoutX.m_nTopRow;<br>pSI-&gt;nMax = m_LayoutX.m_nRowCount - 1;<br>pSI-&gt;nPage = m_LayoutX.m_nVisibleRowCount;<br>return m_LayoutX.m_nVisibleRowCount != m_LayoutX.m_nRowCount;<br>}</pre></td></tr></table><br></td></tr></table><br>Yes, this solution to my problem with vertical scroll. Thank you!<br>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 08:28:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52188&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52188</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll : you don&amp;#039;t read my last post?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52184&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 7:40am<br /><br /><P>you don't read my last post?</P>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 07:40:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52184&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52184</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll : Hey - this is typo in this code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52181&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 7:36am<br /><br />Hey - this is typo in this code - nobody complain - thanks for catch:<DIV><FONT size=2><P>BOOL CXTPCalendarDayView::GetScrollBarInfoV(SCROLLINFO* pSI)</P><P>{</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (m_bScrollH_Disabled) //??? HERE - just kill this lines!</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> FALSE;</P><P>ASSERT(pSI);</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (!pSI || m_bScrollV_Disabled)</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> FALSE;</P><P>pSI-&gt;nPos = m_LayoutX.m_nTopRow;</P><P>pSI-&gt;nMax = m_LayoutX.m_nRowCount - 1;</P><P>pSI-&gt;nPage = m_LayoutX.m_nVisibleRowCount;</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> m_LayoutX.m_nVisibleRowCount != m_LayoutX.m_nRowCount;</P><P>}</P></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 07:36:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52181&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52181</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll :      mdoubson wrote:Of course...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52180&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4605">zitz</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 7:35am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mdoubson" alt="Originally posted by mdoubson" style="vertical-align: text-bottom;" /> <strong>mdoubson wrote:</strong><br /><br />Of course I don't disable HScroll - why you?&nbsp;- it auto-set depend on size</td></tr></table><br>Please try:<br><pre>GetCalendarCtrl().GetDayView()-&gt;Enable<b>H</b>Scroll( FALSE );</pre>And after it you can see bugs!!!!<br><br>I disable HScroll because:<br>1. i dont want to see it<br>2. when i push left or right button date change, if HScroll = false, than does not change. I dont want change date!<br>3. For what you add such an option that if it is set then all will not work correctly?<br>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 07:35:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52180&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52180</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll : I modify code - now it safe for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52175&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 7:19am<br /><br /><DIV>I modify code - now it safe for preview scrolling even in continue mode</DIV><DIV>Please get and rebuild your dll and app - <a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/CalendarC&#111;ntrolMFCUpdated.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/CalendarControlMFCUpdated.rar</A></DIV><DIV>&nbsp;</DIV><DIV>I also&nbsp;updated <a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/CalendarDemoStatic.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/CalendarDemoStatic.rar</A></DIV><DIV>&nbsp;</DIV><DIV>Can't confirm DayView mode VScroll (or MouseWheel) - both works (Of course I don't disable HScroll - why you?&nbsp;- it auto-set depend on size). </DIV>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 07:19:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52175&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52175</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll :    Sorry, bad English :(Correct...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52171&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4605">zitz</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 6:52am<br /><br />Sorry, bad English :(<br>Correct title<br>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 06:52:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52171&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52171</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll : Check your Topic title please ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52170&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 6:49am<br /><br />Check your Topic title please]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 06:49:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52170&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52170</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll :    mdoubson wrote:Use proper...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52169&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4605">zitz</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 6:38am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mdoubson" alt="Originally posted by mdoubson" style="vertical-align: text-bottom;" /> <strong>mdoubson wrote:</strong><br /><br />Use proper settings e.g.<div><font size="2"></font><font size="2">and you will have horizontal scroll</font></div></td></tr></table><br>I no need <font size="2">horizontal scroll, i disabled it. I need <b>VERTICAL</b> scroll.<br>Please see attached video:<a href="uploads/20090819_063729_calendar2.zip" target="_blank">uploads/20090819_063729_calendar2.zip</a><br><br></font>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 06:38:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52169&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52169</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCalendarDayView with disable horizontal scroll : Use proper settings e.g.  CXTPCalendarDayView*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52158&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52158</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14997<br /><strong>Posted:</strong> 19 August 2009 at 4:42am<br /><br />Use proper settings e.g.<DIV><FONT size=2><P>CXTPCalendarDayView* pDayView = DYNAMIC_DOWNCAST(CXTPCalendarDayView, GetCalendarCtrl().GetDayView() );</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (pDayView) { </FONT><FONT size=2>pDayView-&gt;SetMinColumnWidth(200); </FONT><FONT size=2>}</P><DIV></DIV>and you will have horizontal scroll</FONT></DIV>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 04:42:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14997&amp;PID=52158&amp;title=cxtpcalendardayview-with-disable-horizontal-scroll#52158</guid>
  </item> 
 </channel>
</rss>