Sujet : Closing a tclkit De : JacobLambeth (at) *nospam* clevelandgolf.com (Jacob) Groupes :comp.lang.tcl Date : 24. Jun 2024, 18:49:16 Autres entêtes Organisation : A noiseless patient Spider Message-ID :<v5cbis$11tii$1@dont-email.me> User-Agent : Mozilla Thunderbird
Hello, I have a program that runs inside a tclkit (windows exe). Whenever I close the program by clicking the "X", the tclkit still says its running the task manager. Are there any tips on how to properly close a tclkit? Right now, I simply have an exit command binded to the window. bind . <Destroy> { exit } Thanks, Jacob