The generate program

What does it do?

Generate takes the name of the main application file and generates a stylesheet and codeframe work for the windows of the application. These files are stored in a subdirectory with the name of the development environment where for the interface is generated. This directory will also contain an integrate script generated by generate to integrate the event code with the interface code.

Requirements to run

To run generate for AppBuilder you will need the following programs:

How to run it?

You must stand in the directory containing the application interface description to run generate succesfully. When you are in this directory just type "generate nameofapplication appbuilder" (or instead of appbuilder any other installed target) and press enter. nameofapplication is "name" when the application file is called "name.xml".