Alright, apparently the project is called :pserver:anonymous@cvs.sourceforge.net:/cvsroot/crayzedsgui
instead of this:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crazyedsgui
Is that a typo?
Thanks, everything works now.
Search found 6 matches
- Fri Jun 03, 2005 13:46
- Forum: CEGUI Library Development Discussion
- Topic: menusystem and listbox changes
- Replies: 30
- Views: 26220
- Fri Jun 03, 2005 12:53
- Forum: CEGUI Library Development Discussion
- Topic: menusystem and listbox changes
- Replies: 30
- Views: 26220
Re: menusystem and listbox changes
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...
- Wed Mar 09, 2005 18:11
- Forum: Modifications / Integrations / Customisations
- Topic: FrameWindow: setCaptionColour()
- Replies: 5
- Views: 3736
Re: FrameWindow: setCaptionColour()
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...
I can only use the TaharezLook at the moment...
- Wed Mar 09, 2005 12:42
- Forum: Modifications / Integrations / Customisations
- Topic: Error when using "subscribeEvent()"
- Replies: 4
- Views: 2775
Re: Error when using "subscribeEvent()"
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!
- Tue Mar 08, 2005 21:00
- Forum: Modifications / Integrations / Customisations
- Topic: Error when using "subscribeEvent()"
- Replies: 4
- Views: 2775
Re: Error when using "subscribeEvent()"
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...
- Tue Mar 08, 2005 15:45
- Forum: Modifications / Integrations / Customisations
- Topic: Error when using "subscribeEvent()"
- Replies: 4
- Views: 2775
Error when using "subscribeEvent()"
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...