On Tue, 23 Jan 2001, Yuval Lifshitz wrote:
> Why is it that posted event is not being processed if it is not followed by
> event.sync() for blocking the calling thread.
Are you giving the event loop a chance to run in tclsh?
That is a common problem, see if this fixes it.
after 5000 "set var 1"
vwait var
Mo DeJong
Red Hat Inc
|