Recently I started playing around with common UI in one of my projects, I have set up everything necessary to make the Common Bound Action Bar work, I started by creating a MappingContext for the main menu actions.
I also registered those actions in my menu’s c++ class.
the problem is that sometimes when I enter to the main menu the actions don’t show on the bar, and when they show up, If I push any widget to the screen (Even on other stacks) and deactivate it to go back to the main menu the actions are gone.
This is what it should look like:
Bound Action Bar:
Bound Button:
MainMenu UI:
ServerBrowser UI(just to show what the pushed widgets look like):