I am new to Cegui, and I encounter some problems.
In my game, I use a layout to show a properties screen for an item clicked. This little window has a root window called PropMenu.
When this windows is closed, I destroy it through windowmanager->destroyWindow().
When player clicks on another item, it reloads the window, and then I got an error because the name "PropMenu" is already use:
Code: Select all
GUILayout_xmlHandler::startElement - layout loading has been aborted since Window named 'Root' already exists.Even I can find a workaround (show/hide the window), the question is still here, if I wish to have multiple properties window from the same layout to be open at the same time.
Can you guide me?
Thank you
