Re: how to create a dialog that is hidden/shown rather than created/destroyed

Liste des GroupesRevenir à cl tcl 
Sujet : Re: how to create a dialog that is hidden/shown rather than created/destroyed
De : mark (at) *nospam* qtrac.eu (Mark Summerfield)
Groupes : comp.lang.tcl
Date : 21. Jun 2024, 12:49:54
Autres entêtes
Message-ID : <9JCcna079Nd_9ej7nZ2dnZfqn_WdnZ2d@brightview.co.uk>
References : 1
User-Agent : Pan/0.154 (Izium; 517acf4)
I figured it out.

I replaced this:

catch { tkwait visibility $form }

with

catch {
    tkwait visibility $form
    grab release $form
}

and now it works.

Date Sujet#  Auteur
21 Jun 24 * how to create a dialog that is hidden/shown rather than created/destroyed7Mark Summerfield
21 Jun 24 +* Re: how to create a dialog that is hidden/shown rather than created/destroyed2Mark Summerfield
21 Jun 24 i`- Re: how to create a dialog that is hidden/shown rather than created/destroyed1Mark Summerfield
21 Jun 24 +* Re: how to create a dialog that is hidden/shown rather than created/destroyed2Mark Summerfield
21 Jun 24 i`- Re: how to create a dialog that is hidden/shown rather than created/destroyed1Rich
21 Jun 24 `* Re: how to create a dialog that is hidden/shown rather than created/destroyed2Rich
22 Jun 24  `- Re: how to create a dialog that is hidden/shown rather than created/destroyed1Mark Summerfield

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal