Skip to main content
Filter by
Sorted by
Tagged with
Tooling
1 vote
2 replies
44 views

I created a menubar with several menubuttons in tcl/tk. Then I wanted to add several commands. The text ist normally short enough for one line, but there is one text which is longer. Is there any way, ...
A.Pitt's user avatar
  • 47
0 votes
0 answers
31 views

I can´t seem to redirect with the Clicked property to another app using shell content... <Shell.ItemTemplate> <DataTemplate> <HorizontalStackLayout Spacing="55" ...
Yayeiro's user avatar
0 votes
0 answers
28 views

I need to call a Share menu item from Apple Script. For example I'd like to share a website to the Notes app. But I cannot find out which process to activate. I'm able to display the Share menu, but ...
Thomas's user avatar
  • 61
0 votes
1 answer
66 views

In Antd 5.22.x with React 19, it seems impossible to hide the label popup when clicking a menu item while the menu is collapsed (see screenshot): It seems that in the collapsed mode the label gets ...
Phil's user avatar
  • 1
0 votes
0 answers
42 views

I'm trying to create a code snippet that will allow me to hide a menu item if a user has already posted at least 1 of a specific post type. I have this: function hide_specific_menu_item($items, $args) ...
gmak's user avatar
  • 113
1 vote
1 answer
127 views

I am working on/learning WPF to use with PowerShell. I needed a customized MenuItem, and I managed to come up with the code below. The code works well and retains all the functions of a traditional ...
Humberto Freitas's user avatar
1 vote
1 answer
70 views

I have a following Xaml: <DataGrid ItemsSource="{Binding Items}" SelectedItem="{Binding SelectedItem}" SelectionMode="Single"> <DataGrid....
Chi Hieu Phan's user avatar
1 vote
1 answer
60 views

I want to use a remote image as an icon in bottomnavigation. coil version is 3.0.4 To set an image to a menu item, it must be a drawable class, but when coil was updated to version 3, it changed to ...
MR.Smile's user avatar
0 votes
0 answers
46 views

