<DIR>  Jan  2, 2009 22:58  ../
    26,929  Mar 30, 2008 13:31  timebox.tcl

26,929 bytes, 1 file, 0 directories.

Timebox update: -command option

Sun Mar 30 13:34:12 CDT 2008

I added a -command option to [timebox]. The argument to -command is a script to which the new time is appended. The time is expressed as seconds since the epoch. This script is executed whenever the timebox is used to change the time. Notice in the demo that the printout only occurs when the bottom timebox is used.

This feature is by request of Peter Turner. Thanks! I don't know why I didn't think of this myself.

Timebox, a Tcl/Tk time entry widget

Sun Jul 01 19:00:35 CDT 2007

Timebox is a time entry "megawidget" for Tcl/Tk. It's a bit different from the average megawidget in that it is in fact just a spinbox, rather than a bunch of widgets packed into a frame. At any rate, it facilitates entry of time and date, and it supports many of the same field format codes as [clock].

Timebox requires Tcl/Tk 8.5a6. You may need to download and build the latest CVS.

Neat features:

The most important feature is timebox supports date entry as well as time-of-day entry.