Search found 5 matches
- Thu Jul 27, 2006 17:05
- Forum: Help
- Topic: MultiColumnListbox formatting questions
- Replies: 2
- Views: 2294
Thanks for the info... yes, subclassing ListboxItem seems to be the way to go. Just wanted to make sure I wasn't missing something.... I'll keep my eye on the forums, in case anyone gets a chance to confirm the monospacing issue. Seems like it might be a freetype issue, I've seen the same behaviour ...
- Wed Jul 26, 2006 16:28
- Forum: Help
- Topic: MultiColumnListbox formatting questions
- Replies: 2
- Views: 2294
MultiColumnListbox formatting questions
using 0.5.0rc1... 1) is there any way to right-justify text within a cell of a MultiColumnListbox? The fact that a ListboxItem is not derived from CEGUI::Window seems to limit the options. 2) does CEGUI support non-proportional (monospaced) TrueType fonts? I have tried using FreeMono.ttf and though ...
- Tue Jul 11, 2006 23:51
- Forum: Modifications / Integrations / Customisations
- Topic: Mangled text after move to 0.5.0 rc1 [SOLVED]
- Replies: 0
- Views: 1776
Mangled text after move to 0.5.0 rc1 [SOLVED]
Having a strange problem which started when I moved to 0.5.0 RC1 (from 0.4.1). Everything appears fine EXCEPT that all text is mangled. I've tried using several different versions of freetype to no avail. Seems to occur with ALL truetype fonts. images seem to render fine (buttons look correct, etc.)...
- Fri Jul 07, 2006 00:07
- Forum: Modifications / Integrations / Customisations
- Topic: SubscribeEvent Errors
- Replies: 9
- Views: 5930
I wrote this response for another thread, but I'm almost sure this is your problem... took me a couple of days to debug. Make sure that you built CEGUI against the same version of STL or STLport that your application uses. I had the same problem, access violation calling subscribeEvent. My problem w...
- Fri Jul 07, 2006 00:05
- Forum: Modifications / Integrations / Customisations
- Topic: access violation when subscribing event
- Replies: 4
- Views: 3808
Make sure that you built CEGUI against the same version of STL or STLport that your application uses. I had the same problem, access violation calling subscribeEvent. My problem was that I built CEGUI against STL, and my application used STLport. As such, any CEGUI class which used standard library ...