I’m having an issue whereby the native Mac menu bar is greyed out if the app doesn’t have focus during loading. The easiest way to make this happen is to build it in XCode, navigate to some other app (e.g. check some email) and then come back to the app once built and it will be greyed out. There are examples of user behaviour in my app that cause this also.
Any idea what I might be doing wrong? I can post code examples but it is hard to know which parts to share as I’m not sure where the issue could be coming from.
Can you post a minimal code example that displays the problem? I’ve tried to reproduce it with the MenusDemo in JUCE/examples by adding setMenuBarPosition (MenuBarPosition::global); at line 167 of MenusDemo.h but the menu items are active when I re-focus the app after launching.