Search found 5 matches

by phoenix
Tue Jan 03, 2006 16:23
Forum: Modifications / Integrations / Customisations
Topic: Problem with alpha
Replies: 1
Views: 1737

Re: Problem with alpha

Can you tell us more exactly what didn't work?
Is the alpha value not being applied to the window?
by phoenix
Sun Jan 01, 2006 16:41
Forum: Modifications / Integrations / Customisations
Topic: Iterating over all loaded fonts
Replies: 2
Views: 2043

Iterating over all loaded fonts

Hi all, I'm currently trying to iterate over all loaded fonts to add the missing umlaut glyphs to each font. So i tried the following: FontManager* fmgr = FontManager::getSingletonPtr(); String new_glyphs = "äöüÄÖÜ"; for( FontManager::FontIterator it = fmgr->getIterator(...
by phoenix
Sat Dec 31, 2005 12:28
Forum: Modifications / Integrations / Customisations
Topic: Tiny text in Listbox ?
Replies: 7
Views: 5482

Re: Tiny text in Listbox ?

Ok, my problem was caused by the font I used. It seems to have a raised baseline or something like that. At least it has a vertical offset that isn't compensated by the GUI so it is truncated at the top. @MandM: Since the text is properly displayed in your editbox, your problem seems to have another...
by phoenix
Sat Dec 31, 2005 00:23
Forum: Modifications / Integrations / Customisations
Topic: Tiny text in Listbox ?
Replies: 7
Views: 5482

Re: Tiny text in Listbox ?

MandM wrote: I was setting the Listbox Colour values from the layout file, didn't think they wouldn't work with the ListboxTextItem (why not btw !?) As lindquist said before, ListboxItems aren't windows, so you cannot assign properties to them via xml. But, apart from that, I have a similar problem...

Go to advanced search