Hello Community,
i have a little problem, the most is said in the topic-title, but here a little longer explanations:
First i want to load a defined gui: engine.gui.addUserInterface ( engine.getGui(), "myGui.ui" );
After this, i do: Gui gui = engine.getGui();
Now my gui is visible.
And now my problems begins: I have a Button called "Add a Tab", with this i want to change the myGui.ui, and add a new Tab dynamic to the .ui, of course i want to remove a tab again too, this needs to be dynamlicy, so i could add more then one tab, and remove more then one tab.
The second thing is, when i added a dynamic tab, i want to input some buttons into the tab too. (Maybe this both things needs to be added together, i dont know?)
I've searched the API and https://developer.unigine.com/docs but i didnt find anything.
Is there any point to help me?
Maybe someone have a example to me, how to do this?
Greetings