Skip to main content
0 votes
2 answers
90 views

A little bit of a tricky situation that I have run into trying to implement a menu bar element. My main page contains a few elements, such as a TreeView and an info display when a TreeView element is ...
Vlad SD's user avatar
  • 363
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 votes
1 answer
72 views

The following code creates a menu list called "User Selection" with four menu items: "Save", "Save As", "Load, and "Load From": my $userselectedmenuitems = ...
Nathan Goedeke's user avatar
2 votes
0 answers
57 views

My app displays a custom view MenuBarView() as a menubar button. I'm using this in my AppDelegate: if let button = statusItem.button { let menuBarView = MenuBarView() let hostingViewForMenuBar ...
ldt's user avatar
  • 393
0 votes
0 answers
69 views

@Component({ selector: 'app-root', imports: [RouterOutlet,FormsModule,MenuBarModule], templateUrl: './app.component.html', styleUrl: './app.component.css' }) when im typing the ...
Mohan Krishna Kasireddy's user avatar
1 vote
1 answer
265 views

I looked at several videos, explaning how to use the menu and the toolbar to make regression models. But when I open Geogebra, I have none of these menu bars. There's only a burger menu whose content ...
Myosotis's user avatar
  • 285
0 votes
0 answers
235 views

I use a menubar with only icons on the left and would like to give the icons tooltips. However, when combining a TooltipTrigger with MenubarTrigger, the tooltip stays visible behind the open ...
Gandarufu's user avatar
1 vote
1 answer
71 views

I'm trying to create a menubar app that will update the word shown in the menubar every 10 minutes. But at the moment it is just showing KBar initially instead of being set to a random word ...
alamodey's user avatar
  • 15.2k
2 votes
1 answer
625 views

I am using Angular 18 and the RC version of PrimeNG 18 ("primeng": "^18.0.0-rc.1") I am trying to use a custom icon for the MenuBar component elements, since by default using icon: ...
codrut's user avatar
  • 99
0 votes
2 answers
96 views

Since I use ownerdraw for the menu bar, the key access does not work anymore. Without ownerdraw Alt+F works for the item "&File", with ownerdraw nothing happens. What is missing here? ...
Mapeman's user avatar
  • 43
1 vote
0 answers
137 views

I am trying to show a context menu in a macOS menu bar application when I right-click an NSButton within an NSMenuItem. The context menu appears as expected when the NSButton is placed directly on an ...
ystk's user avatar
  • 11
0 votes
0 answers
43 views

I admit that ideally I should not be trying to use the f10 as a keypress() in python but I have a program which is used at a miniature railway to track train movements. The signallers select the type ...
John A - Essex's user avatar
1 vote
0 answers
217 views

I am using React with PrimeReact for my project. I've noticed an issue with the Menubar component where it briefly displays in the mobile version when I refresh the page before switching to the ...
magguire's user avatar
0 votes
2 answers
53 views

Good day, I am trying to create a dropdown menu on my freshly new website but cannot find the reason as to why it does not appear. It should appear under "About" but when I click on it ...
mosaiic's user avatar
  • 19
1 vote
1 answer
608 views

I need to show a menu bar ("windows style), as described https://learn.microsoft.com/en-us/dotnet/maui/user-interface/menu-bar?view=net-maui-8.0 but I would like to put it on the bottom, ...
user18107302's user avatar

15 30 50 per page
1
2 3 4 5
70