24 questions
1
vote
1
answer
115
views
Context Menu positioning within scrollable element (angular)
I'm using cdk-virtual-scroll-viewport to display a large list of elements like below
<cdk-virtual-scroll-viewport itemSize="115px" class="scrollable-card">
<div *...
0
votes
1
answer
429
views
How to the edit the Right-click context menu using JavaScript
I want to edit the context menu. When I select any text and Press the right button then this will show up.
enter image description here
I want to edit this context menu. And add the new item into this....
1
vote
1
answer
1k
views
How to open Modal Dialog from ag-grid with Context Menu Customize
I found a problem in the code. I'm trying to make menu customizations in the Angular ag-grid by right clicking on a cell then displaying menu customizations such as view details, edit data, and delete....
0
votes
0
answers
237
views
Is it possible to match the url fragment in a chrome extension?
Currently using match patterns in chrome.contextMenus.create#targetUrlPatterns for a chromium extension, however I've run into an issue.
Is it possible to somehow filter URLs by their fragment (the ...
0
votes
1
answer
3k
views
How to make chrome.contextMenus.onClicked.addListener distinguish for different context menu ids?
While developing contextmenu based extension for Chrome, i'm facing a situation where invoking chrome.contextMenus.onClicked.addListener in a loop adds action cumulatively for each subcontext menu ...
3
votes
1
answer
778
views
ContextMenuConfiguration for User Images?
I want the image of users to popup (without action option) and then be dismissed if touched outside.
Say table view consist of 2 UI elements (a button and a text) and one picture. How would you set ...
2
votes
1
answer
427
views
showing contextual action bar at other position
I am using a gridview of photos. Long pressing a photo will start to count the number of selected photos. Coding as follows:
Coding:
gd_view.setMultiChoiceModeListener(new AbsListView....
11
votes
2
answers
17k
views
Adding a context menu item in Windows for a specific file extension
I am trying to add a context menu item to a DLL file. The reason is that I have written an application which retracts and deployed a managed DLL file to the GAC. The application is all good, but now I ...
0
votes
1
answer
664
views
WPF: ContextMenu MenuItem from DataContext/ItemsSource?
I'm building a simple App to store television shows. I have a Video class for the shows with some fields and properties including one reference to an object of type VideoSeason, representing the ...
0
votes
1
answer
213
views
Add contextual menu to .config files
I'm currently trying to add a contextual menu (right click menu) on a specific extension : .config
I managed to add a contextual menu to all files, unknown files, .jpg, and every other extension I've ...
0
votes
1
answer
2k
views
Excel VBA Context Menu
Problem:
When you try to change ContextMenu("Cell") (Right Click in a cell) sometimes you can see how the context menu changed, and sometimes you don't.
You ever wonder why? I'll share it so I can ...
0
votes
1
answer
3k
views
Delete context-menu items from code
Is there a way to delete a default item (e.g. the "Open in a new tab" when right-clicking on an anchor element) in the context-menu of a specific html page?
If this is not possible, can you tell me ...
2
votes
2
answers
2k
views
How can i allow selected cell text to be bold when click contextMenu 'Bold' in Handsontable
I am working on handsontable.js with jquery latest version.
I want to add new features to add on handsontalbe contextMenu bold and normal text. I have add these both menu option in contextMenu.
But ...
0
votes
2
answers
2k
views
Add a function from the default Right-Click Context Menu into a custom context menu?
Is there any way to access the code for all the built-in Cell Context Menu functions?
I'm specifically looking to run the "AddComment" function from the RightClick Context Menu - but I've built a ...
2
votes
0
answers
97
views
Jquery context menu move caret
I'm trying to make custom context menu to insert images links to textarea.
The problem is, when I right click to textarea, caret is not moving to the point where i clicked:
jQuery.fn.extend({
...
2
votes
1
answer
847
views
How to implement different contextual-menus in a NSOutlineView
I have a view-based NSOutlineView and want to show different contextual menus if user right-clicks the header or one of the expanded items.
I dropped two NSMenu's to the storyboard file. When I ...
1
vote
0
answers
157
views
I can't see Object Explorer in SSMS 2012
I'm writing an Addin for SSMS 2012 to create a custom Object Explorer tree context menu , unfortunately after I execute the code, the object explorer disappears and I can't show it even if i press on ...
9
votes
3
answers
7k
views
Custom Qt QMenu
Is there a way in Qt to add a layout or widgets to a QMenu to create a custom menu?
The example below (left) is what I have, and I'd like to aim for something similar to the mock-up on the right, by ...
0
votes
1
answer
650
views
Set a ContextMenu UserControl for a Grid
I have created a custom context menu in a separate user Control Class CustomContextMenuUc.
The simple version of the code looks like this.
<ContextMenu x:Class="CustomContextMenu....
0
votes
1
answer
838
views
Fusion charts with custom context menu
I am using Fusion charts and want to add a few custom menu on the right click(apart from the one displayed).
In the fusion charts blog, they say we cannot add our own custom menu but we can change ...
2
votes
1
answer
173
views
Common Context Menu at application level
I have a very huge business application that contains almost all types of controls + third party controls. Now I have a requirement where I have to open a Form on "ctrl + double click" on any control(...
0
votes
1
answer
1k
views
How to bind a ContextMenu to each TreeView item?
And I have a UserControl with a TreeView, and with a ContextMenu DependencyProperty:
public ObservableCollection<Control> ContextMenu {
get {
return ( ...
4
votes
2
answers
644
views
How to add custimized context menu item on right click in browser window?
Here I want to add my custom menu option i.e. ColorZilla, Aptana Studio on web browser right click
1
vote
1
answer
2k
views
Create Custom Context menu
I want to create a custom context menu . can any one provide me a good example ?
Thanks in advance.