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 / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas que pueden ser manipuladas por el usuario final
  • Overview
  • Use example
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
End users can directly modify the interface of the application (according to the options specified by the developer).
These modifications are also available when running the test of a window or project:
  • Creating a repositionable note,
  • Creating a Wire control,
  • Modifying the tooltip of a control,
  • Moving one or more controls, ...
When going back from GO mode, if modifications have been performed on the interface, the window editor proposes to automatically apply these modifications to the window interface.
Use example
To retrieve the modifications performed in project or window GO:
  1. Run the GO of project () or window ().
  2. Select the requested windows.
  3. Modify the UI of the desired windows. For example:
    • Create a Repositionable Note control.
    • Change to edit mode and:
      • Move the controls,
      • Create a Wire control.
    • Modify the text of the tooltip.
  4. End the test.
  5. When going back to the editor, a specific window is displayed. This window is used to retrieve the UI modifications performed in GO mode.
This window presents, for each modified window, the modifications that can be applied:
  • Modification of size and position: the size and/or position of one or more fields have been modified..
  • Creation of a field: one and/or multiple fields have been created (Thread field, Note field).
  • Modification of properties: one and/or more properties of the fields were modified. The tooltip modifications are taken into account in this category.
The "All" and "None" buttons are used to select the modifications that will be applied or not. By expanding the button, you have the ability to select the type of modification to take into account:
Note: This window is also displayed when importing an "*.wdmodif" file with the editor.. This file is generated when exporting the interface modifications ("Customize interface .. Export the customization of this window" in the context menu of the window). For more details, see UI modifiable by the end user.
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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