Initializing help system before first use

New Module Wizard Dialog

Accessible by selecting Create a new module... from the Modules menu or by clicking the tdsowizard.png button on the Toolbar.

dialogdsowizard.png

Edit the contents of a virtual .dso module (constants, subroutines, types and control parameters), then generate the template source code for producing the module.

  • Name the module and specify version numbers.
  • Add some constants:
    dialogdsowizardconstant.png
  • Add some subroutines:
    dialogdsowizardsubroutine.png
  • Add some types:
    dialogdsowizardtype.png
  • Add some control parameters:
    dialogdsowizardcontrol.png
  • At any time, clicking on View code... will show the Source code dialog with the code generated for the current contents of the module.
  • When satisfied with the contents of the module, save the code that is produced and fill in the functionality.