Tuto WINDEV 25

30 Part 1: Discovering WINDEV My first window: entering and displaying data Overview You are going to create the following window: This window allows the user to type his first name and to display a welcome message with the "Display" button. You may think this is too basic but we advise you to create this window. You may well be surprised by how intuitive and easy it is to use the WINDEV editor. Furthermore, this window will teach you principles that are fundamental for the rest of this tutorial. Creating the window ▶ To create the window: 1. Click among the quick access buttons of the WINDEV menu: 2.  The window for creating a new element is displayed. This window is used to create all elements that can be associated with a project. 3. Click "Window" then "Window". The window creation wizard starts. 4. Select "Blank" in the list of "standard" windows displayed on the left. The "Phoenix" skin template is selected by default in the list of skin templates on the right. You can choose another skin template proposed in the list. Remark Skin templates allow you to quickly create outstanding interfaces. A skin template defines the window style as well as the style of all controls that will be used in this window. Thus, there is no risk of obtaining an ugly interface. 5. Validate the window creation wizard ("OK" button). The window is automatically created in the editor. The window for saving an element is displayed. This window is used to specify: • The element title. For a window, this title will be displayed in the title bar of window. • The element name. This name corresponds to the logical element name. This name will be used to handle the element by programming. • The element location. This location corresponds to the directory in which the element is saved.

RkJQdWJsaXNoZXIy NDQ0OA==