Menu shortcut char greyed out

Mac OSX specific forum
WilliamL
Addict
Addict
Posts: 1252
Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA

Menu shortcut char greyed out

Post by WilliamL »

I just noticed that all my menu short cut characters are greyed out. They still work but all are greyed out. I ran this example from Help and had the same result. Am I doing something wrong or is this a bug (new feature)?

Code: Select all

If OpenWindow(0, 200, 200, 200, 100, "MenuItem Example")
    If CreateMenu(0, WindowID(0))
      MenuTitle("Project")
        MenuItem(1, "Open"+Chr(9)+"O")    ; I get a grey 'O'
        MenuItem(2, "&Save")   ; I just get 'Save' (no underline or arrow)
        MenuItem(3, "Quit"+Chr(9)+"Esc")   ; I get 'Quit E' with the E greyed
    EndIf
    Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
  EndIf
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
User avatar
mk-soft
Always Here
Always Here
Posts: 6204
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Menu shortcut char greyed out

Post by mk-soft »

Looks the same with other programs ... Is normal
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Piero
Addict
Addict
Posts: 865
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: Menu shortcut char greyed out

Post by Piero »

Well, in sequoia (dark/light mode) it seems normal, but a Mac app with menus having "E" and "O" as """shortcuts""" deserves at least this treatment
WilliamL
Addict
Addict
Posts: 1252
Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA

Re: Menu shortcut char greyed out

Post by WilliamL »

mk-soft,

Yeah, I see your point. Safari has greyed out 'short cuts' too. I guess I just had a 'moment'.

Thanks for the response.
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
Post Reply