Page 1 of 1

windowless text

Posted: Mon Dec 04, 2006 15:21
by yuriythebest
how does one create windowless text without em cegui border things?

Re: windowless text

Posted: Mon Dec 04, 2006 15:56
by LennyH
yuriythebest wrote:how does one create windowless text without em cegui border things?


I'm not exactly sure what you're looking for on this one, as it could mean different things. If you don't like the borders on some things, you can try

Code: Select all

<Property Name="FrameEnabled" Value="False" />


using that property in your layout file?

Posted: Wed Dec 06, 2006 09:09
by Sjizo
Have you tried the layout editor. I used it and it was very easy to create exactly what you are describing here. you have a field where you can set all the properties you want and you can view how it looks real time.

Posted: Thu Dec 07, 2006 20:44
by yuriythebest
Sjizo wrote:Have you tried the layout editor. I used it and it was very easy to create exactly what you are describing here. you have a field where you can set all the properties you want and you can view how it looks real time.


cool I'l try it, thanks!