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.

learn more… | top users | synonyms

0
votes
0answers
6 views

Folder's context menu item “paste” and “paste shortcut” disabled

I am fetching folder's context menu using IShellView::GetItemObject (using flag: SVGIO_BACKGROUND). Context menu is populating fine (same as window explorer populates for folder when we make a right ...
0
votes
1answer
24 views

How to add event on the context menu for chart in c#

I have a chart in WPF and when I right click on the chart it goes to the function Chart_mouseRightButtonDown which is described below.I want to add a context menu.I have already added two options to ...
0
votes
0answers
13 views

Radial popupMenu in Java (Swing)?

After a few conversations at work, I got interested in a radial menu for a java based GUI (I mostly know about swing, so that would be my immediate preference). Looking round, there seems to mainly ...
0
votes
2answers
9 views

Eclipse: Can You Add A Command To The Context Menu

I'm new to Eclipse. Is it possible to add a command to the context menu ( right click in an editor ) without writing a plugin? I don't want to make a code contribution to Eclipse, just put a ...
0
votes
0answers
24 views

how to add context menu on Charts c#

I have the below chart to which i want to add a context mennu and perform various operations <charting:Chart Grid.Row="2" Margin="12,0,162,0" Visibility="{Binding Path=ShowRunTrendChart, ...
0
votes
0answers
16 views

Dismiss PopupMenu with remote control android

I'm programming on an Android Set-Top-Box, so I also have to implement onKey Events for the delivered remote control. My Problem is, that I'm creating a new PopupMenu and then want to dismiss it by ...
0
votes
0answers
33 views

IContextMenu:: QueryContextMenu and the “New” submenu item

Is it possible to have the "New" submenu (new folder, file ...) included in the menu queried by IContextMenu::QueryContextMenu?. I didn't find a flag that seems to handle this need. I know that it`s ...
0
votes
0answers
9 views

viewpagerindicator with different context menu for each page

I am using ViewPagerIndicator in my application. I need to create context menu for each page. I refer this link, but it is having the way to create option menu. I want to implement contextMenu. ...
0
votes
1answer
26 views

IContextMenu all commands are working fine except copy and cut

I am developing a windows-explorer type application, in that I am trying to invoke IContextMenu operations like copy, paste, properties, delete etc, but only copy and cut operation is not ...
1
vote
0answers
20 views

ContextMenu for DataGrid ColumnHeader is not showing after applying this style?

If I apply this style to the WPF DataGrid, the context menu for columnheader is not showing. It shows up if I remove this style. What's wrong or missing in this style? <Style ...
1
vote
1answer
29 views

Reuse context menu

I have created a context menu that I (at the moment) use for some items in my treeview. For that I have created a TreeItem class that holds all the relevant information like header, icon, children, ...
2
votes
0answers
122 views

Get context of PopupMenu like ContextMenu

So my ExpandableListView has group rows that are defined like : group_row.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout ...
0
votes
1answer
29 views

Make control-click behave like right-click on a JList

I'm writing a swing application on Mac OS and want to have my context menus on a JList appear when I ctrl-click as well as when I right-click. The problem now is that ctrl-click always clears the ...
0
votes
1answer
15 views

Windows Phone Context Menu Item Text Not Appearing

I have a Windows Phone 8 app using XAML/C#. My app has an ItemsControl that relies on a data template. My DataTemplate looks like the following: <DataTemplate x:Key="myTemplate"> <Grid ...
0
votes
3answers
32 views

PopupView.showAtLocation is undefined for the type View

I am working on an app in which I display a ContextMenu. Now, when one of the menu items in this ContextMenu is pressed, I would like to display a PopupWindow. I have found some examples of how to use ...
0
votes
1answer
15 views

Title of ContextMenu from ListView item

I am trying to set the title of the ContextMenu from the selected item in the ListView. However everytime I run this on the emulator, it crashes and I have to Force Close it. DDMS shows that an ...
1
vote
2answers
39 views

How to get position of clicked listview in single clicked contextmenu

I have a defined listview in xml and add the data by modifying it through adapter.. I want to display context menu by single click the list, which I already done.. But how to get the clicked list ...
1
vote
2answers
24 views

Static context menu command target

I have the following context menu on the header of a column in a datagridview. <DataGridCheckBoxColumn Binding="{Binding Include,UpdateSourceTrigger=PropertyChanged}" Width="50"> ...
1
vote
1answer
62 views

WPF ContextMenu for tray icon

I'm having a WPF application which I can minimize to tray. When I normal-click it, the window shows again. Now I'm wondering how to create a simple ContextMenu? The ContextMenu has to get filled ...
0
votes
1answer
32 views

JQGrid ContextMenu - Dynamic Menus

I have a page, which is used for building queries and running them against different entities (Kind of a query builder/generic search). The results are displayed in JQGrid, so effectively the same ...
1
vote
2answers
27 views

ListBoxItem with ContextMenu item to Command

I'm using a ContextMenu from the Microsoft.Phone.Controls.Toolkit: xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit" And want to delete a ListBoxItem ...
1
vote
3answers
46 views

How can i add Control for dynamic ContextMenu (RightClick)

im working on code-editor(winforms) and im just wondering how can i add controls for contextmenu . and i dont use designer from the start. now my current code for rightclick event was: private void ...
1
vote
0answers
25 views

How can I get this ContextMenu control for WinForm?

