How to stop windowDialog from disappearing when clicking outside of it?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By yepbear
:warning: Old Version Published before Godot 3 was released.

I’d like to have multiple windowDialog nodes open and used at the same time in a game, like an OS can have multiple windows open. But the windowDialog node disappears when clicking outside of it, which means trying to use one windowDialog makes all the others disappear. Is there a way to keep all open windowDialogs visible once opened?

You can set the Exclusive property of the popup window to stop it closing automatically.

kitfox | 2023-02-03 09:01

:bust_in_silhouette: Reply From: sandheaver

Does this help ?

https://forum.godotengine.org/10306/keep-exclusive-windowdialogs-open-when-clicking-outside-them

Yes! Thank you

yepbear | 2017-01-04 21:26

Hey, I asked a useful question!

jslater89 | 2017-01-04 22:28