![]() | Application Builder User's Guide | WideStudio/MWT Index Table of contents |
Making an Stored Window
How to save an application window as a stored window
You can save a normal application window as a stored one. Select it with the inspector, select the radio button:[Use object store] of the section:[Attribute].Next, select ((menu:Build >> Generate source)) as follows.
[Be stored]
[Generate a stored application window]How to add the stored application window to project
We do not hope to store it manually when building the executable. You can select the stored attribute for each application window of the project with the application builder. Select it with the inspector, select the radio button:[Use object store] of the section:[Attribute]. It is the same as the above method to make the attribute [stored]. The application builder does not compile it, but builds an executable, which excludes and stores it to an object store file.
The file is "[window name].oof".
The executable then loads individually with the WSGFloadWindow() function during execution. See section:[How to load the stored application window directly from the program] of the Programming Guide.
Copyright(C) WideStudio/MWT Development Team, 1999-2005 | Last modified: Jul 31, 2005 |