Ken Parker
-
2007-11-16
- priority: 5 --> 1
Run test mode in a new interpreter so that widgets and
variables reset upon entering/leaving test mode. This
method should be a little more portable then using
something like exec wish.exe or exec /usr/bin/wish
EXAMPLE:
#Parent.tcl
interp create child
child eval {
package require Tk
source $filename
}