Tcl Tutorial

 

Table of Contents

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.

Before You Start

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

Tcl Tutorial Scenario

  1. Open the Tcl Tutorial project file
  2. Use Tcl Editing Features
  3. Edit the GUI, by making changes to the dlg_tcl_check.ui file.
  4. Generate output by running the program.
  5. Debug the program using the Komodo debugger.

Top Home Next