Search found 11 matches
- Tue Dec 06, 2005 13:23
- Forum: Offtopic Discussion
- Topic: Vanilla theme
- Replies: 3
- Views: 4684
Re: Vanilla theme
This is the code: CEGUI::SchemeManager::getSingleton().loadScheme("VanillaSkin.scheme"); CEGUI::FontManager::getSingleton().createFont("Z:/CEGUI/datafiles/fonts/Commonwealth-10.font"); CEGUI::System::getSingleton().setDefaultFont((CEGUI::utf8*)"Commonwealth-10"); CEGUI:...
- Tue Dec 06, 2005 11:41
- Forum: Offtopic Discussion
- Topic: Vanilla theme
- Replies: 3
- Views: 4684
Vanilla theme
Hi, im stuck... :) I have tried the TaharezLook and WindowsLook schemes and saw that i had these files aswell: Vanilla.imageset, vanilla.tga, Vanilla.looknfeel, VanillaSkin.scheme I have coded similiar as before but it doesn't work.. Does anyone know how to use this "vanilla" :) This is my...
- Mon Dec 05, 2005 20:12
- Forum: Offtopic Discussion
- Topic: want to create a scroolbar
- Replies: 2
- Views: 3744
Re: want to create a scroolbar
thanx for the tip, will get on it...
- Fri Dec 02, 2005 21:10
- Forum: Offtopic Discussion
- Topic: want to create a scroolbar
- Replies: 2
- Views: 3744
want to create a scroolbar
This is my simple code for creating a framewindow with an editbox under it. I suppose you can type in stuff in an editbox, subscribing an handler for it ? for things i have have typed in i want to be displayed in the framewindow with name "consoleframe". My question now is, if i want to ad...
- Fri Dec 02, 2005 20:38
- Forum: Offtopic Discussion
- Topic: trying to make a console window using CEGUI
- Replies: 2
- Views: 4485
Re: trying to make a console window using CEGUI
nevermind, fixed it..
the CEGUI_Fix worked well..
the CEGUI_Fix worked well..
- Fri Dec 02, 2005 20:31
- Forum: Modifications / Integrations / Customisations
- Topic: windowfactory object not registered with the system [Taharez
- Replies: 7
- Views: 4970
Re: windowfactory object not registered with the system [Tah
thanx, i fixed it.
- Fri Dec 02, 2005 15:55
- Forum: Modifications / Integrations / Customisations
- Topic: windowfactory object not registered with the system [Taharez
- Replies: 7
- Views: 4970
Re: windowfactory object not registered with the system [Tah
Another Q: Where to put the .scheme .font .xsd files ? Should they be in my working dir(exe) along with the CEGUIBase_d.dll ... ... ... ? If i'm using only the TaharezLook scheme... For instance: CEGUI::SchemeManager::getSingleton().loadScheme("TaharezLook.scheme"); Where does it search fo...
- Fri Dec 02, 2005 15:44
- Forum: Modifications / Integrations / Customisations
- Topic: windowfactory object not registered with the system [Taharez
- Replies: 7
- Views: 4970
Re: windowfactory object not registered with the system [Tah
Okey, fast question
Does everything i need to use cegui w/ ogre come with CEGUI SDK 0.4.1 ?
Sorry for my stupid questions, but i'm going a bit mad that i can't seem to fix this
/Daniel
Does everything i need to use cegui w/ ogre come with CEGUI SDK 0.4.1 ?
Sorry for my stupid questions, but i'm going a bit mad that i can't seem to fix this
/Daniel
- Thu Dec 01, 2005 18:15
- Forum: Modifications / Integrations / Customisations
- Topic: windowfactory object not registered with the system [Taharez
- Replies: 7
- Views: 4970
Re: windowfactory object not registered with the system [Tah
Well, This is what i have: Downloaded CEGUI pre-built SDK 0.4.1 for Visual C++ .NET 2003 (v7.1) Downloaded Ogre SDK 1.0.6 When i run the exe a runtime error is displayed as followed: "The procedure entry point ??HCEGUI@@YA?AVString@0@V10@ABV10@@Z could not be located in the dynamic link library...
- Thu Dec 01, 2005 16:22
- Forum: Modifications / Integrations / Customisations
- Topic: windowfactory object not registered with the system [Taharez
- Replies: 7
- Views: 4970
windowfactory object not registered with the system [Taharez
Hi, This is my CEGUI.log file: 01/12/2005 17:18:09 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 01/12/2005 17:18:09 (InfL1) + Crazy Eddie's GUI System - Event log + 01/12/2005 17:18:09 (InfL1) + (http://www.cegui.org.uk/) + 01/12/2005 17:18:09 (InfL1) +-+-+...
- Tue Nov 29, 2005 16:50
- Forum: Offtopic Discussion
- Topic: trying to make a console window using CEGUI
- Replies: 2
- Views: 4485
trying to make a console window using CEGUI
Hi, I'm a newbee at cegui and this is my first attempt to create something. I have a MVS .NET 2003 Win32/Console project and using OGRE SDK. The project settings are probably correct. I can create things with ogre and i've added to the libs, includes and bins to the project settings to match install...