<?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 : Hidden events</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Hidden events]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 18:48:53 +0000</pubDate>
  <lastBuildDate>Wed, 04 Nov 2009 10:50:53 +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=14874</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[Hidden events : Ok, thank you for the answer (but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14874&amp;PID=54562&amp;title=hidden-events#54562</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5488">rsvihalek</a><br /><strong>Subject:</strong> 14874<br /><strong>Posted:</strong> 04 November 2009 at 10:50am<br /><br />Ok, thank you for the answer (but I hope it will change in the future ;-) )]]>
   </description>
   <pubDate>Wed, 04 Nov 2009 10:50:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14874&amp;PID=54562&amp;title=hidden-events#54562</guid>
  </item> 
  <item>
   <title><![CDATA[Hidden events : You right - my goal was:protect...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14874&amp;PID=54532&amp;title=hidden-events#54532</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14874<br /><strong>Posted:</strong> 03 November 2009 at 10:54am<br /><br />You right - my goal was:&nbsp;protect some private event from non-autorized viewers (not to save some space!). Sure we can also utilize this space in next release.]]>
   </description>
   <pubDate>Tue, 03 Nov 2009 10:54:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14874&amp;PID=54532&amp;title=hidden-events#54532</guid>
  </item> 
  <item>
   <title><![CDATA[Hidden events : Hello Mark, I&amp;#039;ve tested mentioned...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14874&amp;PID=54425&amp;title=hidden-events#54425</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5488">rsvihalek</a><br /><strong>Subject:</strong> 14874<br /><strong>Posted:</strong> 31 October 2009 at 9:12am<br /><br />Hello Mark,<br />I've tested mentioned property with 13.2.0 and found one problem: space for invisible event is still allocated and not used in the calendar (event just disapper). So when I have several events that are shown side by side and I want to hide some of them - I can do it, but size of the others stays unchanged.<br />Is this the correct behavior?<br /><br />Thank you]]>
   </description>
   <pubDate>Sat, 31 Oct 2009 09:12:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14874&amp;PID=54425&amp;title=hidden-events#54425</guid>
  </item> 
  <item>
   <title><![CDATA[Hidden events : I add new event property - EventVisible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14874&amp;PID=51466&amp;title=hidden-events#51466</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14874<br /><strong>Posted:</strong> 30 July 2009 at 1:51pm<br /><br />I&nbsp; add new event property - EventVisible <DIV>You can set it in PrePopulate function call based on your model logic</DIV><DIV>&nbsp;</DIV><DIV>Use fresh source upgrade - &nbsp;<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>e.g.&nbsp;in <FONT color=#0000ff size=2>void</FONT><FONT size=2> CCalendarDemoView::OnEvent_PrePopulate(XTP_NOTIFY_CODE Event, WPARAM wParam, LPARAM lParam){ ...</DIV><DIV></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2> nCount = pEvents-&gt;GetCount(); </FONT><FONT color=#0000ff size=2>for</FONT><FONT size=2> (</FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2> i = 0; i &lt; nCount; i++) { CXTPCalendarEvent* pEvent = pEvents-&gt;GetAt(i); </P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (pEvent-&gt;GetBody() == _T(</FONT><FONT color=#a31515 size=2>"3"</FONT><FONT size=2>) &amp;&amp; pEvent-&gt;GetLocation() == _T(</FONT><FONT color=#a31515 size=2>"2"</FONT><FONT size=2>) &amp;&amp; pEvent-&gt;GetSubject() == _T(</FONT><FONT color=#a31515 size=2>"1"</FONT><FONT size=2>))</P><P>{ pEvent-&gt;SetEventVisible(FALSE); </FONT><FONT size=2>}</P><DIV>I&nbsp;am interesting in your testing with hidden reminders - please post<BR></DIV></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 30 Jul 2009 13:51:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14874&amp;PID=51466&amp;title=hidden-events#51466</guid>
  </item> 
 </channel>
</rss>