Search found 7 matches
- Sat Jun 07, 2008 10:36
- Forum: Help
- Topic: Combobox rendering
- Replies: 4
- Views: 3433
- Thu Jun 05, 2008 12:11
- Forum: Help
- Topic: Combobox rendering
- Replies: 4
- Views: 3433
- Wed Jun 04, 2008 13:30
- Forum: Help
- Topic: Combobox rendering
- Replies: 4
- Views: 3433
Combobox rendering
Hello,
I'm facing a small rendering problem with the combobox widget, it doesn't seems to look right:
http://img152.imageshack.us/my.php?imag ... boxyj6.png
All widgets looks ok, so i probably miss something obvious
. All the widgets are manually created (not loaded via XML). Any ideas ?
I'm facing a small rendering problem with the combobox widget, it doesn't seems to look right:
http://img152.imageshack.us/my.php?imag ... boxyj6.png
All widgets looks ok, so i probably miss something obvious
- Fri May 30, 2008 14:30
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Small doc issue
- Replies: 1
- Views: 2750
Small doc issue
The 'MouseButton' enumeration doc only constains 'NoButton', where the real enum is the following (doxygen issue ?): /*! /brief Enumeration of mouse buttons */ enum MouseButton { LeftButton, RightButton, MiddleButton, X1Button, X2Button, MouseButtonCount, //<! Dummy value that is == to the maxi...
- Wed May 28, 2008 14:59
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: OS X unresolved symbol
- Replies: 1
- Views: 4629
OS X unresolved symbol
Hi, When compiling CEGUI on OS X, we get an unresolved symbol at linking stage, about the CEGUI timer. A quick look in the code show than the OS timer is defined for Windows and Linux, but not for other plateform. OS X support linux like API, so we can use the linux timer and it solve the issue. Her...
- Wed May 28, 2008 09:34
- Forum: Help
- Topic: compiler error defineImage no match (upgrading to 0.5.0)
- Replies: 11
- Views: 12085
- Tue May 27, 2008 13:34
- Forum: Help
- Topic: compiler error defineImage no match (upgrading to 0.5.0)
- Replies: 11
- Views: 12085
I just encountered this problem when compiling on OS X (and using gcc3.x), thanks to mba for the solution. Here is the patch if you want to apply it on over the 0.6.x branch: Index: CEGUIFreeTypeFont.cpp =================================================================== --- CEGUIFreeTypeFont.cpp (r...