How to re-order windows dialogs on top of each others ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By uriel

Hi,
i have an app that contains a menu to open various windows dialogs, i would like to have the last one on top and also when the user is clicking one of them.

i found a tutorial showing how to re-order from the parent node, but i am not sure that fit within the context. i am surprised that this type of node (dialog) dont get a parameter of index ! as it is a common task for dialogs in other code types.
do i miss something ?

thanks
uriel