ETAC Picture Gallery
Contents: ETAC Screenshots, ETAC Utility Screenshots.
This page contain screen shots and other pictures relating to the ETAC programming language. The images below can be clicked to see the full picture.
ETAC Screenshots
The following screenshots show an ETAC text script sample as it appears in the Notepad++ program (available free from the World Wide Web), an ETAC debugging session, an ETAC Compiler syntax checking session, and the ETAC Compiler arguments file editor window.
![]() |
|
ETAC text script as it appears in the Notepad++ editor (third-party product). |
![]() |
|
An ETAC debugging session showing the trace and debug windows. |
![]() |
|
An ETAC Compiler syntax checking session showing the source file, compiler, and error/warning windows. |
![]() |
|
ETAC Compiler windows showing the command-line help file in the background, with the arguments file editor window in the foreground. |
ETAC Utilities Screenshots
The following screenshots are of the ETAC utility programs included in the ETAC package.
![]() |
|
Dialog Box Maker windows showing the help document in the background, with the main window and a user-created 'Demo Box' dialog box in the foreground. |
![]() |
|
Dialog Box Resource Viewer windows showing the help document in the background, with the main window and the selected dialog box along with the event notification messages for that dialog box. |
![]() |
|
Interactive ETAC window showing the effect of ETAC script typed into the window. |
![]() |
|
Keyword-arguments Toy showing the main window. |
![]() |
|
Parse String Toy showing the main window. |
Data Control Diagram Samples
The following images are of Data Control Diagrams (DCD) used as schematic diagrams for creating and maintaining software. View or download the PDF file DataControlModel.pdf for the full definition of a data control diagram.
![]() |
|
Simple Calculator Demo program showing the DCD only. |
![]() |
|
Noughts and Crosses (tic-tac-toe) program showing the DCD with the operational mode tables. |
![]() |
|
Polyline Demo program showing the DCD in four sheets. |
![]() |
|
Matrix Object Toy program showing the DCD in four sheets with their respective operational mode tables. |
![]() |
|
VIS ETAC Application Demo program showing the DCD in two sheets with their respective operational mode tables and the class diagrams. |