I want to get the parent of menuitem in mvvm mode, so that I can add the input binding on the parent control.Here is my code. ViewModel namespace MenuItemMinimumDemo { public class MainViewModel : ...
Milianto's user avatar
-1 votes
1 answer
156 views

I'm working on the context menu items to get the messagebox to display when I click on the context menu items. The click event for the context menu items will not be firing when I create custom right ...
chris oojer's user avatar
1 vote
1 answer
146 views

I was directed to an existing answer here: https://stackoverflow.com/a/60222653/2287576 But I am struggling to follow that code. This is what I have: CPngImage png; png.Load(IDB_PNG_MENU_REPORT, ...
Andrew Truckle's user avatar
0 votes
0 answers
66 views

I need your help again because I can't find the error. I purchased the NobleUI theme because I wanted to get things done quickly. Now I have the problem that when I click on a menu link, a different ...
Kevin Bollinger's user avatar
0 votes
1 answer
68 views

I built a navigation using JS and SCSS. On desktop it works totally fine, also some mobile devices like Galaxy S10 show the dropdown menu. But most other mobile devices do nothing when I click the nav ...
Ameh's user avatar
  • 7
0 votes
1 answer
77 views

I was wondering if I could modify the following shiny app and put the sliderInput into the sidebar section : library(shinydashboard) ui <- dashboardPage( dashboardHeader(title = &...
Haribo's user avatar
  • 2,236
-1 votes
1 answer
81 views

I'm working on my C++/CLI project as I'm adding the sub menu items with click event. I'm having a problem with getting the text of the menu item, because when I try this: Debug::WriteLine("...
Robert Jones's user avatar
0 votes
3 answers
245 views

I have an import (and export) button(s) that works fine placed in a view. var body: some View { Button(action: { isImporting = true }, label: { Label("Import", ...
Stéphane's user avatar
0 votes
1 answer
288 views

In one of my application, I added a new item in the Windows Explorer context menu of Windows 11. This worked well, but now I want to add a group of items. I could achieve that by updating the ...
Jean-Milost Reymond's user avatar
0 votes
1 answer
66 views

I have a context menu with the following items <ContextMenu x:Name="NotificoContextMenu" x:Shared="false" x:Key="SysTrayMenu" x:FieldModifier="public" ...
VindE's user avatar
  • 3
1 vote
0 answers
24 views

I have a menu with a few items, which are displayed or hidden depending on if the user is logged in. If the user has logged in, I show an item option to sign out. When this happens, I launch the home ...
xerez's user avatar
  • 89
2 votes
1 answer
68 views

This question relates to the post here - the original question was resolved, but then another cropped up. As you can see the MenuItem is appearing the wrong side As the prior issue was related to ...
gchq's user avatar
  • 1,813
0 votes
0 answers
678 views

I am writing a nested menu component in Blazor with MudBlazor nested menu components, like described in in the documentation here: https://www.mudblazor.com/components/menu#nested-menu However, no ...
KimVerona's user avatar
0 votes
1 answer
57 views

Code: auto pMenuEdit = GetCongregationSubMenu(1); if (pMenuEdit != nullptr) { const int iSize = pMenuEdit->GetMenuItemCount(); for (int i = 0; i < iSize; i++) { CString ...
Andrew Truckle's user avatar
0 votes
2 answers
603 views

I have a created checkbox to each of MenuItem in a MUI Menu. And a user can select more than one menu item at a time. Is there a way to get the selected menu item values ? Because if I put event....
SM079's user avatar
  • 797
0 votes
0 answers
92 views

In AppKit, you can set up a menu item so that it invokes a selector in the first responder. If memory serves, you do that by setting its target to nil, and then the system walks the responder chain, ...
Duncan C's user avatar
  • 132k
1 vote
0 answers
140 views

I am trying to keep all the modal opening & closing logic inside the Menuitem component, as otherwise I have to write that login separately in multiple files wherever I am using this menuItem, &...
Abhishek Mohanty's user avatar
0 votes
1 answer
132 views

In my project, I try to remove the extra menu when the search view is clicked and return the menus when canceling the search view. Please find the screenshot below I use this below code to hide and ...
Jagan's user avatar
  • 642
0 votes
0 answers
63 views

The problem is that I am utilizing Flutter to design an application, and I have made a custom drawer and app bar. If an item in a drawer is clicked, it should open; but, if you click on item 1 again, ...
Future Insight's user avatar
0 votes
1 answer
614 views

Is it possible to add a Woocommerce product category to the menu dynamically? How can I do this? I am trying to add woocommerce product category to the menu dynamically. I am expecting a good solution ...
Farhan's user avatar
  • 9
0 votes
1 answer
73 views

I have the following wpf grid block. I have an image named truc.PNG, a small file image measuring 16x16 pixels. I can see it in the image block, but not as an icon in one of the menu bar items.I've ...
Cominoda's user avatar
1 vote
0 answers
62 views

I have one suspended state of my application that I can't get around in any way. I was able to successfully create an application that has absolutely all the functionality. I decided to practice a ...
George Elizarov's user avatar
0 votes
1 answer
53 views

After looking through docs and threads I can't find a solution for my case an am wondering if I could get some help / slight nudge with this. I'm not fully understanding this function and am teaching ...
ACE's user avatar
  • 1
-1 votes
2 answers
89 views

I have a problem using CSS (tried JS and it's the same, it doesn't work) for a dropdown menu. When i click on my button to open the submenu it appears instantly, how can i make the transition smooth? ...
CuloAtomico's user avatar
1 vote
0 answers
107 views

I have just completed a basic VSIX package which provides only one command. The command takes the selection from a C# file and does some refactoring, the details of which are uninteresting for this ...
Jürgen Böhm's user avatar
0 votes
1 answer
90 views

I am using latest version of Vaadin (v24). AppNavItem is not marked as active after ui.navigate(SomeView1.class). SomeView1 is connected to the AppNavItem. In my AppLayout class I have: nav = new ...
Curi's user avatar
  • 1
0 votes
0 answers
30 views

I am creating a clocking in button for our organisation in google sheets. When the menu item 'Clock in' (function: "Clockin") is selected, it adds in a new row, and I want it to add in the ...
Miss Cairo's user avatar
0 votes
0 answers
114 views

I'm just starting my adventure with react. I tried to use select with material-ui, but now I run into a wall. My select has a certain width and when MenuItem has a short content then the dropdown ...
pearowaty's user avatar
1 vote
0 answers
29 views

I have an activity with a Toolbar showing an settings menu. When I access the menu items via val icon0 = ResourcesCompat.getDrawable(resources, id0, null) (findViewById<View&...
Chris's user avatar
  • 1,487
2 votes
1 answer
671 views

I'm trying to write an accessible application, and I have a menu(dropdown), and each item on that menu/dropdown should be a link, is it correct to use menuitem role as link? see this example: <div ...
Ali Faris's user avatar
  • 18.7k
1 vote
0 answers
43 views

I'd like to change the background color of a MenuItem in WPF if the page it links to is the page I'm currently on. I've already figured out how to change a MenuItem upon MouseOver, and figured it ...
ElectricFrankincense's user avatar
0 votes
1 answer
39 views

When creating a new project in Xcode, the default menu bar in the storyboard has a "Revert to Saved" menu item in the "File" menu. However at runtime, in a non-NSDocument app, the ...
fbitterlich's user avatar
5 votes
0 answers
2k views

I implement this successfully After that I want to implement custom search bar with menu icon like this on TopAppBar and no suggest strings needed, but this custom search bar not created by me ...
Sajjad Hussain Bhutta's user avatar
0 votes
1 answer
66 views

One of my eclipse plugins adds this context menu item: <menuContribution locationURI="popup:org.eclipse.ui.popup.any?after=additions"> <menu id="sourceMenuId" label=&...
dawge4qd's user avatar
0 votes
1 answer
92 views

I have a context menu with that contains several menu items. One particular menu item ("In postfach kopieren") used to have many menu items as its children. The problem is that sometimes the ...
abishekgolecha's user avatar
0 votes
0 answers
356 views

I did a context menu for the control as described in tutorial: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/context-menu It works perfect. <Entry ...> <FlyoutBase....
jaydopartu's user avatar
-1 votes
2 answers
378 views

enter image description here highlighted are the submenu item i want to hide in a custom module. here are some changes that i have done on backend side but it does not effect the UI side adding menu ...
Muhammad Awais's user avatar
0 votes
2 answers
667 views

I got an issue trying to use MUI MenuItem and NEXTJS13 Link. Versions: MUi: "@mui/material": "^5.13.5", NEXTJS: "next": "13.4.5", import MenuItem from "@...
AleOjeda's user avatar
0 votes
1 answer
416 views

<record model="ir.ui.menu" id="hr_payroll.menu_hr_payroll_payslips "> <field name="name">Payroll</field> </record> I use this code that I saw ...
Jeremydlcg's user avatar
0 votes
0 answers
25 views

After Anything order I move to My Order bottom navigation menu then I select Home it selects My Order again not open home screen BottomNavigation Image <com.google.android.material....
Vishal Thakur's user avatar
1 vote
0 answers
103 views

I am trying to copy all row values of a datagrid, using "Copy" in "Menu Item" However, I am getting a weird situation. I have made a context menu in wpf and using mvvm and making ...
mukul nagpal's user avatar
4 votes
1 answer
210 views

In SwiftUI how to to alternate between 2 menu items, when holding down the Options key like when you open a Finder File menu and press down the Options key, some items alternate sadly my approach ...
Peter Lapisu's user avatar
  • 21.2k

1
2 3 4 5
51