ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Overview
  • How to?
  • Customizing the system information windows
  • Stop customizing the system information windows
  • Tips
  • Multilingual dialog boxes
  • Creating multilingual dialog boxes
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Customizing the system information windows (or dialog boxes)
AjaxNot available
Overview
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?
In WINDEV and WINDEV Mobile, you can easily integrate the following elements into your projects:
  • "WINDEVMESSAGEBOX" and "WINDEVDIALOGBOX" windows (WINDEV projects).
  • "WINDEVMOBILEMESSAGEBOX" and "WINDEVMOBILEDIALOGBOX" (WINDEV Mobile projects).
These windows are system information windows (dialog boxes) that can be customized and used in all your applications.
No code is required. When these windows are included in your project:
  • Warning, Info, YesNo, OKCancel, Confirm and Error automatically open the "WINDEVMESSAGEBOX" or "WINDEVMOBILEMESSAGEBOX" window depending on the IDE used.
  • Dialog automatically opens the "WINDEVDIALOGBOX" or "WINDEVMOBILEDIALOGBOX" window depending on the IDE used.
Reminder: By default, the dialog boxes opened are standard dialog boxes with the following characteristics:
  • gray background.
  • icon indicating the type of information displayed.
  • standard buttons.
For more details, see Dialog box.
Remark: The use of these windows allows you to display multilingual dialog boxes (images, caption of buttons, ...). By default, these windows support French, English, German, Spanish, Italian, Dutch and Portuguese. For more details, see "Multilingual dialog boxes".
How to?

Customizing the system information windows

To customize the system information windows:
  1. Open the project description window: on the "Project" tab, in the "Project" group, click "Description".
  2. Display the "Style" tab.
  3. Check "Customize system windows (Info, YesNo, Confirm, Dialog)" and validate.
    • WINDEV Mobile An internal component named "WMFAA" is automatically integrated into your project (if necessary). This component contains the "WINDEVMOBILEDIALOGBOX" and "WINDEVMOBILEMESSAGEBOX" windows.
    • The skin template of your project is applied to these windows.
These windows replace the standard system information windows (displayed by Warning, Confirm, Dialog, Error, Info, OKCancel, YesNo).

Stop customizing the system information windows

To cancel the customization of the system information windows:
  1. Open the project description window: on the "Project" tab, in the "Project" group, click "Description".
  2. Display the "Style" tab.
  3. Uncheck "Customize system windows (Info, YesNo, Confirm, Dialog)" and validate.
  4. Delete:
    • WINDEV Mobile the "WINDEVMOBILEMESSAGEBOX" and "WINDEVMOBILEDIALOGBOX" windows from the WMAAF internal component ("Remove and delete from disk" in the context menu of the "Project explorer" pane). If necessary, remove the "WMFAA" internal component as well (if it is empty)..
  5. If necessary, delete the files corresponding to the "WINDEVxxxMESSAGEBOX" and "WINDEVxxxDIALOGBOX" windows from the project directory.

Tips

  • Do not modify the code of the "WINDEVxxxMESSAGEBOX" and "WINDEVxxxDIALOGBOX" windows, nor the code of their controls.
  • Don't delete any control.
  • If you add controls to the "WINDEVxxxMESSAGEBOX" and "WINDEVxxxDIALOGBOX" windows, make sure there is no code associated with those controls.
  • Limit changes to the style of windows and their controls, and test all changes made.
Multilingual dialog boxes

Creating multilingual dialog boxes

To create multilingual dialog boxes:
  1. Customize the system information windows (see the previous paragraph).
  2. Type the multilingual captions of different buttons in their description window ("Description" in the context menu).
  3. Select the multilingual images of different Image controls in their description window ("Description" in the context menu).
  4. Use multilingual character strings (Ctrl + T) in the syntax of Warning, Confirm, Dialog, Error, Info, OKCancel, YesNo.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment