Page 1 of 1

Control Z-Order of windows

Posted: Tue Apr 06, 2010 18:41
by paperpusher
I want to be able to put certain windows below or above other windows how is this accomplished?

In actionscript (I know, not CEGUI) you can retrieve the number of children of a window and "re-shuffle" them by calling "setChildIndex" to position the window in the stack. Can you do this in CEGUI?

Re: Control Z-Order of windows

Posted: Wed Apr 07, 2010 09:21
by CrazyEddie
It's a feature added in SVN ready for the next release. See: http://www.cegui.org.uk/mantis/view.php?id=300

CE.