Sorry, I don't speak English well, but I really desire this question's answer! I want to implement ContextMenu below link. (visual studio's dialog form) Control Image Link Please Answer this ...
0
votes
0answers
16 views

Windows Context Menu run Excel Macro

I have an Excel Macro that I am running to format data on a text file, and I wanted to see if there was a way to right click on this text file and be able to run this macro from the Windows context ...
0
votes
2answers
34 views

How to get the id on right click context menu in dojo Tree?

I want to get the node id of Dojo's tree on context menu click. I'm making a tree in Dojo like this. Here is the id - the first param. this.setData( [ { id: '5', name:'root' , ...
1
vote
2answers
80 views

How to add custom menu upon right click on file / folder programmatically in c++ / QT?

We have an app which syncs files and folder like the way dropbox does. This is an c++ / QT based installer. We would like add custom menu in the right click context menu of a file or folder like the ...
0
votes
1answer
44 views

Update value of custom data attribute in context menu

I have a list of phone numbers and multiple functions operating on them. Edit the phone number. Remove the phone number. So I have used a context menu and set it for list because I have multiple ...
0
votes
0answers
61 views

Adding contextmenu to WP8 browser control

I am trying to attach a context menu when user perform a hold gesture on a link on a webpage. I've searched the web and found some recommendations HERE if (webBrowser.IsScriptEnabled) { ...
0
votes
0answers
41 views

Qt contextmenu does not open

I have QGraphicsView/QGraphicsScene based application. In my app there are bunch of QGraphicsItem implementations inside view and some of them have context menu. Some context menus have sub menu which ...
0
votes
2answers
29 views

Creating a contextual menu when long pressing item in android

I am creating a checklist and it allows the user to add new items to the list, I am trying to allow the user to delete an item when they want to. So I am creating a contextual menu using this that ...
0
votes
1answer
33 views

Bind to parent control from within context menu within data template

I'm wanting to bind to a parent control from a context menu within a datatemplate. Unfortunately I'm restricted to .net 3.5 and can't use the x:reference extension introduced in .net 4. Below is an ...
0
votes
0answers
31 views

Text is invisible in ContextMenu

Subj. While clicking on ContextMenuItem, event shows that everything is fine, but foreground and background are always totally white. <toolkit:ContextMenuService.ContextMenu > ...
0
votes
1answer
37 views

NoSuchMethodException on Android contextMenu

My app has a button which when clicked, shows a context menu. On clicking the first itema a datepicker dialog fragment opens. It's working in Android 2.3 but i am getting NoSuchMethoodExcepton in ...
0
votes
1answer
29 views

Chrome extension: Get charset of current page

How can I tell within the background code with which charset the current page is defined. More specifically: I'm using context menu and I want to know whether the selected text is encoded in utf-8 or ...
0
votes
0answers
17 views

Windows 7 XML File Context Menu

I am attempting to add a context menu for an XML file type and having some difficulties. On another Windows 7 machine, the registry key entry that I am using works correctly. Specifically, I am ...
1
vote
1answer
67 views

PrimeFaces ContextMenu on row hover

I am trying to implement a ContextMenu that appears when mouse is over a row. I was able to implement the context menu on selected row, but could not find an event for hover. Do I have to write my own ...
0
votes
1answer
42 views

Android- do not split the context menu when splitted action bar used

I have an edit text and below that one button and action bar at the top and bottom in one of the screen in my application. after entering the the text in edit text when i long press on text in edit ...
0
votes
2answers
30 views

Make ToolStripItemCollection Property

How can I make a ToolStripItemCollection Property for a ContextMenuStrip. I thought it would be simple like this ContextMenuStrip _Menu = new ContextMenuStrip(); public ToolStripItemCollection ...
0
votes
2answers
47 views

Get and Set ContextMenuStrip Items

I have a ContextMenuStrip declared in a custom control, and i cant seem to find a way for the control to return or set the ContextMenuStrip's items collection. I tried this code but it doesn't work ...
0
votes
1answer
34 views

i dont know how to get the position of the img that i click so i can pass it to next acitvity

my Grid View is working okay and displays image from the Sdcard.When i long press an image a contextual task box open.One of the option is View(to view in full screen).i dont know how to get the id or ...
0
votes
1answer
114 views

Disable Firefox's silly right click context menu

I am making an HTML 5 game which requires the use of right click to control the player. I have been able to disable the right click context menu by doing: <body oncontextmenu="return(false);"> ...
0
votes
1answer
24 views

Context menu not working in flex 4

Context menu is not working with datagrid in flex 4.6 sdk. I have a project developed using flex 3.6 sdk. My goal was to make it compatible to run in flex 4.6 sdk .Its running fine in flex 4.6 but the ...
0
votes
0answers
38 views

Add submenu in context menu Osx

I try to integrate my Software in Mac so i want to add actions in the Finder ContextMenu. For the moment i have an entry "MySoftware" that launch and shell script via automator script using this ...
2
votes
0answers
78 views

Dynamically create ContextMenu in Silverlight 5

I have just started to use Silverlight this few days. Currently I have generated some panel dynamically in a canvas. Each panel will have a shared MouseLeftButtonUp event which will display a ...
0
votes
1answer
47 views

Unable to get the selected values on Dialog while using ContextMenu with Datatable

I have a requirement where I want the user to move the datatable rows up and down.I thought Context Menu would come handy as there would be a Move up and Move down menu item .For this I tried ...
2
votes
0answers
72 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
53 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
30 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 ...

1 2 3 4 5 36