I made up a little program that used TkSteal & Blt.
I am running Tcl 7.4 and Tk 4.0 on a solaris-sparc.
The problem is, if I startup the program using a script, see below
#! /bin/sh
exec /usr/bin/wish -f /usr/local/bin/sysadmin.tcl &
exit
Once it is killed, it doesn't release the process, so if you grep
for it, it remains.
What is the proper way to startup the tcl script, and have it exit
cleanly?
Should there be a exit or quit button programmed in, and if so how?
Thanks.
--
Phillip Mau R&D System Analyst
Chiron Diagnostics, Medfield, MA
(508) 359.3696 Fax-(508)359.3955
[EMAIL PROTECTED]
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).