Window over another dhtmlxWindow object

Hi,

I have a scenario in which I have a dhtmlxWindow screen (w1).
On top of that window, i want to create another modal window screen making w1 as its parent.
That means, main window (view port) is parent of w1 & w1 is modal parent of w2. So, user should not be able to able access w1 as it has a modal child (w2) but user should be able to access the main window OR w2.

So, is there any way by which we can create a window on top of window instance?

Thanks,
Vibhav Agrawal

hello,

you can use the content of one window as viewport for another: