Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
115 views

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 *...
Sumin Lee's user avatar
0 votes
1 answer
429 views

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....
Rhyme Ahmed's user avatar
1 vote
1 answer
1k views

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....
Mochammad Faris's user avatar
0 votes
0 answers
237 views

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 ...
Blair's user avatar
  • 101
0 votes
1 answer
3k views

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 ...
bprasanna's user avatar
  • 2,463
3 votes
1 answer
778 views

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 ...
uuuuuu's user avatar
  • 139
2 votes
1 answer
427 views

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....
pearmak's user avatar
  • 5,037
11 votes
2 answers
17k views

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 ...
Albert Herd's user avatar
0 votes
1 answer
664 views

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 ...
oneManArmin's user avatar
0 votes
1 answer
213 views

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 ...
Yohek's user avatar
  • 1
0 votes
1 answer
2k views

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 ...
Charlie's user avatar
  • 101
0 votes
1 answer
3k views

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 ...
Bento's user avatar
  • 231
2 votes
2 answers
2k views

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 ...
Bhavin Solanki's user avatar
0 votes
2 answers
2k views

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 ...
TAKL's user avatar
  • 339
2 votes
0 answers
97 views

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({ ...
jesus6402's user avatar
2 votes
1 answer
847 views

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 ...
Hanspeter Stocker's user avatar
1 vote
0 answers
157 views

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 ...
Amin Smida's user avatar
9 votes
3 answers
7k views

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 ...
Kver's user avatar
  • 797
0 votes
1 answer
650 views

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....
Carbine's user avatar
  • 7,913
0 votes
1 answer
838 views

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 ...
Sneha Patani's user avatar
2 votes
1 answer
173 views

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(...
Anantgyan gangrade's user avatar
0 votes
1 answer
1k views

And I have a UserControl with a TreeView, and with a ContextMenu DependencyProperty: public ObservableCollection<Control> ContextMenu { get { return ( ...
Aaaaaaaa's user avatar
  • 2,114
4 votes
2 answers
644 views

Here I want to add my custom menu option i.e. ColorZilla, Aptana Studio on web browser right click
Yashwant Kumar Sahu's user avatar
1 vote
1 answer
2k views

I want to create a custom context menu . can any one provide me a good example ? Thanks in advance.
Chirag's user avatar
  • 56.9k