Skip to main content
-2 votes
0 answers
26 views

My Wordpress site has two different nav-bars, one when a user is logged out, and another when a user is logged in (password protected). Here is the logged in menu. And here is the logged out menu. ...
Dylan Siewert's user avatar
-2 votes
1 answer
65 views

In WordPress, while trying to edit Appearance: Menus, I was unable to set the “Display Location” for a menu, nor assign a menu through “Manage Locations”. Every time I’d try to save it would revert to ...
Colin's user avatar
  • 377
1 vote
1 answer
112 views

I am trying to implement a custom Jetpack Compose Dialog that contains two elements with their own anchored DropdownMenu: A Header Row with a downward icon that should trigger a menu when clicked. ...
Wisal Muhammad's user avatar
3 votes
1 answer
81 views

Apple menu and Sport App is cool, but I want my own idea more cooler than other. I am try to make new! Here full code: import SwiftUI struct ContentView: View { @State private var isExpanded ...
Antonio A. Chavez's user avatar
0 votes
1 answer
148 views

Don't even know how to explain this... On IOS 26, in a scrollable view that contains a Menu, if I start scrolling the view before the menu selection animation finishes (roughly within ~1 second after ...
Vitor's user avatar
  • 33
0 votes
1 answer
92 views

I have seen a lot of tutorials how to customize the menubar, but none of them I found explain how to implement an action, they used leave it as an "exercise for the reader". For instance: @...
koen's user avatar
  • 5,918
Advice
0 votes
1 replies
111 views

EAGH the "Quit" option I have been seeing on the menu is the Ubuntu "quit application" menu. NOT MINE. So the question becomes - why do I not see a menu in my application? The ...
iain maoileoin's user avatar
9 votes
1 answer
1k views

I am getting the message: Adding '_UIReparentingView' as a subview of UIHostingController.view is not supported and may result in a broken view hierarchy. Add your view above UIHostingController.view ...
PW1990's user avatar
  • 571
3 votes
3 answers
668 views

In my SwiftUI app, I use a button menu. When moving to Xcode 26, I automatically "benefit" from new iOS Style, which is annoying because actual selection disappears when the menu opens, and ...
Eric's user avatar
  • 714
0 votes
2 answers
144 views

I have a dropdown menu on my Wordpress website that adds submenu items and it's categories into a dropdown menu. This works for one menu-item, with the help of that #id class. Now i can't get it ...
Jelle's user avatar
  • 57
1 vote
0 answers
60 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
  • 186
1 vote
1 answer
109 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
92 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
52 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,637
5 votes
1 answer
163 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

15 30 50 per page
1
2 3 4 5
1054