Feeling rather foolish. I have a couple of FireMonkey applications deployed to Windows and OSX that used accelerator keys to access menu options. When I recompile these apps in 10.1 Berlin, the accelerator keys no longer work (testing under Windows 10). More specifically, the accelerator assignments are identified by underlines when the "Alt" key is pressed, but the menus do not activate. Likewise the system menu normally accessed via Alt-Spacebar (although Alt-F4 closes the applications).
Although the documentation states that I should use TMainMenu for OSX and TMenuBar for Windows, in the past I have had success deploying to both platforms using TMainMenu.
A review of the documentation advises that I need to access the menu platform service, but, my tests with SupportsPlatformService and GetPlatformService - although they compile and run - do not restore the accelerator key function.
Obviously I am missing something fundamental; can someone point me in the right direction?
Thanks in advance...
Wes