Sure is.
Thanks CE.
Search found 10 matches
- Sat Feb 11, 2006 04:35
- Forum: Offtopic Discussion
- Topic: Site Slow
- Replies: 5
- Views: 4952
- Wed Feb 01, 2006 00:32
- Forum: Help
- Topic: Global Window Scaleing
- Replies: 3
- Views: 5037
Re: Global Window Scaleing
ok, I found the default resolution stuff in the imageset, font, and layout. My next question. Is there a way to let the user change that during runtime. What I am looking for is to be able to globaly "Resize" everything about the GUI. Either Up or down. After its all been loaded. I know th...
- Tue Jan 31, 2006 00:31
- Forum: Offtopic Discussion
- Topic: Site Slow
- Replies: 5
- Views: 4952
Site Slow
I appreciate that the site is probably run and or hosted by someone who has to pay $$ for it. So PLEASE do not take this in a negitive way.
Is it just me or is this site painfully slow?
Is it just me or is this site painfully slow?
- Tue Jan 31, 2006 00:15
- Forum: Help
- Topic: Global Window Scaleing
- Replies: 3
- Views: 5037
Global Window Scaleing
How do you handle multiple screen resolutions with CEGUI?
Is it possible to make a sigle window XML file with scaling to handle multiple resolutions (say 640x480 up to 1280x1024) or is it best to have a couple different XML files?
Is it possible to make a sigle window XML file with scaling to handle multiple resolutions (say 640x480 up to 1280x1024) or is it best to have a couple different XML files?
- Sun Jun 05, 2005 23:32
- Forum: Modifications / Integrations / Customisations
- Topic: Listbox linespace
- Replies: 2
- Views: 2470
Re: Listbox linespace
you may want to look at CrazyEddie's responce to my post.
http://www.cegui.org.uk/modules/newbb/v ... 35&forum=2
I have a feeling it explains why the space is there.
http://www.cegui.org.uk/modules/newbb/v ... 35&forum=2
I have a feeling it explains why the space is there.
- Sun Jun 05, 2005 23:28
- Forum: Modifications / Integrations / Customisations
- Topic: Problem with Tab Control buttons and Static Text
- Replies: 3
- Views: 2603
Re: Problem with Tab Control buttons and Static Text
Does anyone have any ideas about the height of the tab control?
Is there any way I can "Set" that to be like 2 pixels taller then what ever font is being used?
CE's answer does explain the static text box... but not the tab's buttons.
Is there any way I can "Set" that to be like 2 pixels taller then what ever font is being used?
CE's answer does explain the static text box... but not the tab's buttons.
- Mon May 30, 2005 22:42
- Forum: Modifications / Integrations / Customisations
- Topic: Problem with Tab Control buttons and Static Text
- Replies: 3
- Views: 2603
Re: Problem with Tab Control buttons and Static Text
Thanks for the info.
I am useing the tahoma.ttf file that came with the TaharezLook stuff.
If I am understanding what your saying then the system takes the "Tallest" glyph and uses that for a default height?
Instead of finding the height of the glyphs used in the text box?
I am useing the tahoma.ttf file that came with the TaharezLook stuff.
If I am understanding what your saying then the system takes the "Tallest" glyph and uses that for a default height?
Instead of finding the height of the glyphs used in the text box?
- Fri May 27, 2005 03:18
- Forum: Modifications / Integrations / Customisations
- Topic: Problem with Tab Control buttons and Static Text
- Replies: 3
- Views: 2603
Problem with Tab Control buttons and Static Text
Hello, I seem to be having an issue with the size of the tab control buttons. The height on them makes it so the bottom 1/3 of the text is cut off. I have also noticed a simular issue with the static text box. This I can get around by setting the height bigger then it seems like it needs to be. But ...
- Tue May 03, 2005 00:20
- Forum: Modifications / Integrations / Customisations
- Topic: Multiline Widget and different Font colors
- Replies: 0
- Views: 3107
Multiline Widget and different Font colors
Greetings,
I am trying to figure out if it is possible to use the multiline edit box widget and have different "lines" of text be different colors.
So far I am not having any luck.
I see where the Static Text box can do colored text..
And some other controls.
Help?
I am trying to figure out if it is possible to use the multiline edit box widget and have different "lines" of text be different colors.
So far I am not having any luck.
I see where the Static Text box can do colored text..
And some other controls.
Help?
- Mon Apr 04, 2005 22:41
- Forum: Modifications / Integrations / Customisations
- Topic: Attach String Information to a
- Replies: 1
- Views: 1794
Attach String Information to a
Hello, I posted this in the OGRE forum also... We are trying to incorporate OGRE and CEGUI into our current client side software. One of the things that I have noticed is there is a field called "userdata" listed in the CEGUI API references. (getUserData and setUserData Functions also exis...