<?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 : Right-click select &#101;vent</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Right-click select &#101;vent]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:37:11 +0000</pubDate>
  <lastBuildDate>Wed, 07 Dec 2005 15:43:36 +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=3354</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[Right-click select &#101;vent : Its no worries mate. That would...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10084&amp;title=rightclick-select-event#10084</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3354<br /><strong>Posted:</strong> 07 December 2005 at 3:43pm<br /><br />Its no worries mate. That would be a great addition to the documentation.<br />]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 15:43:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10084&amp;title=rightclick-select-event#10084</guid>
  </item> 
  <item>
   <title><![CDATA[Right-click select &#101;vent : Really sorry. Will add that into...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10082&amp;title=rightclick-select-event#10082</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3354<br /><strong>Posted:</strong> 07 December 2005 at 3:41pm<br /><br />Really sorry. Will add that into the proper places of the documentation for future.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 15:41:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10082&amp;title=rightclick-select-event#10082</guid>
  </item> 
  <item>
   <title><![CDATA[Right-click select &#101;vent : That would have been useful to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10081&amp;title=rightclick-select-event#10081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3354<br /><strong>Posted:</strong> 07 December 2005 at 3:02pm<br /><br />That would have been useful to know before and would have saved alot of time.<br /><br />Thanks.]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 15:02:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10081&amp;title=rightclick-select-event#10081</guid>
  </item> 
  <item>
   <title><![CDATA[Right-click select &#101;vent : Please note that some simple Calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10080&amp;title=rightclick-select-event#10080</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3354<br /><strong>Posted:</strong> 07 December 2005 at 2:40pm<br /><br />Please note that some simple Calendar operations like SelectViewEvent does not redraw a control's window in order to avoid blinking when executed in groups (like selecting a number of events).<br /><br />So, just call xtmCalendar.RedrawControl after changing a selection (at the end of this method).<br /><br />--<br />HTH,<br />Serge]]>
   </description>
   <pubDate>Wed, 07 Dec 2005 14:40:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10080&amp;title=rightclick-select-event#10080</guid>
  </item> 
  <item>
   <title><![CDATA[Right-click select &#101;vent : This is what I was already doing,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10056&amp;title=rightclick-select-event#10056</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3354<br /><strong>Posted:</strong> 06 December 2005 at 5:47pm<br /><br />This is what I was already doing, but I thought I was oing it wrong because there is a problem. On the mousedown event I have:<br /><br />xtmCalendar.ActiveView.UnselectAllEvents ' without this the event will never be selected, subsequent right clicks or not.<br />Set HitTest = xtmCalendar.ActiveView.HitTest<br />If Not HitTest.ViewEvent Is Nothing Then<br /> &nbsp;&nbsp;&nbsp;&nbsp;xtmCalendar.ActiveView.SelectViewEve nt HitTest.ViewEvent, True<br />End If<br /><br />And I show the popup menu on mouseup.<br /><br />The problem is that the event is not selected until the second time I right-click on the event. The first time I right click on the event (when it hasnt been selected), the event is not visibly selected on mouse down, and on mouse up it doesn't show either (the popup does show though). The only time it shows is when next I right click on the event (not having clicked anywhere else), and then it does work correctly - the event is selected on mouse down, and the popup is shown on mouse up.<br /><br />What appears to be happening though is that its not exactly the second time I right click - it is the next time I right click ONE SECOND after the first right click. So I can right click as many times as I like, the selection will only happen 1 second after the first right click (e.g. say i keep right clicking many times, the selection will only happen on the first click that occurs one full second after the initial right click).<br /><br />Here is a sample that reproduces it: <a target="_blank" href="uploads/dajv/2005-12-06_174649_xcb_calendar_bug_2.rar" target="_blank">2005-12-06_174649_xcb_calendar_bug_2.rar</a>]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 17:47:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10056&amp;title=rightclick-select-event#10056</guid>
  </item> 
  <item>
   <title><![CDATA[Right-click select &#101;vent : btw, you can also do any kind...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10048&amp;title=rightclick-select-event#10048</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3354<br /><strong>Posted:</strong> 06 December 2005 at 11:51am<br /><br />btw, you can also do any kind of selection inside those methods.]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 11:51:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10048&amp;title=rightclick-select-event#10048</guid>
  </item> 
  <item>
   <title><![CDATA[Right-click select &#101;vent : Hi,  To determine an event under...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10047&amp;title=rightclick-select-event#10047</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3354<br /><strong>Posted:</strong> 06 December 2005 at 11:50am<br /><br />Hi,<br /><br />To determine an event under the mouse cursor you can use method HitTest(). For example see Calendar VB sample, CalendarControl_ContextMenu handler.<br /> <br />You can use MouseUp event as well as ContextMenu.<br /><br />--<br />WBR, <br />Serge]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 11:50:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10047&amp;title=rightclick-select-event#10047</guid>
  </item> 
  <item>
   <title><![CDATA[Right-click select &#101;vent : How do I make it so that when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10030&amp;title=rightclick-select-event#10030</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3354<br /><strong>Posted:</strong> 05 December 2005 at 10:00pm<br /><br />How do I make it so that when you right-click on an event that event is selected? I want to show a popup menu after the event is selected with a right-click. Is there any reason to use the ContextMenu event over the mousedown/mouseup events to show a popup menu?<br /><br />Thanks]]>
   </description>
   <pubDate>Mon, 05 Dec 2005 22:00:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3354&amp;PID=10030&amp;title=rightclick-select-event#10030</guid>
  </item> 
 </channel>
</rss>