<?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 : BUG: context menu position</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : BUG: context menu position]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 02:58:04 +0000</pubDate>
  <lastBuildDate>Wed, 25 Jan 2023 14:54:57 +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=23799</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[BUG: context menu position : Support is itself on life support....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23799&amp;PID=78594&amp;title=bug-context-menu-position#78594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2126">bschaer</a><br /><strong>Subject:</strong> 23799<br /><strong>Posted:</strong> 25 January 2023 at 2:54pm<br /><br />Support is itself on life support.&nbsp; Sad.]]>
   </description>
   <pubDate>Wed, 25 Jan 2023 14:54:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23799&amp;PID=78594&amp;title=bug-context-menu-position#78594</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: context menu position : ... not fixed in v. 22 ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23799&amp;PID=78553&amp;title=bug-context-menu-position#78553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 23799<br /><strong>Posted:</strong> 08 November 2022 at 3:10am<br /><br />... not fixed in v. 22]]>
   </description>
   <pubDate>Tue, 08 Nov 2022 03:10:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23799&amp;PID=78553&amp;title=bug-context-menu-position#78553</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: context menu position : I just checked the status of this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23799&amp;PID=77945&amp;title=bug-context-menu-position#77945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 23799<br /><strong>Posted:</strong> 23 November 2020 at 5:24am<br /><br />I just checked the status of this bug in 19.3 - and it is still there.&nbsp;<div><br></div><div>Hey! It is just changing a '&lt;' to&nbsp; '=='<br><br>!!!<br><br>https://docs.microsoft.com/en-us/windows/win32/menurc/wm-contextmenu</div><div></div>]]>
   </description>
   <pubDate>Mon, 23 Nov 2020 05:24:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23799&amp;PID=77945&amp;title=bug-context-menu-position#77945</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: context menu position : Hi CodeJockCould you change line...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23799&amp;PID=77222&amp;title=bug-context-menu-position#77222</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 23799<br /><strong>Posted:</strong> 28 January 2019 at 8:04am<br /><br />Hi CodeJock<div><div><br></div><div>Could you change line 4861 in XTPSyntaxEdiCtrl.cpp</div><div><table width="99%"><tr><td><pre class="BBcode"><br><div><span style="white-space:pre">		</span>if (point.x &lt; 0 || point.y &lt; 0) //keyboard ContextMenu button pressed</div><div></pre></td></tr></table></div><div>To:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div><span style="white-space: pre;">		</span>if (point.x == -1 &amp;&amp; point.y == -1) // keyboard ContextMenu button pressed</div></div><div></pre></td></tr></table></div><div><br></div></div></div><div>Otherwise the context menu will pop up on the center of the screen if you have moved your application to a screen 'left' of your primary where the screen coordinates will be negative.</div><div><br></div><div>The second 'if (point.x == -1 &amp;&amp; point.y == -1)) should (probably) be changed to "if (!rcWnd.PtInRect(point))".</div>]]>
   </description>
   <pubDate>Mon, 28 Jan 2019 08:04:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23799&amp;PID=77222&amp;title=bug-context-menu-position#77222</guid>
  </item> 
 </channel>
</rss>