ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Automatic Application Features (AAF)
  • Overview
  • How to?
  • Displaying a "Did you know" window when the application starts
  • Displaying a "Did you know" option in the automatic help menu
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
AAF: Did you know?
Warning
From version 26, this feature is no longer available.
Overview
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications.
To allow end users to discover AAFs, WINDEV proposes the following mechanisms:
  • Displaying a "Did you know" window about AAFs when the application starts. The user can disable this feature.
  • Presence of a menu option for displaying today's tips ("Did you know") in the "?" menu.
How to?

Displaying a "Did you know" window when the application starts

To display the "Did you know" window at the startup of your WINDEV application:
  1. Open the project description: on the "Project" tab, in the "Project" group, click "Description".
  2. In the "Advanced" tab, check "Enable the "Did you know" window for AAFs".
    Remark: "Show available AAFs" opens the PDF file with the presentation of the different AAFs available in a WINDEV application.
  3. Validate the project description window. The "TipOfTheDay" component is automatically included in your project.
Remarks:
  • To avoid displaying the "Did you know" window, simply uncheck "Enable the "Did you know" window for AAFs" ("Advanced" tab in the project description window).
  • The user can choose not to show the "Did you know" window again: to do so, check "Don't display the tips at startup". To show the window again, it is possible to use the Shift key when launching the executable.

Displaying a "Did you know" option in the automatic help menu

If your application already contains an automatic help menu "?":
  1. In the window containing the automatic help menu, select the menu option '?'.
  2. Select "Wizard for editing the '?' menu" in the context menu.
  3. In the wizard, when choosing the menu options, select "Did you know".
  4. Finish the wizard. The automatic help menu is modified. The "TipOfTheDay" component is automatically included in your project.
If your application contains no automatic help menu:
  1. Adding an automatic menu into your main window: on the "Window" tab, in the "Bars and menus" group, expand "Main menu" and select "Add the '?' menu". For more details, see '?' menu.
  2. In the wizard, the "Did you know" option must be checked in order to create the corresponding menu option.
  3. Finish the wizard. The automatic help menu is created. The "TipOfTheDay" component is automatically included in your project.
Remark: If the automatic menu proposes the "Did you know" option, the tips will also be automatically proposed when the application is started: "Enable the "Did you know" window for AAFs" is automatically checked in the "Advanced" tab of the project description.
See also
Minimum version required
  • Version 14
Comments
Did you know? is missing!
The former checkbox to display the "Did you Know?" window is gone!
Guenter
28 Nov. 2021

Last update: 09/18/2023

Send a report | Local help