[SOLVED]How to render windows in a specified order
Posted: Tue Feb 22, 2011 09:04
Hello all,
We all know that CEGUI uses System::renderGUI() for rendering all of created windows.
Here I've created a root window and three frame window(win1, win2, win3), then I want to control the window render order by program. For example, sometime I want to render win2 first, then render win1, at the end render win3, in another time, I want to render win3 first then render win2, at the end render win3.
Is there any method to set the render sequence and implement this request by program ?
I use CEGUI 0.7.5.
Much appreciation for any help.
SHEN Hui.
We all know that CEGUI uses System::renderGUI() for rendering all of created windows.
Here I've created a root window and three frame window(win1, win2, win3), then I want to control the window render order by program. For example, sometime I want to render win2 first, then render win1, at the end render win3, in another time, I want to render win3 first then render win2, at the end render win3.
Is there any method to set the render sequence and implement this request by program ?
I use CEGUI 0.7.5.
Much appreciation for any help.
SHEN Hui.