![]() |
How to make an stored application windowHow to save an application window by stored typeYou can save a normal application window by stored type. Select it with the inspector, check the radio button:[Use object store] of section:[Attribute].![]() [Be stored] Next, select [Generate source] of the [Build] menu as follows. ![]() [Generate a stored application window] How to add the stored application window to projectWe do not hope to store it manually when build the executable. You can select stored attribute for each application window of project with application builder, Select it with the inspector, check the radio button:[Use object store] of section:[Attribute]. It is same as above method to make it be stored attribute. The application builder does not compile it, builds an executable which excludes it and stores it to object store file.The file is [window name].oof. The executable load them with WSGFloadWindow() function individually during execution. See section:[How to load the stored application window directly from the program] of Programmer's Guilde. Document Release 3.0 For Use with Wide Studio Release 3.0, Summer 2002
|