[Tkoutline-users] persistent tclkit trap
Status: Alpha
Brought to you by:
btheado
|
From: TMaynard <ru...@ma...> - 2003-12-09 19:43:07
|
Hopefully this post will get me some help along with exercising this
mail list.
I have just deleted the contents of my tkoutline directory and reloaded
the starkit and the tkoutline.kit to overcome error(s) that is somehow
persistent. The error came about when I started playing with the
tkoutline.def statements and also, in the startup script, I had entered
the short script for adding color to outline levels (see wiki tkoutline
discussion). I created the error using tkoutline-devel, but found that
the error "spilled" over when I switched back to starting plain
tkoutline.kit script.
I don't understand the mysteries of starkit with its packaged
directory tree and"wrapping", but I figured to overcome the
"persistence" of the bad tcl configuration by downloading fresh starkit
and tkoutline.kit.
I went through the usual down load, rename starkit, set permissions
and the error persists. Having deleted the old "kit" files before
downloading, I don't understand where the data from a faulty
configuration instruction can persist.
I wondered if the starkit system could be caching important data (in
its virtual filesystem) into memory and allowing the faulty tcl
commands to spawn into a brand new downloaded starkit. I even rebooted
and the error persists making me wonder if I have to download and
install new "kits" and then reboot before making the first command
line to start tkoutline (havent done that yet, awaiting enlightenment)
Well its interesting: first I employed quiting and restarting to
tryout tcl startup and configurations ... now I find that I cant seem
to quit the condition I have created.
RustyM
*** text of failed startup ****
[ty@localhost tkoutline]$ ./tclkit tkoutline.kit
unknown color name "ivory #Gray"
(database entry for "-background" in widget ".__tk__messagebox")
invoked from within
"toplevel $w -class Dialog"
(procedure "tk::MessageBox" line 107)
invoked from within
"tk::MessageBox -icon error -message {unknown color name "ivory #Gray"
(database entry for "-background" in widget ".mbar")
invoked from within..."
("eval" body line 1)
invoked from within
"eval tk::MessageBox $args"
(procedure "tk_messageBox" line 2)
invoked from within
"tk_messageBox -icon error -message $msg -title "Fatal error""
(procedure "panic" line 4)
invoked from within
"panic $::errorInfo"
(procedure "starkit::header" line 10)
invoked from within
"starkit::header mk4 -readonly"
(file "tkoutline.kit" line 5)
[ty@localhost tkoutline]$
|