Code: Select all
Exception: WindowManager::getWindow - A Window object with the name 'tcLevels__auto_TabPane__Buttons' does not exist within the system
The string "__auto_TabPane__Buttons" is defined as a constant in CEGUITabControl like so:
Code: Select all
const String TabControl::TabButtonPaneNameSuffix( "__auto_TabPane__Buttons" );
Now, I may be wrong here, but it doesnt look to me (after searching the source for that constant) like a window with the name of TabButtonPaneNameSuffix is ever created, which would explain the error Im getting.
Hope that helps