Falagard TabControl issue?
Posted: Wed Feb 08, 2006 00:17
I recently upgraded a project Im working on to use CEGUI CVS HEAD version, and Im having a problem with the TabControl. The error Im getting is:
The string "__auto_TabPane__Buttons" is defined as a constant in CEGUITabControl like so:
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![Smile :)](./images/smilies/icon_smile.gif)
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
![Smile :)](./images/smilies/icon_smile.gif)