Need a timeout routine similar to VtAddTimeOut, but for tix or Tclx. I am running Tclx on RedHat 7.3 and cannot find a timeout routine like VtAddTimeOut.
Thats a vtcl thing right?
Why not use after?
after $time [list do_cmd_proc]
For recurrence:
You can mimic tnm's "job" command by setting up a trace against the
execution of the proc or some introduced variable trigger.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.