Search found 22 matches

by Gf11speed
Fri Jun 02, 2006 21:21
Forum: Modifications / Integrations / Customisations
Topic: Formatting Static Text
Replies: 13
Views: 12373

Is there no way to do this?
by Gf11speed
Thu Jun 01, 2006 16:40
Forum: Modifications / Integrations / Customisations
Topic: Formatting Static Text
Replies: 13
Views: 12373

As far as text formatting, is there any way that I can make the vertical spacing between lines closer together? Say I have some static text and I set the text: text->setText("This is the first line\nThis is the second line"); I'd like to be able to have less space between the two lines. Is...
by Gf11speed
Tue May 30, 2006 15:35
Forum: Help
Topic: Color Representation
Replies: 2
Views: 2533

Ok thanks, that's pretty neat. Am I just missing it or is that not documented anywhere?
by Gf11speed
Tue May 30, 2006 12:24
Forum: Help
Topic: Color Representation
Replies: 2
Views: 2533

Color Representation

This may be a stupid question, but what representation is used for CEGUI colors? For instance: <Property name="NormalTextColour" value="FFFFF444" /> <Property name="HoverTextColour" value="FF4F5F18" /> <Property name="PushedTextColour" value="FF...
by Gf11speed
Thu May 25, 2006 04:54
Forum: Help
Topic: Static Text with Transparent Background?
Replies: 3
Views: 3591

Got it thanks!

I used:

Code: Select all

<Property Name="BackgroundEnabled" Value="False" />
<Property Name="FrameEnabled" Value="False" />
by Gf11speed
Sun May 21, 2006 03:35
Forum: Help
Topic: Static Text with Transparent Background?
Replies: 3
Views: 3591

Static Text with Transparent Background?

Hello... I'd like to be able to display my static text over top of a static image such that the text back ground is transparent. This way I won't have a square with text in it, but instead there would be simply text on the image (with no noticable background to the text at all). For instance, check ...
by Gf11speed
Mon Jun 13, 2005 17:55
Forum: Modifications / Integrations / Customisations
Topic: Combo box not dropping
Replies: 5
Views: 3953

Re: Combo box not dropping

khariq wrote: I found the problem. I forgot to tell Ogre to pass the clicked event for this widget to CEGUI. However now I get a new problem. Does a combobox not support the EventMouseEnters and EventMouseLeaves events? Because these subscriptions are not firing. Could you post the code on how you ...

Go to advanced search