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.
>
>
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