| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| taskDialog.tcl | 2023-02-20 | 9.4 kB | |
| TASKMAN.TCL | 2023-02-20 | 11.2 kB | |
| messageGUI.tcl | 2023-02-20 | 7.5 kB | |
| Makefile | 2023-02-20 | 2.6 kB | |
| README.txt | 2023-02-20 | 696 Bytes | |
| statusGUI.tcl | 2023-02-20 | 25.2 kB | |
| taskGUI.tcl | 2023-02-20 | 3.3 kB | |
| taskManager.sm | 2023-02-20 | 5.4 kB | |
| taskManager.tcl | 2023-02-20 | 21.7 kB | |
| Totals: 9 Items | 87.0 kB | 0 | |
Tcl Example 5
Simplistic, graphical simulation of a task processing.
Demonstrates state Entry actions.
+ Building
----------
NOTE: Smc.jar must be built and installed.
Unix & Windows:
$ java -jar ../../../bin/Smc.jar -tcl task.sm taskManager.sm
+ Executing
-----------
Unix & Windows
$ wish taskman.tcl
Click on "Create Task..." button and start a new task
running.
After creating one or more tasks, go to the task table and
click on a task row. Notice select an item from the pop-up
menu.
Also change the log message display to increase or decrease
message detail (the greater the level, the greater the
detail).