|
|
|
|
- Overview
- Generated code
- Question
- Directive questioning
- Message database
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window.
This window allows you to configure: - The image of dialog box. This image can be a preset image or a specific image, accessible from your computer.
- The text of the question, in the different languages of the project.
- The different buttons displayed in the dialog box.
- The "Add" button is used to add a button.
- The "Delete" button is used to delete the selected button.
- The "Find" button is used to search for an answer among the existing ones.
- The arrow buttons are used to move the selected button.
- The characteristics of selected button:
- Caption of button in the different languages: By default, the caption of buttons is automatically using the verb found in the question.
- Return value. This value is used to define the action that will be performed when the button is clicked.
- Validation button: The button is used to validate the dialog box
- Cancel button: This button is used to cancel the dialog box.
- The characteristics of the edit control can be defined when typing directive questions.
Question When a question is typed, the following code is automatically generated: If the function name does not correspond to Dialog, it is automatically replaced according to the selected options. The code comments are used to easily process the different cases. Directive questioning When a question is typed, the following code is automatically generated: If the function name does not correspond to Input, it is automatically replaced according to the selected options. The code comments are used to easily process the different cases. Caution: The name of the variable that will be used to store the value typed by the user must be passed as parameter to Input. WINDEV and WINDEV Mobile propose a list of messages. These messages cannot be deleted. All the new messages are automatically added to the message database. By default, the message database is found in the "Personal\Messages" directory of WINDEV or WINDEV Mobile. This directory can be modified in the options of the product used: - On the "Home" tab, in the "Environment" group, expand "Options" and select "General options of xxx".
- Display the "Directories" tab.
To delete a message from the database of messages: - Display the code editor.
- On the "Code" tab, in the "Languages" group, expand "Translate strings" and select "Directive questions".
- Select the message to delete and click
.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|