 | | Wide Studio Application Builder User's Guide
| |
What is the application builder?
The application builder is very strong and very useable program,
and draws out the maximum ability of WideStudio which is
an integrated development environment for gui applications.
Application developers are released from complicated implementation of
gui applications by the application builder.
Specification of the application is as follows.
- Making and Managing the application windows
Making the application window with interactive operations,
management of them.
- Implementation with the event procedures
Minimum coding of applications by an event driven system.
Developers prepare the event procedure and set them to the gui objects.
- Properties of the objects
Developers can modify the properties of the objects
with interactive operations.
- Informations of the application
Developers can refer the objects (the instances) and
the event procesures, their properties,other informations
by the application builder.
- Manament as project
Management of the files of the application window and
files of the event procedures,
the environment for development and building
by project unit.
- Automatic building of the application
Generation of makefile ,c++ source codes of the application window,
and compiling, linking them, and creates the executable.
- Executing and debugging of the application
Executing and debugging the built application.
- Supporting of the class application window
The class application window is built as new c++ class of WideStudio.
The application builder generates a class library
by integrating the clases,
and makes it possible to use it from the other applications.
- Suppoting of the stored application window
The application builder stores the application window to file.
It is possible that the application can load it directly,
and share it.
Treating objects as stored application window
is effective for the applications
which displays some maps,drawings and wiring diagrams.
The following shows the function of application builder,
and structure of the files.

¡ÎAbstract of the application builder¡Ï
Document Release 1.3 For Use with Wide Studio Release 1.3, Summer 2001 Wide Stuido Home | Up to Copyright(C) T. Hirabayashi, 2000-2001 | | Last modified: August 20, 2001 | |