CEGUI Beginner

For help with anything that CEGUI doesn't offer straight out-of-the-box, e.g.:
- Implementation of new features, such as new Core classes, widgets, WindowRenderers, etc. ...
- Modification of any existing features for specific purposes
- Integration of CEGUI in new engines or frameworks and writing of new plugins (Renderer, Parser, ...) or modules

Moderators: CEGUI MVP, CEGUI Team

User avatar
SOMRoberto
Just popping in
Just popping in
Posts: 20
Joined: Sat Dec 31, 2005 21:08
Contact:

CEGUI Beginner

Postby SOMRoberto » Fri Jan 13, 2006 19:28

Hi! I want to making non resize cegui window and non movable /drag and drop/ window.

Is possible? :oops:

User avatar
lindquist
CEGUI Team (Retired)
Posts: 770
Joined: Mon Jan 24, 2005 21:20
Location: Copenhagen, Denmark

Re: CEGUI Beginner

Postby lindquist » Fri Jan 13, 2006 19:41

I assume it's a FrameWindow you want (window with titlebar and frame).

This window type has properties you can use to control this behaviour.

Take a look at the API ref for these

FrameWindow
SizingEnabled
DragMovingEnabled

User avatar
SOMRoberto
Just popping in
Just popping in
Posts: 20
Joined: Sat Dec 31, 2005 21:08
Contact:

Re: CEGUI Beginner

Postby SOMRoberto » Fri Jan 13, 2006 20:26

Thank u. Is good.

<Window Type="ice/FrameWindow" Name="Demo7/Window1">
<Property Name="RelativeMinSize" Value="w:0.2 h:0.2" />
<Property Name="RelativeMaxSize" Value="w:0.8 h:0.8" />
<Property Name="Position" Value="x:0.2 y:0.2" />
<Property Name="Size" Value="w:0.5 h:0.5" />
<Property Name="Text" Value="" />
<Property Name="CloseButtonEnabled" Value="False" />
<Property Name="Alpha" Value="0.8" />
<Property Name="SizingEnabled" Value="false" />
<Property Name="DragMovingEnabled" Value="false" />

:))


Return to “Modifications / Integrations / Customisations”

Who is online

Users browsing this forum: No registered users and 15 guests