contextmenu Questions
2
Solved
I have an issue with the VS Code context menu after a recent update. The context menu looks different from what I’m used to—it appears extremely ugly. Additionally, it only displays 5 items at a ti...
Pastelist asked 13/8, 2024 at 12:47
5
Solved
How to disable the context menu in Flutter (2.x, Web / Browser) when e.g. right click or in touch long press on mobile devices (e.g. DevTools mobile view).
I come from web development with Angular ...
Nimble asked 20/3, 2021 at 0:8
7
Solved
My menu item become bigger so that I want group them and make a line divider to separate each group.
What should I do now ?
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xm...
Forsworn asked 1/12, 2015 at 2:20
6
Solved
Angular: v8.2.8
I manage to use mat-menu (angular material) to emulate the context menu. Right-clicking anyway on my page, the menu appears at my mouse location.
What I want to achieve: when I move...
Himyarite asked 11/10, 2019 at 16:2
1
I have a simple dialog which contains a note field, and when i long press on an item, this happens (I attach different status, to better understand the problem)
Now, here's what I already tried:...
Davey asked 13/7, 2024 at 15:20
2
Solved
First, the standard info:
VS2010 Ultimate
Win7 Ultimate x64
WPF app
The WPF context menu:
<ContextMenu x:Key="RightClickSystemTray" Placement="MousePoint">
<MenuItem Header="Exit" Cli...
Gouty asked 4/4, 2011 at 3:9
2
I know I can use capture the Right Click event by using jQuery's "contextmenu" but my question is, how can I capture the event after the context menu appears i.e. When the user clicks on "Open Link...
Josephinejosephson asked 12/3, 2018 at 5:27
3
I found that the new table component of SwiftUI 3.0 is like a toy, which can be used easily, but it is difficult to expand more functions.
TableRow and TableColumn inherit from the value object. Ho...
Gnostic asked 16/11, 2021 at 23:43
3
I want to add reactions like iMessage above the text like this:
Currently, I'm only able to display the menu and I'm unsure of how to add a custom view above. This is how mine looks:
How can I ad...
Procurance asked 27/1, 2021 at 17:57
2
Solved
I'm currently trying to write a script and I'm relatively new to PowerShell:
function RunScript {
# Prompt the user for their username
$username = Read-Host "Enter your username"
# Pr...
Inertia asked 12/1, 2024 at 19:25
2
first post here so hopefully I can ask this question the most helpful manner possible. I'm pretty new to coding and in trying to push myself decided to attempt to recreate Minesweeper using React a...
Absorber asked 17/12, 2018 at 7:19
4
I'd like to add an option on my context menu (Windows 7 and 10) to open an Anaconda Prompt into the file location when I right-click the folder, but I can't figure out the right registry key.
Here...
Pennell asked 10/10, 2017 at 9:12
23
Solved
I want to add a custom right-click menu to my web application. Can this be done without using any pre-built libraries? If so, how to display a simple custom right-click menu which does not use a 3r...
Segalman asked 5/2, 2011 at 19:32
4
Solved
Passing a single filename to a context menu shell command is simple:
[HKEY_CLASSES_ROOT\*\shell\MyProgram\Command]
@="program.exe %1"
But if I select multiple files, program.exe is invoked for e...
Geanticline asked 22/6, 2011 at 13:33
3
In its recent version, Edge shows a context menu when selecting text. Is there any way to prevent this behaviour with JavaScript? I tried
window.oncontextmenu = e => {e.preventDefault();}; but t...
Biggin asked 28/3, 2022 at 15:7
4
Solved
A G Chrome extension can have a 'browser action'. Usually the ext developer displays the options when you click on it, meaning every action requires 2 clicks, even the default 99%-of-the-time actio...
Oasis asked 19/10, 2013 at 16:40
3
please look this screenshot. In normal case, when text be selected, a popup menu opened, but only have cut/paste item. I want to know, how to add item just like this "web search / share" into this ...
Buskirk asked 23/12, 2015 at 16:22
2
Is it possible to customize context menu in Visual Studio Code ?
Currently it looks like this.
I need to add two more menu options to this.
Something like "Go Back" and "Go Forward".
Can this...
Merciful asked 12/10, 2017 at 16:13
1
I try to use the contextMenu Plugin, but I get $.contextMenu is not a function.
I tried it like in the demo.
I can't figure out what I am doing wrong.
$(function() {
$.contextMenu({
sel...
Kerin asked 2/4, 2018 at 2:54
4
Solved
I've developed an application that load an image using the context menu of window (right click on the file) and for the moment is working, but the reg key is on
HKEY_CLASSES_ROOT\*
and it works wi...
Phosphorite asked 23/1, 2010 at 16:12
2
Solved
I want to customize the action buttons on context menu for iOS 13+
Menus are something like this:
I thought I could set the custom font like UIAlertController actions like this:
let action = U...
Logwood asked 8/4, 2020 at 8:49
4
Solved
I've recently switched to Windows 11 and after installing git, I found out that the context menu option, to easily launch git bash, is not there. The good news is, that it is possible to access the...
Leopardi asked 5/12, 2021 at 19:17
5
HandleClick seems to only handle left clicks, but it looks like I can use onmouseup and the MouseEventArgs.Button property to detect the right click.
The problem is that the typical browser-provide...
Saucepan asked 24/1, 2020 at 15:44
4
Solved
I'm using System.Windows.Forms.ContextMenu. I want to make it so when you click some of the buttons, it doesn't close the menu. Right now I have it working where whenever you click one, it will reo...
Cultism asked 25/7, 2012 at 20:3
4
Solved
I have set up an UIButton as the rightBarButtonItem in an UIViewController inside an UINavigationController and associated an iOS13 context menu to it.
Long pressing the button shows the context me...
Phenylalanine asked 1/9, 2019 at 9:31
1 Next >
© 2022 - 2025 — McMap. All rights reserved.