<?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 : Tap-and-Hold Right Click Menus on Touch Screens</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Tap-and-Hold Right Click Menus on Touch Screens]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 16:20:15 +0000</pubDate>
  <lastBuildDate>Mon, 07 Nov 2016 23:47: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=21993</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[Tap-and-Hold Right Click Menus on Touch Screens : Thanks a lot @jpbro :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21993&amp;PID=75290&amp;title=tapandhold-right-click-menus-on-touch-screens#75290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1424">g_j_a_i_n</a><br /><strong>Subject:</strong> 21993<br /><strong>Posted:</strong> 07 November 2016 at 11:47pm<br /><br /><div><br></div>Thanks a lot @jpbro :)]]>
   </description>
   <pubDate>Mon, 07 Nov 2016 23:47:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21993&amp;PID=75290&amp;title=tapandhold-right-click-menus-on-touch-screens#75290</guid>
  </item> 
  <item>
   <title><![CDATA[Tap-and-Hold Right Click Menus on Touch Screens : I use ActiveX 16.2.6. Just tried...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21993&amp;PID=75288&amp;title=tapandhold-right-click-menus-on-touch-screens#75288</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 21993<br /><strong>Posted:</strong> 07 November 2016 at 11:27am<br /><br />I use ActiveX 16.2.6. Just tried tap &amp; hold and on a CommandBars popup menu and it seems to work as a right-click here (Windows 10).<br>]]>
   </description>
   <pubDate>Mon, 07 Nov 2016 11:27:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21993&amp;PID=75288&amp;title=tapandhold-right-click-menus-on-touch-screens#75288</guid>
  </item> 
  <item>
   <title><![CDATA[Tap-and-Hold Right Click Menus on Touch Screens :  Just wondering if CodeJock fixed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21993&amp;PID=75287&amp;title=tapandhold-right-click-menus-on-touch-screens#75287</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1424">g_j_a_i_n</a><br /><strong>Subject:</strong> 21993<br /><strong>Posted:</strong> 07 November 2016 at 6:19am<br /><br /><div><br></div><div>Just wondering if CodeJock fixed this issue in recent updates?</div><div><br></div><div>Please do let me know.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 07 Nov 2016 06:19:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21993&amp;PID=75287&amp;title=tapandhold-right-click-menus-on-touch-screens#75287</guid>
  </item> 
  <item>
   <title><![CDATA[Tap-and-Hold Right Click Menus on Touch Screens : Hello,We&amp;#039;ve been troubleshooting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21993&amp;PID=71844&amp;title=tapandhold-right-click-menus-on-touch-screens#71844</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8343">mikehamsa</a><br /><strong>Subject:</strong> 21993<br /><strong>Posted:</strong> 12 November 2013 at 4:03pm<br /><br />Hello,<div><br></div><div>We've been troubleshooting a problem with our application in which the tap-and-hold right-click menus are not being activated from UI items that are derived from the CodeJock toolkit classes, such as the ReportControl. Normally, to activate the right-click menus on these touch enabled devices, you can tap on the menu item with your finger or with a stylus and hold it there for a second or two and you are presented with a ring that appears in the clock-wise direction - after it completes one full revolution the right-click context menu for that item is displayed, just as if you'd pressed the right-click menu on the mouse. This is normally handled just fine by the core MFC framework - basically an extended left mouse button down event that manifests itself as a right-click event.</div><div><br></div><div>This was working in our application, even with CodeJock derived UI classes, up until version 16.1.x. We just upgraded to the most recent version (16.2.4) and we are still experiencing the same problem.</div><div><br></div><div>If we try the same the thing in our non-CodeJock derived MFC dialogs and windows, in the same application, it works just fine, this only seems to be happening with the CodeJock derived UI classes.&nbsp;</div><div><br></div><div>I'm guessing that down at a low level the base implementation of the left button down event may not be getting called on the MFC window derived classed and this is causing problem with the built-in tap-and-hold event handling mechanism of MFC.</div><div><br></div><div>Please let me know if anyone else has experience this problem and if there's anything we can do to get it working again.</div><div><br></div><div>Thanks,</div><div>mike...</div>]]>
   </description>
   <pubDate>Tue, 12 Nov 2013 16:03:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21993&amp;PID=71844&amp;title=tapandhold-right-click-menus-on-touch-screens#71844</guid>
  </item> 
 </channel>
</rss>