Hi, I'm trying to download this wonderful widget from the CVS, but I'm having problems. I did everything as told in this ( http://www.cegui.org.uk/modules/sections/index.php?op=viewarticle&artid=3 ) tutorial but i keep getting this error: authorization failed: server cvs.sourceforge.net rejected...
Very off-topic, but I don't want to start a new thread for this: how do you use the WindowsLook please?
I can only use the TaharezLook at the moment...
Great, I found what I did wrong. Apparantly I miss-understood the function: I thought the "this" stood for an instance where the function createScene() is declared :) I replaced "this" with an instance of ActionBar and everything works perfect now. Thanks for the help Eddie!
CrazyEddie wrote: Hi, What's the full prototype / siganture for the ActionBar::handleQuit method? CE. This is the class ActionBar: class ActionBar { private: protected: CEGUI::Window* mWindow; public: ActionBar(); ~ActionBar(); CEGUI::Window* getWindow() { return m...
Hi, I'm playing around with CEGUI these days and I already used CEGUI in another test-program without a problem but now I've encountered this problem: Is use this piece of code in my createScene() method in an Ogre3D application: CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton...