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 / Editores / Editor de proyectos / Descripción del proyecto
  • Overview
  • Advanced tab
  • Reports and Queries
  • Automatic Application Features (AAF)
  • Application security
  • Time monitoring
  • Project fonts
  • Units of sizes and positions for new windows
  • Rendering engine for HTML controls that use IE/Edge ActiveX (compatibility)
  • HTML code generation options
  • Browser "Back" button
  • Tailwind CSS
  • AWP
  • External resources
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
Overview
The project description window allows you to configure various elements of your project. This window includes the following tabs:
  • The "Project" tab, which allows you to enter general information about the project.
  • The "Analysis" tab, which lets you associate one or more analyses with the project and/or a UML model.
  • The "Data files" tab, which lets you enter information about the data files managed by the application (only available if the project is linked to at least one analysis).
  • The "Live Data" tab, which allows you to configure how the data from the data files is displayed in the different editors.
  • The "Languages" tab, which is used to configure the different languages used by the project as well as the options to be used for each language.
  • WINDEVWINDEV Mobile The "Style" tab, which allows you to customize the print preview and to choose the skin template and custom style sheet. You can also configure screen sizes.
  • WEBDEV - Código Servidor The "Skin" tab, which lets you choose the project skin, associated palette, style sheet and external resources.
  • The "SCM" tab, which is used to manage teamwork (SCM or Git).
  • The "Options" tab, which allows you to define the creation, update and save options of the different elements of the project. This tab also allows you to synchronize templates, enable strict mode and define the code style.
  • The "Advanced" tab, which allows you to enable or disable "Reports & Queries", configure AAFs, and define how the application is locked.
  • The "Compilation" tab, which allows you to configure the compilation options.
  • The "Telemetry" tab, which allows you to configure the telemetry options for the project.
    WEBDEV - Código Servidor This option is not available.
Advanced tab
WINDEV

Reports and Queries

The "Enable Reports and Queries" option allows you to enable or disable Reports and Queries for the current project. In this case, the user will be able to start Reports and Queries from the report viewer.

Automatic Application Features (AAF)

The available options are as follows:
  • WINDEV Activar OVI (Oscurecimiento de Ventanas Inactivas) para oscurecer las ventanas cuando están inactivas This option implements automatic graying of project windows. If this option is checked, background windows are automatically grayed out, allowing the user to quickly identify the active window.
    For more details, see Dim disabled windows.
  • WINDEV Permitir que el usuario final modifique la UI This option allows end-users to modify certain elements of their application's UI. The "Options" button allows you to define which changes can be made.
    For more details, see UI modifiable by the end user.
  • WINDEV Macro User Code The "Macro User Code" button is used to authorize code entry by the end user.
    For more details, see MCU: Implementing and managing user macro codes.
  • WINDEV Window animations The "Window animations" button lets you set the animations to be automatically performed on the project's various windows.
    For more details, see Animating the windows of a WINDEV application.
  • WINDEVAndroidiPhone/iPad Field animations The "Field animations" button enables you to activate and configure the various animations for each type of field.
    For more details, see Control animations.
  • AAF menu Each field in a WINDEV project contains an automatic context menu with default options. The "AAF menu" button allows you to configure the options to be shown or hidden in the context menu of each type of control in the project.
  • WINDEV View available AAFs This button displays a PDF file containing some of the AAFs available in a WINDEV application.
WINDEV

Application security

WINDEV gives you the ability to lock your applications (after a specific duration for example). All the application windows are minimized and made invisible. A password is required when the user wants to restore the application.
The "Automatically lock the application..." option allows you to implement this functionality.
For more details, see Locking an application.
WINDEV

Time monitoring

The "Supervisar el tiempo invertido en los elementos del proyecto" option allows you to set up time management. For each project element (windows, reports, etc.), the total time spent is calculated:
  • for all the project contributors,
  • for each project contributor.
For more details, see Time management.
WINDEVAndroidiPhone/iPad

Project fonts

