I just migrated a PB 12.6 app to PB 2019 trial. A problem that occurred in 12.6, and I was hoping that it will be solved in the newer versions of PB, is related to window menus, when we use the docked interface.
We have development a set of libraries that merge menus on runtime. Each main window has is using the application’s frame menu (menuname property) and we dynamically append some menu items on File or Action menu.
These menu items are defining keyboard shortcuts that are not being defined in the frame menu (in fact the main menu does not define any keyboard shortcuts at all).
When we merge these menu items on a docked interface, PB ignores them, when we merge them on the classic interface, they work without problems.
Is there something I can do to fix this?