After a few days of work attempting to rebuild Mac Tcl/Tk 8.0 in order
to get Visual TCL to not cause wish to crash, Jim Ingham, a Mac Tcl
engineer from Sun, very kindly sent me a more robust Tcl library. Today
Visual Tcl at least attempts to initialize. Now the problem seems to be
specific to Visual Tcl itself.

After the splash screen, I get the error "Error: couldn't recognize data
in image file "Other2:vtcl:images:anchor_n.ppm"". The code in misc.tcl
reads as follows:

proc vTcl:load_images {} {
...
    foreach i {n s e w nw ne sw se c} {
        image create photo "anchor_$i" \
            -file [file join $vTcl(VTCL_HOME) images anchor_$i.ppm]
    }
...
}

I looked in the Other2:vtcl:images: directory and there are no
anchor_<direction> files of any type. There *is* a file named
"anchor.gif".

Can someone explain what should be fixed? Either I need some new image
files or the code in load_images needs to be rewritten, yes?

This is version 1.10.

regards,
-jim
---------------------------------------------------------------------------
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).

Reply via email to