Skip to main content

Questions tagged [contextmenu]

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.

-1 votes
0 answers
8 views

Open and Open with... Missing From Windows 11 Context Menu

On Windows 7, when I right-click on an item in my namespace extension (NSE), the context menu includes the verb Open. On Windows 11, Open is missing. I am testing with shell items whose DisplayName ...
HackTheStack's user avatar
0 votes
0 answers
14 views

Binding to parent control with context menu in UWP (WinUI 3)

I am trying to make a context fold out menu on a list box component, it has a simple but i can't manage to get the binding for command paramter to work. Here is a simplified view of my user control ...
Azazel's user avatar
  • 191
0 votes
1 answer
14 views

Android copy / paste context menu has ghost background when used in dialog

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: ...
m.i.n.a.r.'s user avatar
  • 1,030
1 vote
0 answers
26 views

UIMenu from button inside TablviewCell Not showing properly

I am displaying menu from button as follow: final class YourCustomCollectionViewCell: UICollectionViewCell { private let menuButton: UIButton = { let button = UIButton() button....
nirav's user avatar
  • 651
0 votes
0 answers
25 views

Using showColumnMenuAfterMouseClick to show context menu on column header disappears after appearing in v31

We have an icon in grid column header(custom header template), on clicking of the icon we call GridApi method "showColumnMenuAfterMouseClick" to show the context menu. It was working fine ...
Annamalai's user avatar
1 vote
0 answers
36 views

How can I display complete context menu when making use of v-menu in vue 3

I'm not able to display complete context menu without making use of a method which is implemented with the help of extensions. I am displaying context menu by making use of @contextmenu in v-data-...
Rakshith Ganga's user avatar
3 votes
1 answer
81 views

"Run with PowerShell" gives execution policy error but running directly in PowerShell window does not

I have a simple .ps1 script that basically just creates a directory. When I right-click on the script in Windows Explorer and select "Run with PowerShell", it gives the following error ...
charlesz's user avatar
  • 323
-1 votes
0 answers
9 views

Automator can not identify Rich Link

I just started a Python project on macOS, and I am currently trying to make it so that if a user has Messages open and they right-click on a song shared via Apple Music, the Services menu shows an ...
Dtal's user avatar
  • 21
0 votes
0 answers
9 views

Windows contextual menu activation

I have an application I wrote to Open , Create and Edit Windows *.ico files. I made a Contextual menu item to Open the icon using the "%1" method in the registry. The Application opens but ...
Michael Mulvey's user avatar
0 votes
0 answers
27 views

how to disable some options from the right click menu of a video tag like on deeplearning.ai website. Screenshot is attached

I want to know how we can disable some options from the right click menu of a video element on our site like for example - how the developers of deeplearning.ai website disabled some of the menu ...
Anmol Saraf's user avatar
  • 15.5k
0 votes
1 answer
29 views

Dragging with onMove is not working when LongPressGesture is on view

I want to achieve behavior similar to the Apple Podcast app on the queue screen in iOS. Specifically, I need to: Display a context menu after a long press on every row, except for the view with the ...
Bernard Bijoch's user avatar
0 votes
0 answers
23 views

Is there a way to create a context menu item that only appears when the cursor is focus on certain words for a vscode language server extension?

Currently, I am attempting to create a language server for generating and saving an image from a custom language (similar to plantUML). I want to be able to define multiple diagrams in one file, and ...
Cass's user avatar
  • 11
-1 votes
1 answer
81 views

Context menu item in test cases for Azure devops

Is it possible to create context menu item in Test suit under Test Point item
vijay sai's user avatar
1 vote
0 answers
48 views

Shell extension in Explorer run as administrator

I have a shell extension(COM server in a dll adding a new menu item in the context menu) that runs well in Explorer run as a normal user. I want to see if it can run in Explorer run as administrator, ...
William's user avatar
  • 948
2 votes
0 answers
33 views

Glitched ContextMenu on transparent List

I need a transparent List (because of some particular background) and a ContextMenu on each list item, iOS 17+. The problem here is: when the list item's height is bigger than the list's one and has a ...
Alessio Zap Boerio's user avatar

15 30 50 per page
1
2 3 4 5
305