The right-click tag has no wiki summary.
0
votes
2answers
36 views
TreeNode right click to select not working
I am trying to fix a problem where if a user right clicks on a selection, it will not select/highlight it, and if, for example. "delete", is selected, it deletes the previous selection that was ...
0
votes
0answers
43 views
+50
Opera's right click disables key events
In Opera, while you are holding down right click, no key events register.
window.onkeydown = function() {
alert("hey");
}
this doesn't register if you're holding down the right mouse button in ...
0
votes
1answer
34 views
Visual C++ Detect a Right Click on a Button
I have a program where I want a right click on a button to do a completely different amount of code. I have the code display a messagebox for the example, but eventually it will just be a method call ...
0
votes
2answers
64 views
Making an image unclickable/undragable
I have an image with text and links over it, and I want to make it so that I can highlight the text as I please without running the risk of dragging the background image instead.
The webpage has a ...
1
vote
4answers
38 views
hide images on right click with jquery [duplicate]
I want to hide the images in a photographic gallery when somebody uses the right-click trying to download them. Hide an object with jquery is really easy when the user press the normal left click, ...
0
votes
2answers
42 views
NSEvent click right menu
I use this code to have two different behaviors when click right or left on menu.
Click left and click right + cmd.
How can I right click without pressing cmd + click in the simplest way?
...
-1
votes
2answers
43 views
Add a copyright item to the browser right click menu
I am just trying to add a copyright label to the default browser right click menu.
How could I accomplish this?
0
votes
1answer
46 views
Right click not working on JFrame [duplicate]
I have been working on how to enable the right click and show a popup menu it was asked earlier at Enable right click in jFrame
but it was not as useful actually my problem is that I am facing the ...
4
votes
3answers
110 views
How to disable/enable a checkbox on right-click in chrome and firefox
I wrote some code which allows me to disable/enable checkboxes when I right-click them. It works in IE but not in Chrome or Firefox.
rightClickFunc: function (e)
{
var obj;
if ...
0
votes
1answer
31 views
Adding copy action in windows to java app
I want to get the event like crtl+c or right click copy in windows , that could do the event to java application running ,
that means if someone copies some text , that should be pasted into the java ...
0
votes
0answers
23 views
Windows Context Menu - Add expandable options
Not sure how to word it correctly.
I know how to add a single item to the windows context menu, but how do i go about making an expandable menu item, which will contain several items? So it should ...
0
votes
1answer
68 views
Qtip2 as contextmenu not showing on Google Chrome
Environment:
- jquery 1.9.1
- qtip2: 2.0.1-35
I encounter a weird issue with the opening of a qtip2 binded for right click (as a contextmenu replacement, following official tutorial to do so).
On ...
0
votes
1answer
269 views
Disable mouse right click event for GridView on WinRT C# app
i have a GridView in my WinRT app, the problem is that one of the standard functionality of the gridViwes is when you click the right button (MOUSE), the item clicked is selected,
this will focus on ...
0
votes
0answers
58 views
Add an entry in right-click context menu and thereby running a java program
I am trying to invoke a java program by right clicking a file, which will use that file for some operation. The working should be such that, if i right click on a file, there should be present a menu ...
0
votes
0answers
32 views
C# | How to trigger right mouseclick event in windows forms? [duplicate]
Using C# Windows Forms.
What event can I call that triggers when I RIGHT mouse click on a cell in a gridview. Another event has to be called when I LEFT mouse click on a cell. Do I have to make my ...
0
votes
2answers
89 views
Right Click simulate on python
I'm using python 2.7 in windows and I need to be able to code a right click at a certain xy coordinate. I already have the left click capability using this:
def click(x,y):
...
0
votes
1answer
533 views
DataGridView select Row
I want to select a row in my DataGridView with a right click. But with my current code I first have to click on the row with a regular left mouse click.
Is there any way to select the current row ...
0
votes
1answer
141 views
Disable Shift + Right click in firefox with Javascript
I am working on an RTS game where you can select units and right click to make them go somewhere. You can also shift right click to queue up a list of points you would like the units to travel to.
...
3
votes
1answer
143 views
How correct show the Explorer-based right-click menu
I create this menu using code placed by Sertac Akyuz in answer here:
Show the default right-click menu - Delphi
and it works good, but there is problem:
When I click in created menu: delete (delete ...
0
votes
1answer
52 views
How to go to another page if fancybox right clicked?
Friends,
I have an image gallery and it is functioning with fancybox plugin. This works perfectly on normal click.If I right click and open the link in a new tab,then the image is displaying in new ...
0
votes
0answers
62 views
Add ContextMenu to link/folder in Windows Explorer Favorites Bar
Adding a ContextMenu (right click menu option edit) to a specific folder in Windows is pretty straight forward.
However, how can I duplicate those extra menu options when I right-click on the ...
0
votes
0answers
123 views
Popup windows being blocked if opened through mousedown event
I want to open a popup window when someone clicks an area with the right mouse button.
I am using this at the moment:
$("#popup").bind('mousedown', function(e) {
var w;
if(e.which==3) {
...
1
vote
1answer
186 views
Adding to the “right-click” menu for a Google Chrome extension
So most Google Chrome Extension have an "Options" Page, which is navigable by right-clicking on the extension icon.
Is it possible to add another entry to that right-click menu? Just when you're ...
0
votes
1answer
270 views
KineticJS: right click fires click
I'm using Kineticjs and I'm defining a rect event like this
this.rect.on('click tap', function(){
foo();
});
The event is fired when I left-click, but also when right-click. How can I avoid to fire ...
0
votes
1answer
357 views
Context menu in angular js repeaters
I have a project where the client is insistent on a right click menu. The problem is that the function called from the options in the right click menu needs to have access to information on the ...
0
votes
1answer
301 views
Disabling right click button only for a specific HTML code
I have this code:
<div id="frameContainer" style="overflow:hidden;">
<iframe oncontextmenu="return false;" src="http://youtube.com" scrolling="yes" style="width: 790px; height: ...
1
vote
1answer
91 views
JSF - Button Double Click
My JSF application need to create a custom keyboard. Then I want to get Double Click or Right Click action on JSF Button to define keys.
Is this possible?
0
votes
1answer
89 views
AS2 : right click detection
I have a problem of right click detection in AS2. I devellop games and everything is frozen when the user right click. I want to avoid or to detect that.
I've spent a lot of time in searching and the ...
-1
votes
2answers
142 views
Create Right-Click Dialog in .NET Application
I would like to create a function, similar to the "Add to Dictionary" option in Microsoft Word, within my .NET application. I basically want to highlight a word within a textbox, right-click on it, ...
-5
votes
1answer
82 views
How to toggle text to visible/invisible? [closed]
I'm working on a minesweeper game and we've come quite far on our flagproblem, so that when playing you should be able to toggle between an uncovered button and a flag.
This is the code:
public void ...
-1
votes
1answer
63 views
No right click in Shadowbox (Joomla) [closed]
I have got a Joomla website with the plugin "Phoca Gallery". You can view your images with Shadowbox (javascript).
The user can klick on an image. After this, you can see the picture in full size ...
0
votes
1answer
266 views
Disable Right Click in website
I have this code below to disable right click. When you hit the right click it says Function is disabled. which works but i want it to show nothing at all basicaly when you hit the right click nothing ...
1
vote
1answer
361 views
jquery right mouse click div [duplicate]
Possible Duplicate:
How to distinguish between left and right mouse click with jQuery
How to open context meniu when I click with right mouse click inside the div. Because when I click with ...
0
votes
3answers
779 views
Selenium IDE: Automate “Right click” event on a link and open the link in “new window/tab”
I am using Selenium IDE for a google search scenario.
1 open google
2 then type "india" and click on the search button
3 then go to any link and right clicking on that link
and open that link ...
1
vote
0answers
42 views
java right click extension on file click
Is there a way to add a new extension when you click on the file like in this picture the "Unlocker" extension for your own program written in java?
0
votes
5answers
96 views
How to restrict right click option on the image?
I m designing my portfolio in ruby on rails. In order to restrict the image from being copied, i wanted to disable the right click and other features of copying an image from the website. How to do ...
3
votes
1answer
1k views
What are the various methods to rightclick on a webelement in QTP?
I had to right click on a webelement. I tried the following methods:
For code simplicity assume webElem refers to a valid Browser().Page().WebElement().
1)
Set ...
0
votes
0answers
82 views
Customize my context-menu events JQuery
I want to create my own context menu with this actions: copy, past, delete. these action will be applicable on two different <ul>. for instance copy element from to <ul id='list1'> to ...
0
votes
0answers
33 views
Handling event between a customized contextmenu and <ul>
I want to create my own context menu with this actions: copy, past, delete. these action will be applicable on two different . for instance copy element from to . i'm finding a lot of problems ...
1
vote
1answer
209 views
Get right-clicked element JQuery
I want to get my <li> element that when i right-click on it: a customized contextual menu appears, and i want to do my treatment over my initially selected element <li>. I've tried this ...
0
votes
0answers
300 views
Different column's behavior in Infragistics.UltraGrid
I have an Infragistics.UltraGrid and I want to add a right-click event on it. I have 6 columns in grid and when I click on last four columns of six I call context menu, but when I right click on first ...
0
votes
1answer
245 views
How Create a right click context menu when I click on marker in Google map Using java Script
I have developed a javascrit code which shows google map.When I click in map it creates a marker.
now what is i want, when i click on marker is should show right click menu at clicked location.
5
votes
5answers
409 views
IE9 a > span won't trigger right click link menu
Ok, this is going to be an interesting one...
Pretty much I seem to have run into an interesting IE bug (feature) involving when a span is inside an anchor eg.
<a href='#'>
<span ...
0
votes
2answers
302 views
Add menu items to context menu
I am starting to make one of my first apps in Tidesdk and I want to add stuff to the right mouse button menu. (It is usually named the alt menu or context menu.)
How do you do this? It only seems to ...
2
votes
1answer
242 views
Right-click withevents works on source .xlsm but not on .xlam addin
I've made a couple of macros that run through right click menu button based on the cell value. Typically, if I right click on cell with value 'XYZ', the menu button shows as 'Run macro for XYZ' and ...
2
votes
1answer
487 views
How to acess DataGridCell on Right click on WPF DataGrid
I have a WPF DataGrid and have a event MouseRightButtonUp for right click on DataGrid. How to access DataGridCell inside the event handler?
private void DataGrid_MouseRightButtonUp(object sender, ...
0
votes
0answers
128 views
How to customize a right-click (shortcut) menu for a MS PowerPoint Shape?
The question is :
how to customize a right-click (shortcut) menu for a MS PowerPoint Shape?
For the application I can use WindowBeforeRightClick (and than calling this :
Office.CommandBar ...
2
votes
0answers
190 views
It is possible to create “new MouseButtonEventArgs” in Silverlight?
I'm newbie in Silverlight and I need to activate MouseRightButtonDown(object sender, MouseButtonEventArgs e) from an another event handler in my application.
I have found, that in WPF it is possible ...
0
votes
2answers
131 views
Creating my own event for right button click
I have some component on the frame and I need it to respond just on right button click. I have to use my own event. Should I extend MouseEvent? How can I separate right button click from others in my ...
0
votes
1answer
808 views
Displaying a pop-up right-click style menu in WinRT
Strangely, I can't seem to find any details of how this is done in WinRT. What I want is to display the menu which typically appears when you touch and hold, or right click an icon / image in Windows ...




