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

1
vote
0answers
109 views

Windows Right Click Context Menu + Sub Menu

How to create sub menus entries in the Windows Context Menu. I am able to create the Main menu, but I want to associate some sub menus too. Moreover how to associate an Icon to the menu item.
0
votes
0answers
111 views

Context Menu not working with Expandable list view item

I want to implement context menu for expandable list child item in android. I am using the following code - mExpandableListView.setOnItemLongClickListener(new OnItemLongClickListener() { ...
0
votes
1answer
129 views

How do i implement ContextMenu for ListView having SeparatedListAdapter?

I am showing some data in list view in sections using SepatateListAdapter from this post My code is as follows: ListView photos_list = (ListView) findViewById(R.id.photos_list); separate_adapter = ...
0
votes
1answer
159 views

ContextMenu and TreeView

How can I create a context menu which will show up when the user right clicks on an element of my tree view? I would like to get the name of the item which was clicked, how is this possible? This is ...
2
votes
2answers
108 views

WPF: When Alt key is pressed, my ContextMenu won't open

In my WPF app, when a ContextMenu is opening, I want to tweak its menu items depending on whether or not the Alt key is pressed. I've got the logic working. XAML: <my:Control ...
0
votes
0answers
160 views

Android Options Menu: Resource not found Exception: Only on 4.0.x

at first, sorry about my english skills. It isn't the best... I'm not a beginner in android developm., but don't understand what I can do, to solve this problem. These are the errors wich will thrown, ...
0
votes
1answer
82 views

Flash custom rightclick context menu

I am trying to add a ContextMenu item to menu in Flash . Here is code . But it doesnt call the function showVideoInfo. Am I missing anything ? var myMenu:ContextMenu = new ContextMenu(); ...
2
votes
1answer
458 views

Display right click context menu with focus in through VBA macro in Microsoft Word 2007

I would like to programmatically display the right click context menu with focus through a VBA macro in Word 2007. This would allow me to map the macro to a hotkey and expose the menu with focus ...
0
votes
1answer
56 views

Context menu in Android DialogPreference… is it possible?

I'm trying to create a context menu in a DialogPreference for an Android app (targeting API level 8, in case it's relevant). I've managed to get the menu to show (when an item in a ListView is ...
0
votes
1answer
80 views

Context menu and ToggleButton in ListView row

I have got a ListView, whose row contains two TextViews (either of them is invisible because it contains a primary key) and one ToogleButton. Now I have to realize context menu for my ListView, but if ...
2
votes
1answer
69 views

Android Development: Nested Context Menus?

Is it possible to have nested context menus? I am working on an app which needs to provide the users with various functionality, and after much thought I came to the conclusion that using a context ...
0
votes
0answers
254 views

Source of context menu click in WPF TreeView

When clicking in a context menu for a TreeView item, I can't find the source TreeViewItem (or better, the source Project[Group], which is the actual item in the TreeView through the databinding). The ...
2
votes
2answers
303 views

context menu based on NSTableViewCell

i would like to place a context menu onto a NSTableView. this part is done. what i would liek to do is to show different menu entries based on the content of the right clicked cell, and do NOT show ...
1
vote
1answer
106 views

Alternative for oncontextmenu - javascript

I'm looking for a JavaScript alternative to onContextMenu in an xHTML page. I want to hide the menu which pops-up (The context menu) When I click the right mouse button on a website. I have a problem ...
1
vote
2answers
45 views

how to determine which class the item belongs to from onContextItemSelected

I have an expandListView diaryDisplaylist this is adapter DiaryExpandListAdapter mAdapterForAll which will be used to fill the diaryDisplayList code snippet which does this: mAdapterForAll = ...
0
votes
1answer
71 views

ListFragment won't refresh

here my code inside my ListFragment (I am using a context menu): @Override public boolean onContextItemSelected(MenuItem item) { AdapterView.AdapterContextMenuInfo info = ...
0
votes
0answers
97 views

Add application to right click menu

I'm building an application using Qt.This application uses a folder on the filesystem. This is what I want to achieve: When right clicking on any file under that folder, it shows a menu item ...
1
vote
1answer
336 views

VB.NET Windows Forms context menu position

I am enhancing a previously written VB.NET WIndows forms application. In one of the forms, there is a DataGridView populated from a stored procedure at Form Load. If the user has the privileges, ...
0
votes
0answers
55 views

how to get id on click listener in alert dialog in context menu?

I m creating context menu for update and delete. by clicking on delete an alert dialog will be open . in dialog YES and NO option. by clicking YES , i found force close.. help plz
1
vote
0answers
55 views

How to remove sound when context menu is opened manually?

When I manually show a context menu (code below) - system plays a "ding" sound. But if I click a "context menu" key on keyboard - menu popups without any sound. How to remove sound when I open it ...
1
vote
2answers
386 views

Create a right-click context menu in Outlook 2003

I'm already able to create a new menu in the top menubar of Outlook 2003 but would like to do the same when the user right-click on an email (but not anywhere else in the interface if possible). Here ...
0
votes
1answer
31 views

Duplicate HtmlElementEventHandler events being triggered

regarding this article"HtmlElementEventHandler Delegate" http://msdn.microsoft.com/en-us/library/system.windows.forms.htmlelementeventhandler.aspx the context menu event handler fires more than once. ...
0
votes
1answer
467 views

jQuery Make left invoke Right Click Context Menu

I am using some functionality I found over here: http://www.trendskitchens.co.nz/jquery/contextmenu/ It gets me started making a nice Context Menu. My purpose was to get this context menu to "Pop" on ...
0
votes
0answers
147 views

WPF Listview ListView.ContextMenu right click

I have a listview that has 2 columns, and a contextmenu with a Click method on one of the menu items. How would I go about grabbing the value from the first column on the row of the item I have right ...
0
votes
3answers
1k views

easiest way to fix latest notepad++ missing context-menu

I reinstalled my Windows. I installed latest notepad++ and I found that "Edit with Notepad++" context-menu item is missing. I've googled it and I found some thread about it here: ...
2
votes
2answers
441 views

WPF ContextMenu woes: How do I set the DataContext of the ContextMenu?

I am having some trouble figuring out how to set the correct DataContext on a ContextMenu. I have a collection of view models who are the source of an ItemsControl. Each view model has a collection ...
0
votes
0answers
197 views

Android ExpandableListView inside an ExpandableListView: context menu

I have a layout with some ExpandableListView inside an ExpandableListView (three layers: groups, subgroups and children). I want to add a context menu in the children to be able to delete some rows. I ...
1
vote
1answer
99 views

Create custom layout for contextmenu

Can you inflate a custom xml layout for the body of a context menu? Right now I have a context menu working on longpress but I want to make it look better than just a list of text options. I'm using ...
0
votes
2answers
329 views

Windows 8 specific file type context menu association

There is a need to add item to particular file type's context menu. In Windows 7 and previous versions that's done by adding HKEY_CLASSES_ROOT\<extension>\shell\<commandname>\command ...
0
votes
0answers
68 views

How to add an application to the desktop context menu for a specific folder?

I'm trying to put my own menu in the Windows Desktop ContextMenu. Something similar to what Dropbox makes. When in the dropbox folder, a menu called Dropbox is displayed and lets you perform tasks on ...
0
votes
1answer
390 views

Windows Phone Context Menu

I want to add context menu to listbox. But when I hold to listbox item, nothing happens. Thanks.. This code is definition of my listbox. I added context menu into listbox. <ListBox Grid.Row="1" ...
1
vote
1answer
296 views

Adding Custom Options to WPF RichTextBox Context Menu

I have a WPF RichTextBox and I want to add some more options to the default context menu. I dont want to loose the default menu options (Cut, Copy, Paste). Can you help me out? Thanks
0
votes
1answer
48 views

Treeview in ContextMenu

I got this crazy idea trying to display a tree in a context menu. I did a google search and cudnt find anything related. Can this actually be achieved? I know I am not posting in any code, but wanted ...
1
vote
1answer
118 views

ContextMenu designer application in C#

Is there any simply possibility to create application in which I can create any ContextMenu as easy as in Visual Studio like this (image below)? I mean is there any component or is already done any ...
0
votes
2answers
224 views

Showing context menu buttons only when right-clicked on classes that start with “Story”

Is there a way to show context menu actions, only when the user right-clicks on classes that start with "story". For example: if the user right-clicks on an object in the page of class "story ....", ...
0
votes
0answers
224 views

Telerik's grid: How to show popup window from context menu?

We use Telerik's grid for VS2008 and added context menu to it. The code looks as following: Markup: <telerik:RadGrid ID="RadGrid1" runat="server" Width="100%" DataSourceID="SqlDataSource1" ...
1
vote
1answer
75 views

Adding children to context menu links

I am trying to add children for my context menu, but for some reason it is not working for me. Here is my code: var parent1 = chrome.contextMenus.create({"title": "Trigger Rank", ...
0
votes
0answers
191 views

How to redirect to another URL using <rich:menuItem> bound to <rich:tree>

I'm trying to do this with the tree and contextMenu binding, but something is missing. The goal is to redirect a user to the other context of the same app (open it in the other window). I have a ...
0
votes
1answer
119 views

Edit List Item when Edit is clicked and Save in Context Menu in Android

I am using Android v4. I have created a list View which displays person contacts public class MainActivity extends Activity { public ListView mainListView ; public ArrayAdapter<String> ...
0
votes
1answer
245 views

Cascade submenus inside context menu shell extension with c++

Hello i'm trying to get cascade window inside context menu in shell extension. I add two submenus inside context menu of .dll extension, but want to make one cascade submenu (i like to open first menu ...
1
vote
1answer
271 views

MenuItem Visibility binding to RelayCommand CanExecute with Parameter

I'm using Josh Smith RelayCommand class in a WPF MVVM app for creating my commands inside my ViewModel: For example: ICommand RemoveAllCommand = new RelayCommand<object>(OnRemoveAll, ...
0
votes
2answers
120 views

Context menu disappears if PySide app is running from IPython interactive console

In the minimal example given below, the context menu (right click on white section of the gui) is displayed only briefly and then disappears. This is the case if the app is started from the IPython ...
0
votes
0answers
301 views

How to make a Dynamic Context Menu for an eclipse plug-in

I am trying to make an Eclipse plugin which would be capable of dynamically change the context menu of the navigation view according to other plugins using an extension point that first plugin ...
1
vote
1answer
236 views

Pass parameter via context menu to DevExpress TreeListControl

I have a TreeListControl and I will like to pass the selected row as parameter on my context menu. So my control looks like: View: <Window x:Class="WpfApplication2.MainWindow" ...
0
votes
1answer
86 views

Override the general paste context menu in Android

I think that this is not possible but I think it is better to ask someone who knows the answer for sure. Is it possible to create an android application that affect the context menu in all ...
0
votes
1answer
202 views

How to customize default context menu

In my WPF application I want to make my all textboxes cut, copy and paste restricted. One way to do this is set ContextMenu ="{x:Null}" But by doing this I will loose the spell check suggestions ...
1
vote
1answer
233 views

Change File Icon in windows using Java

Project Name: File Marker I personally organize my folders using "Folder Marker". It gives me option to change the folder icon from context menu (right-click menu). I can select planned work, ...
0
votes
0answers
71 views

Android listview displays context menu while scrolling

I have a custom listview implementation in which i have overridden the onScroll and onLongPress. Both the methods return true indicating that the event was handled so that no other event gets fired. ...
1
vote
2answers
60 views

Get the handle of the contex menu caller

In matlab if I've a context menu with handle cxmenu_Options which is linked to different three uicontrol objects. Inside the context menu callback function: Code Demo: function demoOnContextMenus ...
1
vote
1answer
132 views

WPF - How to replace the scrollbar ContextMenu

I am trying to replace the ContextMenu for ScrollBars and I have written this code: <ContextMenu x:Key="ScrollBarContextMenu" x:Shared="True"> <MenuItem Header="Scroll _Here" Name="SH" ...

1 3 4 5 6 7 37