[Adw] Reusing AdwMessageDialog

I wanna use/show a dialog many times but this happens when I try to .show() it again, also what should I use because show/hide is deprecated
I use python

 A window is shown after it has been destroyed. This will leave the window in an inconsistent state.

Are you setting the hide-on-close property? See Gtk.Window:hide-on-close.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.