Tcl Tutorial Overview
Click the Align button in Komodo's Help Browser to
resize the Komodo workspace and the Help Browser for side-by-side viewing.
This tutorial assumes...
- ...that you are using Komodo Professional, which includes the GUI Builder
component.
- ...that you are running the tutorial locally from within the Komodo
Help Browser. While it can be read online, the interactive functions
(such as resizing the workspace and creating sample projects) are only accessible within the Komodo Help Browser.
- ...that ActiveTcl 8.3
or greater is installed on your system. ActiveTcl is a free distribution of the Tcl language.
- ...that you are interested in Tcl. You don't need to have previous knowledge of Tcl; the tutorial will walk you through
a simple program and suggest some resources for further information.
Top
- Open the Tcl Tutorial
project file
- Use Tcl Editing Features
- Edit the GUI,
by making changes to the dlg_tcl_check.ui file.
- Generate output
by running the program.
- Debug the program
using the Komodo debugger.
|