Search found 14 matches

by schnorr
Wed Feb 13, 2008 09:02
Forum: Help
Topic: Changing background colour of CEGUI::MenuItem
Replies: 5
Views: 3138

Hello, It is the perfect solution if the MenuItem keeps its colour after that, which I think so. To give a try, I changed the callback function that receives the clicks of the MenuItems involved to this: bool CEGUIManager::bundleMenuOption (const CEGUI::EventArgs &e) { const CEGUI::...
by schnorr
Tue Feb 12, 2008 13:09
Forum: Help
Topic: Changing background colour of CEGUI::MenuItem
Replies: 5
Views: 3138

Changing background colour of CEGUI::MenuItem

Hello, I tried to change the background colour of a CEGUI::MenuItem to indicate that this "option" is selected. I am using the WindowsLook looknfeel, so I checked the entry for MenuItem there. I added <PropertyDefinition name="SelectedColour" initialValue="F0FF0000" red...
by schnorr
Fri Feb 08, 2008 10:35
Forum: Help
Topic: CEGUI::GenericException at CEGUIDynamicModule.cpp:85
Replies: 4
Views: 2663

Yeah, unfortunately, the CEGUI.log is not created before the Exception. These are the files that are present in the libcegui-mk2-1 package: /usr/lib/libCEGUIBase.so.1 /usr/lib/libCEGUIDevILImageCodec.so.0 /usr/lib/libCEGUIFalagardWRBase.so.1 /usr/lib/libCEGUIOpenGLRenderer.so.0 /usr/lib/libCEGUITGAI...
by schnorr
Fri Feb 08, 2008 09:17
Forum: Help
Topic: CEGUI::GenericException at CEGUIDynamicModule.cpp:85
Replies: 4
Views: 2663

I just found this bug report: https://bugs.launchpad.net/ubuntu/+source/cegui-mk2/+bug/93961 It seems that it is a packaging problem with ubuntu .deb files. I installed the dev package ( libcegui-mk2-dev ) and the exception no longer occurs. Some dynamically libraries (loaded at DynamicModule.cpp:85...
by schnorr
Fri Feb 08, 2008 08:43
Forum: Help
Topic: CEGUI::GenericException at CEGUIDynamicModule.cpp:85
Replies: 4
Views: 2663

CEGUI::GenericException at CEGUIDynamicModule.cpp:85

Hello, I installed CEGUI using the .deb package distributed with Ubuntu Linux, version Feisty Fawn. Here are its contents: schnorr@shawnee:~$ dpkg -L libcegui-mk2-1 /. /usr /usr/lib /usr/lib/libCEGUIBase.so.1.0.0 /usr/lib/libCEGUIDevILImageCodec.so.0.0.0 /usr/lib/libCEGUIFalagardWRBase.so.1.0.0 /usr...
by schnorr
Tue Jan 29, 2008 13:30
Forum: Help
Topic: (solved) Text of TaharezLook/Button missing (not appearing)
Replies: 4
Views: 2778

Hello, I read the documentation a little bit more, specially http://www.cegui.org.uk/wiki/index.php/The_Imbeciles_Guide_to_Loading_Data_Files_and_Initialisation I added the following line of code and the text is showing up: CEGUI::FontManager::getSingleton().createFont("bluehighway-...
by schnorr
Tue Jan 29, 2008 13:15
Forum: Help
Topic: (solved) Text of TaharezLook/Button missing (not appearing)
Replies: 4
Views: 2778

So.. The only difference is that in the old code, I did: mSystem->setDefaultFont((CEGUI::utf8*)"bluehighway-12"); So, I removed this line in the code because it throws an exception and then segfault: terminate called after throwing an instance of 'CEGUI::UnknownObjectExcept...
by schnorr
Tue Jan 29, 2008 12:40
Forum: Help
Topic: (solved) Text of TaharezLook/Button missing (not appearing)
Replies: 4
Views: 2778

(solved) Text of TaharezLook/Button missing (not appearing)

Hello, I am using CEGUI in a Ogre application to make buttons, menus, etc. I have a layout definition like this for a "quit" button: <Window Type="TaharezLook/Button" Name="quit" > <Property Name="Font" Value="Iconified-12" /> <Property Name="Te...
by schnorr
Mon Jan 28, 2008 12:35
Forum: Help
Topic: (solved) CELayoutEditor-0.5c runtime error (schemes missing)
Replies: 5
Views: 2860

I did as you said and it's working! :D
Thanks scriptkid.
by schnorr
Mon Jan 28, 2008 09:23
Forum: Help
Topic: (solved) CELayoutEditor-0.5c runtime error (schemes missing)
Replies: 5
Views: 2860

Hi... So, I found the datafiles directory under the distribution of CEGUI-0.5.0. When I execute CELayoutEditor, it asked me where is the datafiles directory. So, I pointed it out and it show me the following error: WindowFactoryManager::addWindowTypeAlias - alias 'Taharez AltProgressBar' could not b...
by schnorr
Fri Jan 25, 2008 22:17
Forum: Help
Topic: (solved) CELayoutEditor-0.5c runtime error (schemes missing)
Replies: 5
Views: 2860

(solved) CELayoutEditor-0.5c runtime error (schemes missing)

Hello, I downloaded the current stable tarball of the layout editor, version 0.5c, from the links available here: http://www.cegui.org.uk/wiki/index.php/CELayoutEditor_Downloads_0.5.0 . After compiling it under linux, I tried to execute it. I get the following error: Can not enumerate files in direc...
by schnorr
Fri Jan 25, 2008 21:00
Forum: Help
Topic: (solved) CELayoutEditor-0.5.0 compile error
Replies: 7
Views: 3659

Hello,

Thanks thefreeman_za.

Compilation problem solved by editing src/EditorCanvas.cpp of CELayoutEditor-0.5.0c and removing the "a" character placed as first character of the file.
by schnorr
Thu Jan 24, 2008 23:52
Forum: Help
Topic: (solved) CELayoutEditor-0.5.0 compile error
Replies: 7
Views: 3659

Hello, Thanks for the replies. So, I downloaded 0.5.0c version. Here are some problems I found when dealing in Ubuntu Linux 7.10. 1/ bootstrap with DOS characters schnorr@home:/tmp/CELayoutEditor$ ./bootstrap -bash: ./bootstrap: /bin/sh^M: bad interpreter: No such file or directory schnorr@home:/tmp...
by schnorr
Thu Jan 24, 2008 17:29
Forum: Help
Topic: (solved) CELayoutEditor-0.5.0 compile error
Replies: 7
Views: 3659

(solved) CELayoutEditor-0.5.0 compile error

Hello, I am trying to compile the layout editor 0.5.0 in Linux. I followed the tips available here http://www.cegui.org.uk/wiki/index.php/Getting_Started#Setup_the_editor . So, I first installed wxWidgets-2.8.7. Then, I configured the layout editor package with the following command: ./configure --w...

Go to advanced search