Hey fellas, I have a greate challange for ya!
How can I create a “Vertical TabList Menu” with CommonUI? Like in the following picture:
Using:
- “CommonTabListWidgetBase” for the TabList
- “CommonActivateableWidgetSwitcher” for the different “CommonActivateableWidgets”
Functionalities:
- Pressing “Confirm”, e.g. Enter on Keyboard or Bottom ActionButton on Gamepad should set the Focus to the ActiveTab’s Widget
- Pressing “Back”, e.g. ESC on Keyboard or Right ActionButton on Gamepad should bring you back to the TabList
I am currently struggling with the different focus setups…Hope someone has done this before and can tell me at lest that this is possible in some way.
Btw., the listet components above are no Must-Have criteria, but at least the default COmmonUI functionallities hsould be used (no exotic ways like C++ please).