[Tcl Java] Re: Eventcallback from java to TCL

1999-05-11 Thread Marcel Ruff
Moses DeJong wrote: > On Mon, 10 May 1999, Marcel Ruff wrote: > > > Hi, > > > > I use a SWING GUI, invoked by a TCL script. > > It sounds like you might be doing this incorrectly. You need to place > and event into the Tcl event queue. If you just call interp.eval() it > will screw things up. > >

[Tcl Java] Re: Eventcallback from java to TCL

1999-05-10 Thread Moses DeJong
On Mon, 10 May 1999, Marcel Ruff wrote: > Hi, > > I use a SWING GUI, invoked by a TCL script. It sounds like you might be doing this incorrectly. You need to place and event into the Tcl event queue. If you just call interp.eval() it will screw things up. > If i want to callback a TCL procedur