scroll pane error?

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

JohnBoyMan
Just popping in
Just popping in
Posts: 16
Joined: Thu Aug 25, 2011 21:51

scroll pane error?

Postby JohnBoyMan » Thu Sep 29, 2011 03:11

Hello i have not found very much code on scroll panes but from what ive seen this should work.

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



User avatar
Kulik
CEGUI Team
Posts: 1382
Joined: Mon Jul 26, 2010 18:47
Location: Czech Republic
Contact:

Re: scroll pane error?

Postby Kulik » Thu Sep 29, 2011 12:09

read guidelines! :roll:

maori
Just can't stay away
Just can't stay away
Posts: 161
Joined: Tue Sep 23, 2008 13:05
Location: Plumstead , UK

Re: scroll pane error?

Postby maori » Fri Sep 30, 2011 10:31

tip log and version :pint:
trying to upgrade to 0.8.2 from 0.7.9 :D


Return to “Help”

Who is online

Users browsing this forum: No registered users and 9 guests