TaharezLook/FrameWindow - How to use "ClientNoTitleNoFr

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

Ralf/pdx
Just popping in
Just popping in
Posts: 19
Joined: Mon Mar 05, 2007 15:13

TaharezLook/FrameWindow - How to use "ClientNoTitleNoFr

Postby Ralf/pdx » Tue May 29, 2007 07:53

Have tried it for one hour now, but i can´t fint out the way how to use the "ClientNoTitleNoFrame" of TaharezLook/FrameWindow in my XML-file.
I just want to display a window without any title or frame.
Could anyone help me?

Pompei2
Home away from home
Home away from home
Posts: 489
Joined: Tue May 23, 2006 16:31

Postby Pompei2 » Tue May 29, 2007 11:12

Hi !

Try this and tell us if it works ?

Code: Select all

<Window Type="TaharezLook/FrameWindow" Name="bla">
   <Property Name="TitlebarEnabled"    Value="false" />
   <Property Name="SizingEnabled"      Value="false" />
   <Property Name="CloseButtonEnabled" Value="false" />
   <Property Name="FrameEnabled"       Value="false" />

Ralf/pdx
Just popping in
Just popping in
Posts: 19
Joined: Mon Mar 05, 2007 15:13

Postby Ralf/pdx » Tue May 29, 2007 11:28

It works! Thanks a lot. :D

Fo me it´s always hard to find the suitable instructions for "xml"-editing in the CEGUI-API.

Pompei2
Home away from home
Home away from home
Posts: 489
Joined: Tue May 23, 2006 16:31

Postby Pompei2 » Tue May 29, 2007 19:25

Yes, but these are propreties you set to the window. you can find a list of all propreties in the API reference ;)


Return to “Help”

Who is online

Users browsing this forum: No registered users and 16 guests