By default, projects use the most common fonts.
For Android projects, the fonts used under the editor are the "Droid" fonts (Droid Sans, Droid Sans Mono and Droid Serif). These fonts are automatically installed along with WINDEV Mobile on the development computer.
The "Fuentes del proyecto" button lets you add new fonts for both editing and execution:
  • files in "TTF" or "OTF" format.
  • Novedad versión 2025
    Google Fonts.
    Note: This feature is only available from version 2025 Update 1.
    The files with the added font will be copied to the "Fonts" subdirectory of the project.
Selected fonts will be available in the editor, integrated into the application and then deployed. These fonts are also available in the report editor. Make sure that the added fonts support the charset used in your application and that they are redistributable.
For more details, see Custom font management.
WINDEVWINDEV Mobile

Units of sizes and positions for new windows

This option allows you to choose the unit system to be used when editing the size and position of controls, fonts, etc.
  • Desktop AND mobile compatible: Uses a logical unit that is compatible between platforms.
    To be used if the window is displayed on desktop and mobile devices.
  • Single desktop OR mobile platform: The developer must adapt the coordinates to suit the platform.
    To be used if the platform is mobile only or desktop only.
WINDEV

Rendering engine for HTML controls that use IE/Edge ActiveX (compatibility)

This option allows you to select the rendering engine for old HTML controls.
WEBDEV - Código Servidor

HTML code generation options

The options are as follows:
  • WEBDEV - Código Servidor WBrowser language: Selects the browser framework used for the project. There are two cases:
    • "Version 1 (WEBDEV 21 compatible)": Browser framework available by default before version 22. This framework is kept for backward compatibility. It has a number of limitations. It should not be used for new projects.
    • "Version 2": Framework available from version 22. This version allows for more server-focused coding, and largely complements the functionalities of browser code.
  • Advanced generation options Generated HTML code is optimized for all recent browsers (HTML 5). These options concern the readability of the code: compression of aliases and Javascript procedure names, compression of Javascript code, generation of WEBDEV version information, indentation of HTML code.
    Note: These options apply to all project pages. These options can be customized on a page-by-page basis (option "Personalizar las opciones de generación HTML de esta página" in the "Advanced" tab of the page description window).
  • Static page extension: You can select the extension for generated static pages: htm or html.
WEBDEV - Código Servidor

Browser "Back" button

This option allows you to set up synchronization on all the pages of the project:
  • Authorized: Implements synchronization management by default. If a desynchronization occurs, a warning message informs the user that the requested action has not been performed. The page corresponding to the context on the server is redisplayed. The site can continue to operate.
  • Forbidden: The Back button cannot be used.
For more details, see Managing synchronization.
WEBDEV - Código Servidor

Tailwind CSS

The "Enable Tailwind CSS class generation" option enables you to use Tailwind CSS in your project. For more details, see WEBDEV and Tailwind CSS.
WEBDEV - Código Servidor

AWP

Allows you to manage the default options of the AWP mode in the project:
  • Stand-alone AWP pages: In AWP mode, this option can be used to generate stand-alone pages. In this case, the pages contain all the elements of the project (analysis, reports, sets of procedures, etc.). Since stand-alone Active WEBDEV Pages are very large files, they must be used in some specific cases.
    By default, this option is unchecked. In this case, the generated Active WEBDEV Pages contain only the essential code. If the page needs to call another element, it is searched in the library (WDL file).
  • Utilizar una caché para las imágenes generadas (una sola llamada al código de inicialización de la página): This option (checked by default) reduces the time it takes to display pages containing generated images (e.g., image of a Chart control). If this option is checked, the generated images are directly calculated and stored in cache when the page is generated by the server.
    Please note: this option requires the use of disk-based AWP contexts.
WEBDEV - Código Servidor

External resources

In a site, you can include:
  • one or multiple JavaScript files (*.js). These files will be used by the generated HTML pages. These files must be in the "_WEB" directory of the site.
  • interface files (programming interface) offered by external services (Web API) on the WEB. This gives you the ability to interface with these external services in browser code.
  • CSS files.
You can select the desired files by clicking "Additional files".
Versión mínima requerida
  • Versión 27
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2025

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