On Wed, 29 May 2019 08:50:02 GMT, Ron Tarrant wrote:

On Tue, 28 May 2019 21:23:59 GMT, Alex X wrote:

dialog.showAll();

This needs to be followed by:

dialog.destroy();

Just a guess without seeing your source in its entirety.

Ok, I thought about something like that.

The problem is this.

  1. Does not clicking on the x destroy it?

  2. I have many dialogs that I use and I never call destroy(just hide) and they work find and are repeatable... so why in this one particular case is it required?