A context menu is a menu in a graphical user interface that appears upon user interaction, such as a right mouse click or middle click mouse operation.
2
votes
0answers
73 views
ContextMenu won't go away after selection
I have the following code that adds a context menu to a textbox on the UI. THe user is suppposed to be able to bring up the context menu and select a new units to be used. So the method CurrentUnits ...
0
votes
1answer
59 views
Dynamically filter and resize context menu c# while keeping its gravity to bottom
I have a system tray context menu with 26 items and an additional ToolStripTextBox menu item. When the user enters text to the filter textbox it continuously filters the menu items as the user types ...
2
votes
1answer
83 views
Anchor tag event not firing
My problem is that my anchor onclick event is not firing. Here is my jquery code
This is a pageLoad Event
function pageLoad() {
I am Binding the context menu Event on an anchor
...
0
votes
1answer
54 views
NotifyIcon's ContextMenu not working sometimes
I'm developing a Windows application to run in the background (for a long running process).
Application shows process status by a NotifyIcon tool tip.
I added a ContextMenu control to the NotifyIcon ...
0
votes
2answers
31 views
How to set different ContextMenu for different cells in DataGridView
I have a DataGridView with two types of cells, different by backcolor (red/green).
I would like to set a ContextMenu for this DataGridView, but I want it to be different for red cells and for green ...
0
votes
1answer
31 views
Removing the default Context Menu when Editing a cell in DataGridView
In my DataGridView, when I am editing a textbox cell, and I right click I get the following default Context Menu:
How can I disable this "feature" and instead have my own context Menu popup?
0
votes
0answers
27 views
Remove element and show it context menu in Firefox and Chrome
I need to implement a bit strange behavior: it is necessary to hide link element on contextclick but show context menu for this element to make it accessible through "open in new tab" action.
Here is ...
0
votes
1answer
25 views
Cannot fire event on non-text region when tap&hold to show the contextmenu in WP7
I want to add the context menu to ListBox in WP7, I modify the data template as following below:
<ListBox Name="lbx1" Margin="10,0,10,0" Height="435" ItemContainerStyle="{StaticResource ...
0
votes
1answer
24 views
Context Menu in MonoDevelop
I have a button that when I click it, a context menu should appear. I know in Visual Studio there is a context menu control in the toolbox, but I don't see a context menu control in MonoDevelop's ...
0
votes
0answers
31 views
Contextual menu strange behaviour within a modeless dialog?
We develop in C++/CLI with VS2012. We have a modeless dialog where a contextual menu (ContextMenuStrip, right click...) is used. When we built the app with VS2005, everything was fine and the ...
0
votes
0answers
69 views
primefaces contextmenu menumodel blocks ajax-requests
In a web-application using primefaces, I'm calling a row-specific contextmenu, i.e. depending on the row, some items should or shouldn't be shown. This worked fine in primefaces 3.2. Recently, I ...
0
votes
1answer
93 views
Get a item selected in listview when i generate context Menu
I want get a selected item from a listview.
When maintain a longclick a listview item I get the context menu (everything works) but I want to know how to detect what is POSITION which to made the ...
2
votes
1answer
45 views
ContextMenu.PlacementTarget is nothing in WPF
I am trying to bind the ContextMenu to ViewModel's commands. After some online search, I learned that since ContextMenu doesn't belong to the target visual tree, I need to specify the DataContext of ...
1
vote
1answer
42 views
Clickable ToolStripMenuItem Image
I'm working on a C# winForm app that has a ContextMenuStrip that adds toolStripMenuItems dynamically. I also have an icon in my resource file that I assign to the toolStripMenuItem.Image property and ...
0
votes
1answer
46 views
is it possible to relay item in context menu to self written function?
Is it possible to get the event of a item in the contextmenu?
The undo function for the input box in Chrome is no good, I wrote about it earlier today. Instead I use a custom undo function that gets ...
0
votes
0answers
15 views
Marker a ListView Element after clicking an item in a ContextMenu
im a beginner in android, so please be patient.
I managed to add a Context Menu that pops up while long clicking on an item in a ListView.
I want to mark the item which was clicked in the ListView ...
0
votes
1answer
37 views
Paste thru browser native context menu for custom div
I've got a <div> block, where I want user to be able to paste data thru browser native context menu. contenteditable="true" is not an acceptable solution. Ace editor ...
0
votes
1answer
96 views
Context menu for List in Windows phone
First of all, I know about this topic: How to make context menu work for windows phone?
But this way is SOO complicated...
So I have this XAML code:
<StackPanel Name="friendsGrid" ...
3
votes
2answers
79 views
How to add submenu items to menuitems
I have created a Table layout in windows forms as shown in figure, i have added a right mouse button click Menu to my table,
i wnt to add submenu items to following menuitems such as
When i click ...
1
vote
2answers
111 views
disable dynamic context menu using javascript in jsf
Is it possible to disable a dynamic context menu in JSF2.1 using java script ?
document.getElementById("myForm:contextMenuId:contextMenuItemId").style.display = 'none';
This works for a p:menuItem ...
1
vote
1answer
134 views
Menu Icon doesn't appear in my Android menu
In my app menu icon is not displaying, For me at present text/string is displaying but i need icon/image intent of text. Also try using xml format menu calling.
Android version is ver_4
...
0
votes
0answers
43 views
AJAX to load in context menus
I am developing my first extension.
It is only a context menu that when the user right clicks on an image, it will prompt the user for a folder, hitting enter will take the user to a URL ...
1
vote
2answers
91 views
Opening a Context menu on long press for a View?
All the examples and questions I've seen regarding context menus have been where you register the context menu to a button or something similar. In my case I have a display sized View (OSMDroid map ...
0
votes
2answers
38 views
AHK for selecting Context Menu Option - Not working
I am trying to create a Hotkey (Ctrl+l) to do following:
Right Click at Current Mouse Location. (to bring up context menu)
In the context menu go to Second option. (or any other option)
Click Enter ...
0
votes
0answers
26 views
App-wide Context Menu
I have created a context menu for a text-box in my .NET application, and it works great. Now I would like to use that same context-menu for all text-boxes in my application. Currently, I am using ...
0
votes
1answer
45 views
JavaFX2-fxml tag for menu and sub-menu
how can I use FXML to create sub-menu ? I have done it in java in start method but I would like to move my code to FXML. please check item2, where I have added 2 submenus.
ContextMenu contextMenu = ...
0
votes
1answer
69 views
Add ContextMenu to TreeView with HierarchicalDataTemplate
I want to add a contextmenu to a TreeView. This I can do by the following code:
<TreeView x:Name="treeView" Grid.Row="1" Grid.Column="0" ItemsSource="{Binding Classes}"
...
0
votes
0answers
32 views
Internet explorer Standard Context Menu entry, JavaScript document events not called
I have added an entry in Internet explorer selected text context menu, using registry entry. And assigned a JavaScript file as executing file. Everything works fine else than the document events.
For ...
0
votes
2answers
86 views
Android: How to make a clickable ListView with a ContextMenu?
I have a clickable ListView and try to make a Context Menu for the Items but if I get a long click the first time it activates the onListItemClick Method instead. The next time it works.
If I activate ...
0
votes
1answer
33 views
event is undefined for firefox browser on calling oncontextmenu
I am displaying context menu on right-clicking a button in a page. The code used for displaying context menu is
window.addEventListener('contextmenu',function (e){e.preventDefault();},false);}
...
0
votes
1answer
46 views
Two ContextMenu's in Same Activity/Fragment
I have two ContextMenu's in same Activity or Fragment.
Here is onCreateContextMenu where I handle them both:
@Override
public void onCreateContextMenu(ContextMenu menu, View v,
...
0
votes
1answer
61 views
contextMenu for list view
i am using a list view. I use an adapter to add the items for this list. I am trying to add contextmenu for each item of the list but i have problems for this.
Here is my code
the item list :
...
1
vote
0answers
36 views
Android context menu prompt only on second click
I have a serious problem in my Android apps.
I have a list view which lets say 1 to 10. Each of them can see their details through clicking it
At the same time, I have context menu on each list ...
0
votes
0answers
24 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
108 views
make Chrome extension contextMenu load
I'm working on a chrome extension and it's a contextMenu and appears in the right click menu . but the problem is , you have to open the extension from the up-right corner of chrome to make it appear ...
0
votes
2answers
185 views
How I can add to context menu in windows phone 8 item “share' and ”rate app"?
When we tap on phone app appear context menu with items "Pin to start" and "uninstall". How can I add to this context menu in windows phone 8 items "share" and "rate and review" using C#?
0
votes
0answers
40 views
How do you get access to the DOM of the currently active tab from a background script in a chrome extension?
I have a chrome extension that adds a couple of items to the context menu when a passage of text is highlighted. When the menu item is clicked, a query is sent to a server, and the response is shown ...
0
votes
0answers
93 views
TWM/XMing - How to enable right click context menu
I'm fairly new to using Xming/X Servers and a Tab Windows Manager.
I'm running a Java application on a server through XMing, I know a Tab Windows Manager is being used. I have a .twmrc file which I ...
8
votes
1answer
207 views
Use 3rd party context menu (for Windows Explorer) within a C# application?
Unlike others who wish to add items to the Windows Explorer, I want to display a context menu within my application. Now you may be thinking, the class you are looking for is ContextMenu. Let me show ...
0
votes
1answer
56 views
wdContextMenu multi option
I'm trying to use "jquery wdContextMenu" multi-option and I've writed this code, but it doesn't work.
Can someone help me?
plz see "alert(thisoption);" it dosent work!
$(function($) {
...
0
votes
0answers
62 views
Issue with windows shell right click extension in folder background
It is very simple to add a custom command to the shell context menu like so:
[HKEY_CLASSES_ROOT\Directory\Background\shell\TestCommand]
@="My Test Command"
...
0
votes
0answers
33 views
ContextMenu Error( 2 different ways of implementation )
So basically i have 2 ways to implement the context menu, so first that works uses only the xaml:
<HierarchicalDataTemplate ItemsSource="{Binding Path=Items}">
<Border>
...
0
votes
1answer
30 views
ContextMenu in ExpandableListView
hi frnds in my application i use expandableListView. an i need to integrate a contextMenu for the expandable listView. in my expandable ListView i inflate different layouts for different child. so ...
0
votes
1answer
50 views
Blackberry context menu close event
I develop a javascript blackberry-webworks based application. I've defined my own context for menu (blackberry.ui.contextmenu.defineCustomContext) and added several items. It can be opened at ...
0
votes
1answer
29 views
Adding Context Menu [closed]
The following Registry-Export is the Code for my Context-Menu in Windows Explorer's context-Menu. I inserted it handself via the regedit on Windows.
But now I have to do this with this .reg-File ...
0
votes
1answer
89 views
Child ContextMenuStrip
I have a container with a control inside. I have a ContextMenuStrip assigned to both of these.
What I want to happen is for the contextmenu of the control to also contain all the items from the ...
1
vote
0answers
141 views
context menu shell extension doesn't appear in explorer
I have the same problem as described here "Shell extension doesn't work in Windows-Explorer but works in other programs?", but it doesn't works only in explorer. OS Windows 7 x64. Dll was compiled ...
0
votes
1answer
42 views
WPF Get Current selection in FlowDocumentScrollViewer into CommandParameter
Trying to get selected text in a flow viewer to a command as a parameter
<FlowDocumentScrollViewer Name="_OutputBox">
<FlowDocument>
<FlowDocument.ContextMenu >
...
0
votes
1answer
98 views
How can I add dynamic items to a context menu?
I am migrating my app to jsf2 and richfaces 4.3.1 and I have a problem with the component rich:contextMenu.
The context menu should has some final items (like the "All" one in the snippet) and others ...
0
votes
1answer
35 views
How to stop jquery context menu when div is empty?
I am trying Jquery Context Menu. Its working fine. My Code is as below
$(function () {
$.contextMenu({
selector: '.droppable',
...




