<?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 : Reversed event layout positions vs Outlook</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Reversed event layout positions vs Outlook]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 23:17:33 +0000</pubDate>
  <lastBuildDate>Mon, 17 Dec 2007 13:23:56 +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=8906</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[Reversed event layout positions vs Outlook : Glad to hear that --WBR,Serge ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8906&amp;PID=29525&amp;title=reversed-event-layout-positions-vs-outlook#29525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8906<br /><strong>Posted:</strong> 17 December 2007 at 1:23pm<br /><br />Glad to hear that <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="middle"><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 17 Dec 2007 13:23:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8906&amp;PID=29525&amp;title=reversed-event-layout-positions-vs-outlook#29525</guid>
  </item> 
  <item>
   <title><![CDATA[Reversed event layout positions vs Outlook :  Hi Sergey, I used your fix below...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8906&amp;PID=29521&amp;title=reversed-event-layout-positions-vs-outlook#29521</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3525">joshma</a><br /><strong>Subject:</strong> 8906<br /><strong>Posted:</strong> 17 December 2007 at 1:08pm<br /><br /><FONT size=2><DIV>Hi Sergey, I used your fix below and it worked perfectly! Thanks for your assistance.</DIV><DIV>&nbsp;</DIV><DIV>--------------------------------------------------</DIV><DIV>method CXTPCalendarEvents::CompareEvents_ForView(...</DIV><P>nCmp = XTPCompare((*ppEv1)-&gt;GetDurationMinutes(), (*ppEv2)-&gt;GetDurationMinutes());</P><P>if (nCmp)</P><P>{</P><P>return -nCmp; // NOTE negation sign there</P><P>}</P></FONT>]]>
   </description>
   <pubDate>Mon, 17 Dec 2007 13:08:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8906&amp;PID=29521&amp;title=reversed-event-layout-positions-vs-outlook#29521</guid>
  </item> 
  <item>
   <title><![CDATA[Reversed event layout positions vs Outlook : Can someone please help with this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8906&amp;PID=28979&amp;title=reversed-event-layout-positions-vs-outlook#28979</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3525">joshma</a><br /><strong>Subject:</strong> 8906<br /><strong>Posted:</strong> 28 November 2007 at 6:29pm<br /><br />Can someone please help with this issue so that I can implement this support?]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 18:29:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8906&amp;PID=28979&amp;title=reversed-event-layout-positions-vs-outlook#28979</guid>
  </item> 
  <item>
   <title><![CDATA[Reversed event layout positions vs Outlook : I have been working with the Xtreme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8906&amp;PID=28853&amp;title=reversed-event-layout-positions-vs-outlook#28853</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3525">joshma</a><br /><strong>Subject:</strong> 8906<br /><strong>Posted:</strong> 26 November 2007 at 3:06pm<br /><br /><P>I have been working with the Xtreme CalendarPro for over a year and&nbsp; I am very happy with it.&nbsp; It looks great and I&nbsp;can usually get it to do what I want.</P><DIV>I am&nbsp;currently having a&nbsp;problem with changing the order of events in the calendar.&nbsp; The calendar does not layout events in the same order as they are shown in MS Outlook and I want to make it behave this way.&nbsp; For example, if two events start at the same time and one is longer, then&nbsp;the longer one&nbsp;should be on the left, and the shorter event should be on the right.&nbsp; I was able to swap the positions of the events&nbsp;by calling SetEventPlacePos(), but some problems still linger: 1) when adding a new event by typing (aka. in-place create event) the new event is not repositioned until I press enter;&nbsp; 2) events that span two days but not a full day are not&nbsp;layed-out properly.</DIV><DIV>&nbsp;</DIV><DIV>Perhaps there is an easier (built-in?) way to change the behavior of the layout of events?</DIV><DIV>Any help would be greatly appreciated.</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Josh</DIV>]]>
   </description>
   <pubDate>Mon, 26 Nov 2007 15:06:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8906&amp;PID=28853&amp;title=reversed-event-layout-positions-vs-outlook#28853</guid>
  </item> 
 </channel>
</rss>