contextmenu Questions
2
Solved
I'm trying add some shell extensions using python with icons and a sub menu but I'm struggling to get much further than the demo in pywin32. I can't seem to come up with anything by searching googl...
Birck asked 31/5, 2012 at 12:33
8
I am making a vertical EditText for traditional Mongolian. I have successfully implemented it by embedding a slightly modified EditText inside of a rotated ViewGroup. I need to create a completely ...
Matthaus asked 16/1, 2017 at 9:33
2
I'm trying to make an extension and which uses chrome.contextMenu. I create a contextMenu element and it works fine, but now I'm wondering if it is possible to add a keyboard shortcut to my element...
Swashbuckler asked 22/6, 2015 at 21:20
4
Solved
I'm trying to position a custom context menu with jQuery.
The first time it appears at the right position (mouse coordinates), but then the current position is being summed up with the new position...
Hallelujah asked 3/4, 2013 at 18:34
2
I have a button which is supposed to trigger a custom behaviour. Therefore I am using Jquery's contextmenu event. Please see my fiddle.
Currently I am binding the event this way:
$( "#mybutton" )...
Atlantes asked 28/7, 2017 at 7:22
3
I am writing a WPF application using the MahApps Metro UI toolkit.
http://mahapps.com/guides/quick-start.html
From the guide on their website, I have basically finished my application and it look...
Lovash asked 27/2, 2016 at 15:7
7
Solved
I would like to write a python script that would upload any file I select in Windows Explorer. The idea is to select any file in Windows Explorer, right-click to display file's Context Menu and sel...
Derte asked 20/12, 2011 at 3:1
16
Solved
My goal is to have an EditText that has no fancy features, just the Text Selection Handler for moving the cursor more easily -- so no context menus or pop-ups.
I've disabled the appearance of the ...
Notepaper asked 9/1, 2015 at 22:3
3
Solved
If the Context menu is "hardcoded" in xaml, then it is easy to add submenus. For example:
<ContextMenu>
<MenuItem Header="Comm1" Command="{Binding Blabla1}">
<MenuItem Header="Sub...
Thallic asked 3/9, 2013 at 11:7
2
Solved
I need to hide the context menu of Ribbon Control
I tried
<Ribbon.ContextMenu><ContextMenu Visibility="Hidden"></ContextMenu></Ribbon.ContextMenu>
This did the job up...
Blase asked 29/6, 2013 at 1:43
9
I have a WPF application..In which I have an Image control in Xaml file.
On right click of this image I have a context menu.
I would like to have same to be displayed on "Left click" also.
How ...
Bolster asked 29/11, 2010 at 16:5
6
Solved
I'm using jsTree 3.0.0 and I need to modify the context in one of the following ways:
Change label language for the default items, disable some default items and add new items.
Rewrite all items ...
Matri asked 13/1, 2014 at 16:20
3
I have developed a chrome extension that opens a popup when I click on the icon near the address bar. Everything works fine, however I want to add some functionality to it. So I thought I'd also ad...
Germanous asked 25/7, 2013 at 7:30
5
Solved
I have the need to trigger the opening of the browser (IE, Firefox, Safari, etc) context-menu via javascript. The problem I am trying to solve, is when an overlaid element is right-clicked, the ele...
Plague asked 6/8, 2009 at 21:9
1
Network connection shortcut (Ethernet, Wi-Fi, etc.) have different context menus depending on the connection state (connected/disconnected).
I use the following code (Delphi) to retrieve and displa...
Chloral asked 13/1, 2016 at 12:59
2
Solved
The flutter (on desktop) shows this custom context menu for the text fields which is absolutely ugly:
Do you know of a way that this can be customized?
UPDATE
I actually found the answer. You have...
Plush asked 20/12, 2022 at 20:21
3
Solved
My app supports iOS 13 dark mode, and provides the user the option of matching the system appearance or forcing the app to always use either dark mode or light mode, irrespective of the system sett...
Donelson asked 18/11, 2019 at 17:9
2
Solved
I have the following view:
struct ContentView: View {
var body: some View {
LinearGradient(gradient: Gradient(colors: [.blue, .red]), startPoint: .topTrailing, endPoint: .bottomLeading)
.cornerR...
Pedigree asked 5/7, 2020 at 14:20
2
Solved
When I right click in the editor, vs code executes whatever menu item the cursor happens to be over. It happens far too fast for me to make my actual choice known.
I have already spent 30 minutes t...
Ischium asked 16/12, 2021 at 22:2
20
Solved
How to add a context (aka right click) menu to the windows explorer that, when clicked, opens the git-bash console in the current explorer folder?
Courbet asked 24/6, 2014 at 12:28
2
Solved
Is there any property in highcharts that I can use to remove the chart context menu (the one looks like a hamburger menu on the right hand side) appears in this column chart using javascript?
Is ...
Maxiemaxilla asked 16/3, 2019 at 13:54
2
Solved
Hi Everyone i hope you all are safe and healthy.
I have this concern, this years i noticed the underline on letters are gone, they are very helpful since it indicates what keyboard key to press to ...
Sayres asked 3/7, 2020 at 3:17
2
Solved
Is there a way to create ContextMenuStrip using Visual Studio and Forms with Windows 10 style. I know, that its Renderer can be changed in order to have look like Windows Vista, 7 and 8. And that i...
Gomes asked 25/9, 2015 at 16:1
1
Context
I am currently working with the new SwiftUI ContextMenu, which supports a Preview. However, I have difficulties forcing the Preview to take up the full width of the screen.
Code
Text("...
Piaffe asked 25/8, 2022 at 17:28
4
Solved
I have the following GridView:
<ListView Name="TrackListView" ItemContainerStyle="{StaticResource itemstyle}">
<ListView.View>
<GridView>
<GridViewColumn Header="Title" Wid...
Polyglot asked 14/4, 2009 at 14:31
© 2022 - 2025 — McMap. All rights reserved.