Code: Select all
FrameWindow *frame = static_cast<FrameWindow *>(winMg.createWindow("WindowsLook/FrameWindow","GridControlFrameWindow")); // Create the frame window
ScrollablePane *scrollPane = static_cast<ScrollablePane *>(winMg.createWindow("WindowsLook/ScrollablePane","GridControlScrollPane")); // Create the scroll pane
frame->addChildWindow(scrollPane); // Add the scroll pane
fWnd2->addChildWindow(frame); // Add the frame
fWnd2 is my main window.
In my console that i run with my ogre app, i see this error maybe someone recognizes it .
Code: Select all
CEGUI:;WindowFactoryManager::getfactory - A WindowFactory object, and alias or mapping for "windowsLook/ScrollablePane Window objects is not registered with the system