Search found 14 matches
- Wed Feb 13, 2008 09:02
- Forum: Help
- Topic: Changing background colour of CEGUI::MenuItem
- Replies: 5
- Views: 3138
- 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...
- 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...
- 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...
- 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...
- Tue Jan 29, 2008 13:30
- Forum: Help
- Topic: (solved) Text of TaharezLook/Button missing (not appearing)
- Replies: 4
- Views: 2778
- Tue Jan 29, 2008 13:15
- Forum: Help
- Topic: (solved) Text of TaharezLook/Button missing (not appearing)
- Replies: 4
- Views: 2778
- 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...
- Mon Jan 28, 2008 12:35
- Forum: Help
- Topic: (solved) CELayoutEditor-0.5c runtime error (schemes missing)
- Replies: 5
- Views: 2860
- 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...
- 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...
- Fri Jan 25, 2008 21:00
- Forum: Help
- Topic: (solved) CELayoutEditor-0.5.0 compile error
- Replies: 7
- Views: 3659
- 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...
- 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...