Posted by Stein Rørvik on Oct 27, 2020; 10:48am URL: http://imagej.273.s1.nabble.com/disable-long-click-for-context-menu-tp5024124p5024125.html
I agree that there should be a way to disable long-clicks if you don't need it.
Or perhaps the length of the long-click delay could be specifiable?
The right place for this choice would be in Edit → Options → Appearance
Either a checkbox for disabling the long-click context (it can by default be on, to allow use on mobile platforms),
or a specifiable delay (is it something like 1.5 second today?) that can be set to a negative or NaN value to disable it.
Stein
-----Original Message-----
From: ImageJ Interest Group <[hidden email]> On Behalf Of Michael Schmid
Sent: 27. oktober 2020 11:10
To: [hidden email] Subject: disable long-click for context menu?
Hi everyone (probably Wayne),
ImageJ 1.53g has added the possibility to have long-clicks for the context menu.
I have a plugin where I drag a point of a custom overlay (to modify that overlay). After dragging for about a second, the context menu interferes. I guess that the same might happen for other plugins that use mouseDragged.
I could not find any method to disable the long-click context menu. Did I miss it, or otherwise, could we have something like an
ImagePlus.enableLongClickForContextMenu(boolean) method?
Or is there some other alternative for dragging points in a plugin without triggering the context menu?