Re: Scotty without Tk commands

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Fri, 22 Nov 1996 10:02:58 +0100

Dieter Leber <leber@comsys.dofn.de> said:

Dieter> I have installed Tcl7.5, Tk4.1 and scotty2.1.5 on Sun Solaris 2.4 just
Dieter> in this order and all seems to be fine. But against my expectation
Dieter> Scotty doesn't have the features of Tk (Trying "button" Scotty answers
Dieter> "invalid command name"). Seems Scotty hadn't linked the Tk library.
Dieter> What can I do to integrate it?

Use the Tcl package system: Start wish4.1 and type:

package require Tnm 2.1

This will load the Tnm extension into your wish process. See the
package(n) man page for more details about Tcl packages.

Juergen

-- 
Juergen Schoenwaelder schoenw@cs.utwente.nl http://www.cs.utwente.nl/~schoenw
Computer Science Department, University of Twente,   (Fax: +31-53-489-3247)
P.O. Box 217, NL-7500 AE Enschede, The Netherlands.  (Tel. +31-53-489-3678)