Ok, I rebuild CEGUI projects, and I don't have this error any more....
So, except I don't have anyhting displayed on my screen, it's ok!
Search found 4 matches
- Thu Jul 20, 2006 10:27
- Forum: Modifications / Integrations / Customisations
- Topic: [Falagard]Unable to create a FrameWindow
- Replies: 4
- Views: 3493
- Wed Jul 19, 2006 14:16
- Forum: Modifications / Integrations / Customisations
- Topic: [Falagard]Unable to create a FrameWindow
- Replies: 4
- Views: 3493
- Wed Jul 19, 2006 13:37
- Forum: Modifications / Integrations / Customisations
- Topic: [Falagard]Unable to create a FrameWindow
- Replies: 4
- Views: 3493
[Falagard]Unable to create a FrameWindow
Hi! I'm a beginner in CEGUI and I just wanted to try to create a FrameWindow, using Falagard. So, here is my C++ code : CEGUI::OpenGLRenderer* myRenderer = NULL; myRenderer = new CEGUI::OpenGLRenderer( 0 ); new CEGUI::System( myRenderer ); CEGUI::SchemeManager::getSingleton()...
- Wed Jul 05, 2006 10:29
- Forum: Offtopic Discussion
- Topic: Performance issue with scrollable pane
- Replies: 1
- Views: 3012
Performance issue with scrollable pane
Hi, I have a frame window that contains some scrollable panes. The problem is that the more widgets are present in the scrollable panes, the more the framerate drops down. Is this possible that the scrollable pane actually performs the render of all its children and finally displays the ones in the ...