Hi everyone, I have a problem with FrameWindows. I use the actual v-0.8 branch. When I add a Button or Editbox widget directly it works fine. But when I add a Framewindow with content, either via code or layout files I just see it the 1st time after frameRenderingQueued(...) and after that sometimes...
Thanks to Ident and fluxlucebac I was able to dig down the problem. My major problem was that I not had used a FrameListener. (Which wasn't needed with Ogre 1.9?) Sofar, I get my testapplication working and seeing my CEGUI stuff as I expected :) So, next step is for creating a wiki and a simple Ogr...
I switched now to the 0.8 branch and atleast the errors doesn't appearing anymore... But still, I can't see anything from CEGUI (neither the test button or the mouse cursor)
Hi, after a long absence from CEGUI and OGRE3d I started for an project again for testing out both systems. Compiling of CEGUI (-v0 branch) and OGRE3D (2.1) went fine, no problems (besides that I need to finetune the cmake project results). I digged around and found code snippets for using CEGUI wit...