4,563 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
64
views
Why are my context menus for the Client, Site and Division not displaying
As mentioned in the subject line why are my context menus for the Client, Site and Division not displaying when running the code shown below! I've only includes the relevant sections below:
<div @...
0
votes
0
answers
154
views
context menu inside LazyVGrid foreach takes the first element always
My context menu button (with a delete button) always deletes the first photo of the photos list irrespective of the right-clicked/long-pressed photo
List {
Section {
LazyVGrid(columns: ...
1
vote
1
answer
27
views
OnCreateContextMenu never called Android .NET VS 2022
I've see some post about the same issue in 2013 but in 2025 with Visual Studio 2022 Android.NET
I have the same problem
I have a Listview
I have An activity for it
I have a custom adapter for the ...
1
vote
0
answers
42
views
Why doesn't the copy/paste context menu appear when I long-press on text inside a RecyclerView item?
During the recycling and reuse process of RecyclerView (items/views).Why doesn't the copy/paste context menu appear when I long-press on text inside a RecyclerView item?
If I use holder....
0
votes
1
answer
71
views
Primefaces: ContextMenu on Tab in TabMenu
I have a Primefaces Tabview with multiple tabs, and I'd like to add a context menu specifically to its tabs (each tab would have its own), but NOT to the whole tabview.
Online I had found this:
<h:...
0
votes
1
answer
118
views
Is there multiple selections for ContextMenu in SwiftUI?
In UIKit we have this:
func collectionView(
_ collectionView: UICollectionView,
contextMenuConfigurationForItemsAt indexPaths: [IndexPath],
point: CGPoint
) -> ...
1
vote
0
answers
94
views
iOS Crash on UICommand performWithSender:target: When Using Context Menu in InAppWebView (Flutter)
I'm encountering a crash on iOS when tapping on a native context menu item inside a flutter_inappwebview. The crash log points to UICommand performWithSender:target: in UIKitCore.
Crash Log (Excerpt):
...
0
votes
1
answer
66
views
Kendo Angular ContextMenu: Disable Item When Using [items] Binding
I'm currently using the kendo-contextmenu (@progress/kendo-angular-menu v15.3.0.) component in an Angular application, and I'm binding menu items dynamically using the [items] input.
I would like to ...
0
votes
0
answers
59
views
Dropdown with contextMenu trigger closes instantly when hovering — How to keep it open?
I'm using Ant Design's Dropdown component in a React app. The dropdown is triggered via right-click using trigger={["contextMenu"]}.
However, there's an issue:
When I right-click on the ...
0
votes
0
answers
50
views
How to get file information through right click in explorer? [duplicate]
For a hobby project I want to be able to extract certain filetypes from .zip and .rar files to a new directory in the directory which contains the zip/rar files. I want to be able to select the files ...
0
votes
0
answers
32
views
Cannot get Chrome extension context menu to work [duplicate]
I'm trying to make a Chrome extension from selecting a text (eventually, I want to be able to add vocab into a separate website).
Obviously, I have to use the context menu API. But I can't get it to ...
1
vote
0
answers
94
views
Problem with TrackPopupMenu Blocking Events in Custom Menu Bar
I'm working on a project to create a custom menu bar with the system's native default background, a grip style, and buttons. I'm running into an issue with TrackPopupMenu items: when I click on a ...
0
votes
2
answers
132
views
How to Use Letta's Archival Memory in Python SDK?
I'm developing an AI-powered webpage builder using a large language model (LLM). To maintain consistency across webpage components, the agent needs to remember previously generated components. Given ...
0
votes
1
answer
100
views
How to press the context menu keyboard button with pyautogui?
What is the hotkey or keyboard key that is assigned to the physical context menu button on the keyboard within the pytestautogui framework?
I've read though the list of options but nothing stood out ...
0
votes
0
answers
30
views
Sparkline Cell Context Menu
AG-Grid recently updated to v33. While attempting to migrate, I noticed an issue. Previously, an agSparklineCellRenderer would display the grid's context menu when right-clicked.
However, now that the ...