home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!eng.ufl.edu!creek.eel.ufl.edu!scot
- From: scot@creek.eel.ufl.edu (Scott Miller)
- Subject: global bind?
- Message-ID: <1992Dec30.145108.23710@eng.ufl.edu>
- Sender: news@eng.ufl.edu (Usenet Diskhog System)
- Reply-To: scot@eel.ee.ufl.edu
- Organization: UF EE Department
- Date: Wed, 30 Dec 92 14:51:08 GMT
- Lines: 7
-
-
- I have a function that displays a window and sets
- bindings for that window. I then display another
- window and my bindings for the first window are lost.
- The bindings are no longer in scope. Is there a way
- to correct this?
-
-