- consider this setup:
All the menus live in the myWidget
’s switcher:
- you can switch between them directly or using an Index:
No need to create / remove anything apart from the myWidget
that holds it together.
- let’s say we want to return to the Main Menu from Controls; add a basic dispatcher to the wControls and have a button call it:
- Now we can return the menu we need:
The above can be set up better but should work just fine for a menu with a dozen or so screens. It, of course, assumes we’re displaying one menu at a time rather than some multilayered overlapping fancy 3d carousel stuff.