AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Funcionalidades Automáticas de la Aplicación (FAA)
  • 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
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
FAA: Did you know?
Advertencia
A partir de la versión 26, está funcionalidad no estará disponible.
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 "Proyecto" tab, in the "Proyecto" group, click "Descripción".
  2. On the "Advanced" tab, check "Activar ventana "Sabía que" de las AAF".
    Remark: The "Ver FAA disponibles" button opens the PDF file containing the presentation of the various FAAs 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 "Activar ventana "Sabía que" de las AAF" ("Advanced" tab in the project description window).
  • The user can choose not to display the "Did you know" window: simply check the "Don't show tips at startup" option.. 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. Add an automation menu to your main window: under the "Ventana" pane, in the "Barras y menús" group, pull down "Menú principal" and select "Add '?' 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 automation menu offers the "Did you know" option, the tips will also be offered automatically when the application is launched: the "Activar ventana "Sabía que" de las AAF" option is automatically checked in the "Advanced" tab of the project description.
Ver también
Versión mínima requerida
  • Versión 14
Comentarios
Did you know? is missing!
The former checkbox to display the "Did you Know?" window is gone!
Guenter
28 11 2021

Última modificación: 19/09/2024

Señalar un error o enviar una sugerencia | Ayuda local