1,038 questions
0
votes
2
answers
90
views
Attempting to Implement a MenuBar, but cannot get Commands to register and execute on click
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 ...
1
vote
0
answers
60
views
How can I set the height and font of a MenuBarItems in the content page?
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 ...
-1
votes
1
answer
72
views
How to disable a single menu item in Perl/Tk menubar?
The following code creates a menu list called "User Selection" with four menu items: "Save", "Save As", "Load, and "Load From":
my $userselectedmenuitems = ...
2
votes
0
answers
57
views
How to get rid of NSStatusItem's mask and shadow?
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 ...
0
votes
0
answers
69
views
PrimeNg 19.x version Packages not loading in imports
@Component({
selector: 'app-root',
imports: [RouterOutlet,FormsModule,MenuBarModule],
templateUrl: './app.component.html',
styleUrl: './app.component.css'
})
when im typing the ...
1
vote
1
answer
265
views
Geogebra : no toolbar and no menu
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 ...
0
votes
0
answers
235
views
How to control shadcn Tooltips on a Menubar?
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 ...
1
vote
1
answer
71
views
Updating a menubar title for MacOS
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 ...
2
votes
1
answer
625
views
How can I use a custom icon for a MenuItem in Angular and PrimeNG?
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: ...
0
votes
2
answers
96
views
Key access to menu bar with ownerdraw
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? ...
1
vote
0
answers
137
views
Trying to show a pop-up context menu on an NSButton within an NSMenuItem in Cocoa
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 ...
0
votes
0
answers
43
views
Preventing f10 selecting the menu bar in Python (Windows 10/11)
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 ...
1
vote
0
answers
217
views
Primereact Menubar Displays Mobile Version on Refresh Before Switching to Desktop Version
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 ...
0
votes
2
answers
53
views
Dropdown menu doesn't appear when I pass the mouse on navbar
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 ...
1
vote
1
answer
608
views
How to put MAUI Menu bar in bottom position?
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, ...