Well it seems i had duplicated configuration files and that was the thing causing all the problems from this thread. This should have tought me a lesson
One quick question thou i still have: Should CEGUI with the Ogre renderer work ok on an application with multiple windows by default?! (each window having one viewport and one camera). (as i see it the GUI renders in the OVERALY queue group so it should be the same as with the default ogre overaly implementation, meaining it should appear on all viewports)
It seems i encounter problems rendering the GUI (it doesnt show with a new Sheet than the default one i create) or is there any rule when changing the default GUI sheet from one GUI window to another?
[edit]after more looking at i made it work with multiple sheets, the only problem i have is that the gui doesnt show until i create a gui element (thats strange) and that when resizing the main window the gui dissapears (ill try telling the gui renderer about the resize also maybe this is it)
[edit2]
Well everything is fixed now, it seems when resizing the main window of the application i need to call again the setRootSheet method with the current sheet, otherwise it wont display any until activate one. Strange