[tkined] global variables

Daniel F. Vukelich (dvukelic@bbn.com)
Fri, 12 Mar 1999 12:18:36 -0500

hi!

in one tcl script within the tkined/apps directory i have a sript called
"object_manager.tcl" with a tcl loadable library, namely, tclBlend, for
conversing with java objects... i want another script in that same
directory, namely, ip_monitor.tcl to have access to the tcl (java)
object(s) created within object_manager.tcl... how do i pass tcl (java)
references between the scripts? both scripts currently include:

package require java

to have access to the tcl loadable library for java access... what else do
i need to do to make objects "globally" available?

thank you,

danny--

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.