![]() | Application Builder User's Guide | WideStudio/MWT Index Table of contents |
Creating an application window
On WideStudio, the window developed by user is referred as the "application window". Now create an application window for the application "Hello". Select ((menu: File >> New window)) and choose [Normal window] for the window type in the wizard dialog. Then, input the application name (default is "newwin000") in it and create window with "None" template.The ObjectBox dialog is used to put GUI instances onto the application window. In order to indicate it, select ((menu:View >> ObjectBox)), then a dialog will appear as in the following picture.
[The wizard dialog for creating application window]In order to drag and drop a push button instance to the window, click the [Commands] index tab in the ObjectBox window, and drag the icon [BTN] (WSCvbtn/push button class) and drop it into the application window as in the following picture.
[The ObjectBox window]
It is possible to edit the properties of the instance with the application builder. So let's change the size of the push button instance. Select the instance, click the [Properties] tab on the application builder, and set properties as follows.
Name: newvbtn_000 X: 10 Y: 10 Width: 200 Height: 30 Label string: push! It becomes as in the following picture.
[The application window "Hello" under construction]
Copyright(C) WideStudio/MWT Development Team, 1999-2005 | Last modified: Jul 31, 2005 |