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 / Desarrollar para iOS (iPhone/iPad)
  • Overview
  • Creating a non-maximized window
  • Characteristics of non-maximized windows
  • Window size
  • Opening a non-maximized window
  • Clipped window
  • Remark
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
A non-maximized window can occupy a section of the screen only. Most of the time, the non-maximized windows are used to display information messages.
Creating a non-maximized window
To create a non-maximized window:
  1. Click in the quick access buttons.
    • When the new element window appears, click "Window" then "Window".
    • The window creation wizard opens.
    • Select "Blank for iPad" or "Blank for iPhone" in the wizard and validate.
  2. The window is created in the editor.
  3. Display the description window ("Description" option in the context menu).
  4. On the "Style" tab, select "Non-maximized window".
    Remarks:
    • The "Window with arrow" option is used to create a window with arrow.
    • This type of window is available for iPad only.
  5. Validate.
Characteristics of non-maximized windows

Window size

The size of window when it is opened can be modified in the "Details" tab of the description window.
By default, the window is centered in relation to the screen.
Note: Minimum and maximum window heights and widths can be selected in the "Style" tab of the description window ("Size min/max" button).

Opening a non-maximized window

The opening of a non-maximized window is performed by OpenChild or by OpenMobileWindow.
For example:
OpenMobileWindow(WIN_Non_Max)

Clipped window

A non-maximized window can be clipped (non-rectangular window). To do so, use an image in PNG format.
To clip a non-maximized window:
  • In the "Style" tab of the window description, select the "Transparent" background color.
  • In the "Image" tab of the window description, select:
    • a background image in PNG format,
    • the "According to image" transparency mode.
      Note: Image transparency is managed by the PNG format.

Remark

The title bar of a non-maximized window is displayed for the Window with arrow windows only.
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/03/2025

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