Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
20 views

I have a maui app and it has a menu bar in the front page that looks like this: What I'm looking to do is some how resize the height of the menu and change the font size and (if possible) the font ...
Bob Gatto's user avatar
  • 166
1 vote
1 answer
56 views

I'm trying to create a SwiftUI Menu containing two Picker to control content and sort. However, I cannot replicate menu appearance shown in my reference screenshot. No matter which approach I try, I ...
Anton Genkin's user avatar
1 vote
1 answer
81 views

I have a simple Javascript-enabled Wordpress menu plugin that I've built myself. It has a top level menu that works fine and a sub-menu dropdown that doesn't. For some reason, only the first (top) ...
Fran Green's user avatar
0 votes
1 answer
46 views

I want to make a very simple Single Window App that can open/close some external resources in order to process them. Using code from this solution How to limit the number of windows in a WindowGroup? ...
Peter M's user avatar
  • 7,593
5 votes
1 answer
147 views

I am working on a program to create menus with colors using ncurses on Linux: #include <stdio.h> #include <stdlib.h> #include <ncurses.h> #include <ncurses/menu.h> int main() {...
new_vintage's user avatar
3 votes
1 answer
95 views

I have downloaded html5up's Editorial template and I'm trying to collapse the menu sidebar when the page is first visited. As shown in the screenshot below, clicking on the blue three-bar icon toggles ...
ToddP's user avatar
  • 744
1 vote
1 answer
73 views

I have a wordpress site, currently locally hosted with xampp. Context Structure: Child of Twenty Twenty-Five theme (block-based, doesn't support menus in Appearance-> Menu). In the site I have a &...
Francesco Mazzini's user avatar
0 votes
0 answers
91 views

I have an Audio Player app for macOS, that opens and parses cue sheet files. I want those cue sheet files to be in an 'Open Recent' menu. My app is not Document-based, the UI is written with SwiftUI ...
Zaxonov's user avatar
  • 1,465
0 votes
0 answers
28 views

I have a GTK3 application with menus defined in .ui files like that: <menu id='menubar'> <submenu> <attribute name="label" translatable="yes">_File<...
Marcel's user avatar
  • 1,907
0 votes
1 answer
102 views

In MacOS app I want to do my own custom action when user choses "Settings ..." from app menu, or presses cmd+, . So I need to either modify or replace a corresponding menu item. How to that? ...
Kaven's user avatar
  • 491
-4 votes
2 answers
81 views

A friend has given me some code which toggle on and off a menu, and he didn't consider the fact it needs to start off (start invisible). I am using Unity (C#). Here is the code, any input would be ...
RED light editor's user avatar
0 votes
0 answers
20 views

In VS Code, i can press ctrl + shift + p, and a dropdown menu will appear. This menu has last used elements. Can i pin some of them? I don't need quick access buttons (shortcuts). If not - Is it ...
mischa-94's user avatar
0 votes
0 answers
28 views

/* * ForecastFragment */ public class ForecastFragment extends Fragment { //------------------------------ //---- DATA MEMBERS ---- //--------------------...
Terence Boakye's user avatar
1 vote
0 answers
41 views

How do I remove the context menu when a user taps a "tel:" link in a WkWebView on iOS? I've tried to override the buildMenu in the WkWebView, but i can't find the appropriate identifier. ...
Martin Claesson's user avatar
0 votes
1 answer
62 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

15 30 50 per page
1
2 3 4 5
1054