I would like to create a GUI like that:
I’m trying to utilize Gooey and Monarch, and tried to create a main “pause” gui which has the buttons representing the tabs and also an exit button. Then, on the top of that there could be a popup for current tab - like on the image, there is some inventory gui below tabs.
The problem is, when I monarch.show(hash("inventory")
the “pause” gui below loses its input focus and I can’t click on other buttons nor exit button.
I can create each gui with the tabs above, and paste a code handling those buttons in each of those gui, but that’s not an elegant solution. I do want to have a one gui with background and tabs buttons and exit button below each gui representing inventory, quest log, etc.
What do you think would be better approach?